25 lines
689 B
Plaintext
25 lines
689 B
Plaintext
|
|
{
|
|
------------------------------------------------------------------------
|
|
FORMULARIO : NOFMRP022
|
|
OBJETIVO : Pantalla a ser utilizado por el programa que lista
|
|
Formularios control Superm. y Coop. (NOPRRP020)
|
|
PROGRAMADOR : Ing. Tadeo A. Ferreras
|
|
FECHA REALIZACION : Febrero 3, 1994
|
|
------------------------------------------------------------------------
|
|
}
|
|
database marmotech
|
|
screen size 24 by 80
|
|
{
|
|
Tipo Empleado [f]
|
|
Numero Empleado [nm ]
|
|
}
|
|
end
|
|
tables
|
|
adtb00003
|
|
attributes
|
|
f = formonly.nomina type char,upshift,include=("Q","S"),
|
|
comments = "Digite Q = Quincenal Y Vendedores S = Semanal";
|
|
nm= adtb00003.num_emp;
|
|
end
|