Files
MBS/PROYECTO/cgdir/cgfmrp024.per
T

29 lines
867 B
Plaintext

{
==========================================================================
FORMULARIO : CGFMRP024
OBJETIVO : Validacion transacciones descuadradas
Es usado CGPRRP024
AUTOR : Tadeo A. Ferreras
FECHA : Oct. 05, 1993
==========================================================================
}
database marmotech
screen
{
Fecha Inicial [f001 ]
Fecha Final [f002 ]
Documento [f004 ]
}
end
tables
cgtb00004
attributes
f001 = formonly.fecha_inicial type date,format = "dd/mm/yyyy",comments =
"Digite la fecha inicial para general el reporte";
f002 = formonly.fecha_final type date,format = "dd/mm/yyyy",comments =
"Digite la fecha final para general el reporte";
f004 = cgtb00004.ref,comments="Digite la transaccion a verificar";
instructions delimiters " "
end