Files
MBS/PROYECTO/tedir/tefmrp001.per
T

32 lines
967 B
Plaintext

{
-------------------------------------------------------------------------------
FORMULARIO : TEFMRP001
OBJETIVO : Pantalla para listar la Validacion de los Depositos.
Es usada por (TEPRRP001)
PROGRAMADOR : Tadeo A. Ferreras
FECHA REALIZACION : Sept. 28, 1993
-------------------------------------------------------------------------------
}
SCHEMA sistemas
LAYOUT
grid
{
<G >
Fecha Inicial [fi ]
Fecha Final [ff ]
Banco [ct ]
Numero Deposito [nd ]
Procedencia [p]
}
end
attributes
fi = formonly.fecha1 type date,format = "dd/mm/yyyy";
ff = formonly.fecha2 type date,format = "dd/mm/yyyy";
ct = formonly.cuenta_no;
nd = formonly.num_doc;
p = formonly.procedencia,include=(1 to 5),comments =
"1= Cobro Cliente 2=Exportacion 3=Prest. Banco 4=Otros Igresos 5=Transferencia";
instructions delimiters " "
end