29 lines
810 B
Plaintext
29 lines
810 B
Plaintext
{
|
|
------------------------------------------------------------------------
|
|
FORMULARIO : NOFMRP031
|
|
OBJETIVO : Pantalla para captura de informacion necesaria para
|
|
listar la Movimientos Totalizados Comparativos.
|
|
PROGRAMA Q. LO USA: NOPRRP031
|
|
PROGRAMADOR : Tadeo A. Ferreras F.
|
|
FECHA REALIZACION : Abril 17, 1996
|
|
------------------------------------------------------------------------
|
|
}
|
|
database marmotech
|
|
screen size 24 by 80
|
|
{
|
|
|
|
Ano [an ]
|
|
Al Mes [me]
|
|
Movimiento [mov]
|
|
}
|
|
end
|
|
tables
|
|
notb00002
|
|
attributes
|
|
an = formonly.ano1 type integer,comments="Digite el ano";
|
|
me = formonly.mes1 type integer,comments="Digite el mes Final";
|
|
mov = formonly.cod_mov type integer,comments="Digite el codigo de movimiento ";
|
|
instructions
|
|
delimiters " "
|
|
end
|