Files

30 lines
898 B
Plaintext

{
==========================================================================
FORMULARIO : CGFMRP025
OBJETIVO : Relacion de Cheques Entregados
Es usado CGPRRP025
AUTOR : Tadeo A. Ferreras
FECHA : Diciembre 05, 1995
==========================================================================
}
database marmotech
screen
{
Fecha Inicial [f001 ]
Fecha Final [f002 ]
Portador [c1 ]
}
end
tables
cgtb00005
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";
c1 = formonly.cod_cro,picture = "X-XXX-XX",
comments = "Digite El Codigo Del Portador, Con Los Guiones";
instructions delimiters " "
end