32 lines
1007 B
Plaintext
32 lines
1007 B
Plaintext
{
|
|
==========================================================================
|
|
FORMULARIO : CGFMRP010
|
|
OBJETIVO : Imprimir el estado de resulatado a un mes especifico
|
|
Es usado CGPRRP010
|
|
AUTOR : Tadeo A. Ferreras
|
|
FECHA : Oct. 05, 1993
|
|
==========================================================================
|
|
}
|
|
database marmotech
|
|
screen
|
|
{
|
|
|
|
Ano [f001] Total General[f01 ]
|
|
Al Mes [f2]
|
|
Comentario [c ]
|
|
Departamento [f3 ]
|
|
}
|
|
end
|
|
tables
|
|
cgtb00004
|
|
attributes
|
|
f001 = formonly.ano1 type SMALLINT,comments =
|
|
"Digite el ANO del periodo de busqueda";
|
|
f2 = formonly.mes1 type SMALLINT,comments =
|
|
"Digite el MES para la fecha corte para la busqueda";
|
|
f3 = formonly.departamento,comments = "Digite el dpto";
|
|
c = formonly.comentario,comments = "Digite el Encabezado del reporte";
|
|
f01 = formonly.total_gral,noentry;
|
|
instructions delimiters " "
|
|
end
|