22 lines
466 B
Plaintext
22 lines
466 B
Plaintext
database smarmotech
|
|
screen size 24 by 80
|
|
{
|
|
|
|
Ordenamiento [k]
|
|
Fecha de Corte [e ]
|
|
Codigo [a][b][c ][d ]
|
|
}
|
|
end
|
|
tables
|
|
irtb00002
|
|
attributes
|
|
a = irtb00002.cod_n;
|
|
b = irtb00002.cod_grupo;
|
|
c = irtb00002.cod_tipo;
|
|
d = irtb00002.cod_sec;
|
|
e = formonly.fecha1 type date,format = "dd/mm/yyyy";
|
|
k = formonly.decide type char,required,autonext,
|
|
comments = "Digite A - Alfabetico N - Numerico",
|
|
include = ("A","N"),upshift;
|
|
end
|