Files
MBS/PROYECTOS/ipdir/ipfmrp008.per
T

17 lines
300 B
Plaintext

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