38 lines
1.3 KiB
Plaintext
38 lines
1.3 KiB
Plaintext
{
|
|
==========================================================================
|
|
FORMULARIO : CGFMRP008
|
|
OBJETIVO : Imprimir el Mayor General Analitico en un Rango de Fecha
|
|
Es usado por CGPRRP008, CGPRRP013 y CGPRRP012
|
|
AUTOR : Tadeo A. Ferreras
|
|
FECHA : Octubre 05, 1993
|
|
==========================================================================
|
|
}
|
|
schema smarmotech
|
|
LAYOUT (TEXT="INFORME BALANZA ANALITICA")
|
|
GRID
|
|
{
|
|
|
|
Ano [f1 ] Balance Ant.[f01 ]
|
|
Mes [f2 ] Debito [f02 ]
|
|
Cuenta No. [a ] Credito [f03 ]
|
|
0 50 100 Actividades [f04 ]
|
|
| | | Balance act [f05 ]
|
|
[k ]
|
|
|
|
}
|
|
end
|
|
tables
|
|
cgtb00004
|
|
ATTRIBUTES
|
|
PROGRESSBAR k = formonly.progreso,VALUEMIN=0,VALUEMAX=100,COLOR=GREEN;
|
|
a = cgtb00004.cuenta_no,comments = "Digite la Cuenta";
|
|
f1 = formonly.p_ano,comments = "Digite rl ano EJEMPLO 2013";
|
|
f2 = formonly.p_mes,comments = "Digite el mes EJEMPLO 01";
|
|
f01 = formonly.k_balance,noentry;
|
|
f02 = formonly.k_debito,noentry;
|
|
f03 = formonly.k_credito,noentry;
|
|
f04 = formonly.k_actividad,noentry;
|
|
f05 = formonly.k_balan_act,noentry;
|
|
instructions delimiters " "
|
|
end
|