Files
MBS/PROYECTOS/irdir/irfmrp016.per
T

19 lines
382 B
Plaintext

database smarmotech
screen size 24 by 80
{
Ordenado Por [o ]
Departamento [p ]
Nombre [a ]
}
end
tables
irtb00010
attributes
o = formonly.decide type char,upshift,
comments = "A - Alfabetico N - Numerico";
p = irtb00010.codigo;
a = irtb00010.nombre;
instructions
delimiters " "
end