Files
MBS/PROYECTOS/indir/infmrp008.per
T

17 lines
301 B
Plaintext

database smarmotech
screen size 24 by 80
{
Ordenamiento [k]
Codigo Movimiento [a ]
}
end
tables
intb00005
attributes
a = intb00005.cod_mov;
k = formonly.decide type char,required,autonext,
comments = "Digite A - Alfabetico N - Numerico",
include = ("A","N"),upshift;
end