30 lines
797 B
Plaintext
30 lines
797 B
Plaintext
{
|
|
==========================================================================
|
|
FORMULARIO : CGFMRP031
|
|
OBJETIVO : LISTAR LAS CUENTAS PRESUPUESTADAS
|
|
AUTOR : JUAN F. SOTO
|
|
FECHA : SEPTIEMBRE 11, 1997.
|
|
==========================================================================
|
|
}
|
|
database marmotech
|
|
screen
|
|
{
|
|
|
|
Ano [f1 ]
|
|
Mes [f2 ]
|
|
Cuenta No. [a ]
|
|
|
|
|
|
|
|
|
|
}
|
|
end
|
|
tables
|
|
cgtb00004
|
|
attributes
|
|
a = cgtb00004.cuenta_no,comments = "Digite la Cuenta";
|
|
f1 = formonly.p_ano,comments = "Digite rl ano EJEMPLO 1994";
|
|
f2 = formonly.p_mes,comments = "Digite el mes EJEMPLO 08";
|
|
instructions delimiters " "
|
|
end
|