Files
MBS/PROYECTO/ccdir/ccfmrp029.per
T

29 lines
826 B
Plaintext

{
-------------------------------------------------------------------------------
FORMULARIO : CCFMRP029
OBJETIVO : Pantalla para listar la Validacion de los Depositos.
Es usada por (CCPRRP029)
PROGRAMADOR : Ing. Juan F. Soto
FECHA REALIZACION : Julio 8, 1994
-------------------------------------------------------------------------------
}
database marmotech
screen size 24 by 80
{
Fecha Inicial [fi ]
Fecha Final [ff ]
Banco [ct ]
Numero Deposito [nd ]
}
end
tables
tetb00001
attributes
fi = formonly.fecha1 type date,format = "dd/mm/yy";
ff = formonly.fecha2 type date,format = "dd/mm/yy";
ct = tetb00001.cuenta_no;
nd = tetb00001.num_doc;
instructions delimiters " "
end