27 lines
921 B
Plaintext
27 lines
921 B
Plaintext
{
|
|
-------------------------------------------------------------------------------
|
|
FORMULARIO : CGFMRP016
|
|
OBJETIVO : Pantalla para el programa que lista la relacion de
|
|
cheques (CGPRRP016)
|
|
PROGRAMADOR : Tadeo A. Ferreras
|
|
FECHA REALIZACION : Septiembre 03, 1993
|
|
-------------------------------------------------------------------------------
|
|
}
|
|
database marmotech
|
|
screen size 24 by 80
|
|
{
|
|
Fecha Inicial [f0 ]
|
|
Fecha Final [f1 ]
|
|
Cuenta No [f2 ]
|
|
}
|
|
end
|
|
tables
|
|
cgtb00005
|
|
attributes
|
|
f0 = formonly.fecha1 type date,format="dd/mm/yy",comments=
|
|
"Digite Fecha Inicial de la Relacion con el Formato DDMMYY";
|
|
f1 = formonly.fecha2 type date,format="dd/mm/yy",comments=
|
|
"Digite Fecha Final de la Relacion con el Formato DDMMYY";
|
|
f2 = cgtb00005.cuenta_no,comments = "Digite la cuenta ";
|
|
end
|