Files
MBS/PROYECTO/cgdir/cgfmrp015.per
T

35 lines
1.2 KiB
Plaintext

{
==========================================================================
FORMULARIO : CGFMRP004
OBJETIVO : Imprimir el Mayor General en un Rango de Fecha
Es usado CGPRRP004
AUTOR : Tadeo A. Ferreras
FECHA : Oct. 05, 1993
==========================================================================
}
database smarmotech
screen
{
Fecha Inicial [f01 ] T o t a l e s
Fecha Final [f02 ] \g----------------------------------\g
Cuenta No. [f003 ] Debito [f1 ]
Departamento [dp1 ] Credito [f2 ]
Balance [f3 ]
}
end
tables
cgtb00004
ATTRIBUTES
dp1 = formonly.departamento;
f01 = formonly.fecha_inicial type date,format = "dd/mm/yyyy",
comments = "Digite Fecha Formato: dd/mm/yyyy";
f02 = formonly.fecha_final type date,format = "dd/mm/yyyy",
comments = "Digite Fecha Formato: dd/mm/yyyy";
f003 =cgtb00004.cuenta_no,autonext,comments = "Digite el numero de cuenta";
f1 = formonly.t_debito,noentry;
f2 = formonly.t_credito,noentry;
f3 = formonly.t_balance,noentry;
instructions delimiters " "
end