27 lines
816 B
Plaintext
27 lines
816 B
Plaintext
{
|
|
------------------------------------------------------------------------
|
|
FORMULARIO : NOFMRP027
|
|
OBJETIVO : Pantalla a ser utilizado por el programa que lista
|
|
Formularios Poliza Accidente Trabajo (NOPRRP027)
|
|
PROGRAMADOR : Tadeo A. Ferreras
|
|
FECHA REALIZACION : Octubre 18, 1995
|
|
------------------------------------------------------------------------
|
|
}
|
|
database marmotech
|
|
screen size 24 by 80
|
|
{
|
|
Ano [f ]
|
|
Mes [m ]
|
|
Nomina[n]
|
|
}
|
|
end
|
|
tables
|
|
adtb00003
|
|
attributes
|
|
f = formonly.p_ano,comments = "Digite El Ano Para El Reporte";
|
|
m = formonly.p_mes,comments = "Digite El Mes Para El Reporte";
|
|
n = formonly.nomina type char,upshift,comments =
|
|
"Digite El Tipo de Nomina: Digite Q=Quincenal Y Vendedores, S=Semanal";
|
|
instructions delimiters " "
|
|
end
|