Files
MBS/PROYECTOS/indir/infmrp023.per
T

28 lines
870 B
Plaintext

{
=============================================================================
Formulario : infmrp023
Sistema : Inventario de Material (Ley 69)
Objetivo : Formulario a usar para Impresion de reporte referente
a la formula de produccion segun CEDOPEX
PROGRAMA Q. LO USA : INFMRP023
Autor : Tadeo A. Ferreras
Fecha : Julio 22,1993
=============================================================================
}
database exterior
screen
{
Codigo [a]-[b]
}
end
tables
intb00016
attributes
a = intb00016.cod_n_p,autonext,include = (3),default = 3,comments =
"Digite codigo del tipo de pila";
b = intb00016.cod_grupo_p,autonext,include = (1,2,3),comments =
"1 = Pila tipo D 2 = Pila tipo C 3 = Pila tipo AA";
instructions delimiters " "
end