30 lines
843 B
Plaintext
30 lines
843 B
Plaintext
{
|
|
============================================================================
|
|
FORMULARIO : INFMRP024
|
|
OBJETIVO : Impresion de materiales con su categoria,
|
|
Es usado por INPRRP024.
|
|
PROGRAMADOR: Tadeo A. Ferreras
|
|
FECHA : Oct. 26, 1993
|
|
============================================================================
|
|
}
|
|
database smarmotech
|
|
screen size 24 by 80
|
|
{
|
|
Codigo [a][b][c ][d ]
|
|
Categoria [e]
|
|
}
|
|
end
|
|
tables
|
|
intb00001
|
|
attributes
|
|
a = intb00001.cod_n,autonext,
|
|
comments = "Digite el NIVEL";
|
|
b = intb00001.cod_grupo,autonext,
|
|
comments = "Digite el GRUPO";
|
|
c = intb00001.cod_tipo,autonext,
|
|
comments = "Digite el TIPO ";
|
|
d = intb00001.cod_sec,autonext,
|
|
comments = "Digite el SECUENCIA";
|
|
e = formonly.categoria,upshift,
|
|
comments = "Digite la CATEGORIA";
|