24 lines
706 B
Plaintext
24 lines
706 B
Plaintext
{
|
|
-------------------------------------------------------------------------------
|
|
FORMULARIO : NOFMRP006
|
|
OBJETIVO : Pantalla para el programa que lista el resumen de la
|
|
nomina (isrq-3) (NOPRRP006)
|
|
PROGRAMADOR : Ing. Betania Guerrero Perez
|
|
FECHA REALIZACION : Septiembre 15, 1993
|
|
-------------------------------------------------------------------------------
|
|
}
|
|
database marmotech
|
|
screen size 24 by 80
|
|
{
|
|
Ano [f2 ]
|
|
Mes [f ]
|
|
}
|
|
end
|
|
tables
|
|
notb00010
|
|
attributes
|
|
f2 = notb00010.ano,autonext,comments = "Digite el ano correspondiente al pago";
|
|
f = notb00010.mes,autonext,
|
|
comments = "Digite el mes correspondiente al pago";
|
|
end
|