Files
MBS/PROYECTO/lqdir/lqfmrp002.per
T

29 lines
804 B
Plaintext

{
==========================================================================
FORMULARIO : LQFMRP002
OBJETIVO : Imprimir Mercancia en transito
Es usado LQPRRP002
AUTOR : Juan F. Soto
FECHA : Mayo 19, 1994
==========================================================================
}
database rayovac
screen
{
Fecha Inicial [f001 ]
Fecha Final [f002 ]
Referencia [f004 ]
}
end
tables
cgtb00004
attributes
f001 = formonly.fecha_inicial type date,format = "dd/mm/yy",comments =
"Digite la fecha inicial para general el reporte";
f002 = formonly.fecha_final type date,format = "dd/mm/yy",comments =
"Digite la fecha final para general el reporte";
f004 = cgtb00004.num_doc;
instructions delimiters " "
end