27 lines
887 B
Plaintext
27 lines
887 B
Plaintext
{
|
|
-------------------------------------------------------------------------------
|
|
FORMULARIO : ADFMRP009
|
|
OBJETIVO : Pantalla para el programa que lista las Amonestaciones
|
|
que han recibido los Empleados (ADPRRP019)
|
|
PROGRAMADOR : Ing. Betania Guerrero Perez
|
|
FECHA REALIZACION : Junio 28, 1993
|
|
-------------------------------------------------------------------------------
|
|
}
|
|
database rayovac
|
|
screen size 24 by 80
|
|
{
|
|
Fecha Inicial [f001 ] Fecha Final [f003 ]
|
|
Numero de Empleado [f002]
|
|
}
|
|
end
|
|
tables
|
|
adtb00026
|
|
attributes
|
|
f001 = formonly.fech_ini type date,format = "dd/mm/yyyy",
|
|
comments = "Digite la fecha inicial";
|
|
f003 = formonly.fech_fin type date,format = "dd/mm/yyyy",
|
|
comments = "Digite la fecha final";
|
|
f002 = adtb00026.num_emp,autonext,
|
|
comments = "Digite el numero del empleado";
|
|
end
|