Files
MBS/PROYECTO/cgdir/cgfmrp017.per
T

26 lines
806 B
Plaintext

{
-------------------------------------------------------------------------------
FORMULARIO : CGFMRP017
OBJETIVO : Pantalla para el programa que lista la relacion de
cheques en transitos (CGPRRP017)
PROGRAMADOR : Tadeo A. Ferreras
FECHA REALIZACION : Septiembre 03, 1993
-------------------------------------------------------------------------------
}
schema smarmotech
screen size 24 by 80
{
Fecha Final [f0 ]
Cuenta No [f2 ]
Cheque No [f3 ]
}
end
tables
cgtb00005
attributes
f0 = formonly.fecha1 type date,format="dd/mm/yy",comments=
"Digite Fecha Final de la Relacion con el Formato DDMMYY";
f2 = cgtb00005.cuenta_no;
f3 = cgtb00005.cheque_no;
end