24 lines
692 B
Plaintext
24 lines
692 B
Plaintext
{
|
|
------------------------------------------------------------------------
|
|
FORMULARIO : ADFMRP001
|
|
OBJETIVO : Pantalla a ser utilizado por el programa que lista
|
|
los Empleados Quincenales, Semanales y Ex-Empleados
|
|
PROGRAMADOR : Ing. Betania Guerrero Perez
|
|
FECHA REALIZACION : Junio 24, 1993
|
|
------------------------------------------------------------------------
|
|
}
|
|
database rayovac
|
|
screen size 24 by 80
|
|
{
|
|
|
|
Clasificacion Empleado [k]
|
|
}
|
|
end
|
|
tables
|
|
adtb00003
|
|
attributes
|
|
k = formonly.decide type char,required,autonext,
|
|
comments = "Digite Q - Quincenal S - Semanal T - Ex-Empleado",
|
|
include = ("Q","S","T"),upshift;
|
|
end
|