31 lines
898 B
Plaintext
31 lines
898 B
Plaintext
{
|
|
============================================================================
|
|
FORMULARIO : INFMRP025
|
|
OBJETIVO : Impresion de la diferencia entre el inventario real y ley 69
|
|
Es usado por INPRRP024.
|
|
PROGRAMADOR: Tadeo A. Ferreras
|
|
FECHA : Oct. 26, 1993
|
|
============================================================================
|
|
}
|
|
database exterior
|
|
screen size 24 by 80
|
|
{
|
|
Fecha de Corte[e ]
|
|
Codigo [a][b][c ][d ]
|
|
}
|
|
end
|
|
tables
|
|
intb00022
|
|
attributes
|
|
a = intb00022.cod_n,autonext,
|
|
comments = "Digite el NIVEL";
|
|
b = intb00022.cod_grupo,autonext,
|
|
comments = "Digite el GRUPO";
|
|
c = intb00022.cod_tipo,autonext,
|
|
comments = "Digite el TIPO ";
|
|
d = intb00022.cod_sec,autonext,
|
|
comments = "Digite el SECUENCIA";
|
|
e = formonly.fecha_corte type date,format = "dd/mm/yy",comments=
|
|
"Digite la FECHA DE CORTE";
|
|
end
|