26 lines
756 B
Plaintext
26 lines
756 B
Plaintext
{
|
|
==========================================================================
|
|
FORMULARIO : LQFMRP003
|
|
OBJETIVO : Imprimir Validacion Ordenes
|
|
Es usado por LQPRRP003
|
|
AUTOR : Juan F. Soto.
|
|
FECHA : Mayo 13, 1994
|
|
==========================================================================
|
|
}
|
|
database rayovac
|
|
screen
|
|
{
|
|
Fecha Inicial [f001 ]
|
|
Fecha Final [f002 ]
|
|
}
|
|
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";
|
|
instructions delimiters " "
|
|
end
|