20 lines
379 B
Plaintext
20 lines
379 B
Plaintext
database smarmotech
|
|
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
|