Files
MBS/PROYECTOS/indir/infmmt029.per
T

29 lines
638 B
Plaintext

{
---------------------------------------------------------------------------
FORMULARIO : INFMRP029
OBJETIVO : CAPTURAR LA FECHA DE CORTE DEL INVENTARIO FISICO
PROGRAMADOR : Juan F. Soto
FECHA : Septiembre 29, 1994
---------------------------------------------------------------------------
}
database exterior
screen size 24 by 80
{
Fecha de Corte [a1 ]
Codigo Items [a][b][c ][d ]
}
tables
intb00001
attributes
a1 = formonly.fecha type date,format= "dd/mm/yy";
a = intb00001.cod_n;
b = intb00001.cod_grupo;
c = intb00001.cod_tipo;
d = intb00001.cod_sec;
instructions
delimiters " "
end