Files
MBS/PROYECTO/codir/cofmrp013.per
T

20 lines
397 B
Plaintext

database marmotech
screen size 24 by 80
{
Ordenamiento [k]
Codigo [a][b][c ][d ]
}
end
tables
intb00001
attributes
a = intb00001.cod_n;
b = intb00001.cod_grupo;
c = intb00001.cod_tipo;
d = intb00001.cod_sec;
k = formonly.decide type char,required,autonext,
comments = "Digite A - Alfabetico N - Numerico",
include = ("A","N"),upshift;
end