Files
MBS/PROYECTO/lqdir/lqfmrp005.per
T

36 lines
1.1 KiB
Plaintext

{
==========================================================================
FORMULARIO : LQFMRP05
OBJETIVO : Imprimir Liquidacion
Es usado por LQPRRP005
AUTOR : Juan F. Soto.
FECHA : Diciembre 9, 1994
==========================================================================
}
database rayovac
screen
{
Ano [p ]
Mes Contable [m1]
Fecha Inicial [f001 ] Fecha Final [f002 ]
Tipo Reporte [d]
Imprimo Entrada [a]
Desea Imprimir Reporte [c]
}
end
tables
cgtb00004
attributes
p = formonly.p_ano;
m1 = formonly.m_mes;
a = formonly.imp_entrada type char,required,include = ("N","S"),upshift;
f001 = formonly.fecha_inicial type date,format = "dd/mm/yy",comments =
"Digite la fecha inicial para general el reporte";
f002 = formonly.fecha_final type date,format = "dd/mm/yy",comments =
"Digite la fecha final para general el reporte";
c = formonly.imp type char,include=("S","N"),comments = "S o N";
d = formonly.elije type char,include=("L","E"),comments= "L o E";
instructions delimiters " "
end