30 lines
1000 B
Plaintext
30 lines
1000 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] T o t a l e s
|
|
Al Mes [f2] \g--------------------\g
|
|
Comentario [c ] Total General [f01 ]
|
|
}
|
|
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";
|
|
c = formonly.comentario type char,default="TODOS LOS DEPTOS SIN 4102,4103";
|
|
f01 = formonly.total_gral,noentry;
|
|
instructions delimiters " "
|
|
end
|