Files

36 lines
1.2 KiB
Plaintext

{
==========================================================================
FORMULARIO : CGFMRP009
OBJETIVO : Imprimir el Mayor General en un Rango de Fecha
Es usado CGPRRP004
AUTOR : Tadeo A. Ferreras
FECHA : Oct. 05, 1993
==========================================================================
}
schema smarmotech
screen
{
Ano [f001 ] T o t a l e s
Mes [f002 ] \g-------------------------g\
Departamento [f004 ] Acumulado Anterior [f01 ]
Cuenta_no [c ] Gasto Rango Fecha [f02 ]
Acumulado Actual [f03 ]
Realizado Ano Ant. [f04 ]
}
end
tables
cgtb00004
attributes
f001 = formonly.p_ano;
f002 = formonly.p_mes;
f004 = cgtb00004.departamento,comments =
"Digite numero de departamento en caso de que desee para uno en especifico";
c = formonly.cuenta_no,comments = "Digite Cuenta(s) Del Catalogo";
f01 = formonly.total_anterior,noentry;
f02 = formonly.actividades,noentry;
f03 = formonly.total_actual,noentry;
f04 = formonly.realizado,noentry;
instructions delimiters " "
end