Files

30 lines
890 B
Plaintext

{
==========================================================================
FORMULARIO : CGFMRP006
OBJETIVO : Imprimir el Mayor General Sumarizado en un Rango de Fecha
Es usado CGPRRP006
AUTOR : Tadeo A. Ferreras
FECHA : Oct. 05, 1993
==========================================================================
}
database marmotech
screen
{
Fecha Inicial [f001 ]
Fecha Final [f002 ]
Cuenta No. [f003 ]
}
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";
f003 = cgtb00004.cuenta_no,autonext,comments = "Digite el numero de cuenta";
instructions delimiters " "
end