32 lines
1.0 KiB
Plaintext
32 lines
1.0 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
|
|
{
|
|
|
|
Ano [f01 ] T o t a l e s
|
|
Mes [f02 ] \g----------------------------------\g
|
|
Cuenta No. [f003 ] Debito [f1 ]
|
|
Credito [f2 ]
|
|
Balance [f3 ]
|
|
}
|
|
end
|
|
tables
|
|
cgtb00004
|
|
attributes
|
|
f01 = formonly.p_ano,comments = "Digite el Ano EJEMPLO 1994";
|
|
f02 = formonly.p_mes,comments = "Digite el mes EJEMPLO 07";
|
|
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
|