33 lines
1.0 KiB
Plaintext
33 lines
1.0 KiB
Plaintext
{
|
|
------------------------------------------------------------------------
|
|
FORMULARIO : ADFMRP034
|
|
OBJETIVO : Pantalla a ser utilizado por el programa que lista
|
|
las tardanzas de los empleados (ADPRRP034)
|
|
PROGRAMADOR : Tadeo A. Ferreras F.
|
|
FECHA REALIZACION : Noviembre 29, 1995
|
|
------------------------------------------------------------------------
|
|
}
|
|
database rayovac
|
|
screen size 24 by 80
|
|
{
|
|
|
|
Numero Empleado: [em ]
|
|
[de ][n1 ][a1 ]
|
|
Ano : [an ]
|
|
Rango de Meses :Del [f1]
|
|
Al [f2]
|
|
}
|
|
end
|
|
tables
|
|
adtb00003
|
|
attributes
|
|
em = adtb00003.num_emp,comments = "Digite Ficha de Empleado";
|
|
de = formonly.departamento,noentry;
|
|
n1 = formonly.nom1_emp,noentry;
|
|
a1 = formonly.apell1_emp,noentry;
|
|
an = formonly.p_ano,comments = "Digite Ano Para Busqueda";
|
|
f1 = formonly.mes_del,comments = "Digite Primer Mes del Rango";
|
|
f2 = formonly.mes_al,comments = "Digite Segundo Mes del Rango";
|
|
instructions delimiters " "
|
|
end
|