Files
MBS/PROYECTO/tedirbk/tedir/tefmrp014.per
T

31 lines
938 B
Plaintext

{
==========================================================================
FORMULARIO : TEFMRP014
OBJETIVO : Relacion de cheques emitidos x partidas
AUTOR : Abner Montalvo
FECHA : Agosto 26, 1997
==========================================================================
}
database rayovac
screen
{
Fecha Inicial [f001 ]
Fecha Final [f002 ]
Codigo Partida [f003 ]
Cuenta No. [f004 ]
}
end
tables
cgtb00005
tetb00003
attributes
f001 = formonly.fecha_inicial type date,format = "dd/mm/yyyy",comments =
"Digite la fecha inicial para general el reporte";
f002 = formonly.fecha_final type date,format = "dd/mm/yyyy",comments =
"Digite la fecha final para general el reporte";
f003 = tetb00003.codigo,comments = "Digite el Codigo de Partida";
f004 = cgtb00005.cuenta_no,comments = "Digite el numero de cuenta";
instructions delimiters " "
end