Files
MBS/PROYECTO/addir/adfmrp012.per
T

27 lines
889 B
Plaintext

{
-------------------------------------------------------------------------------
FORMULARIO : ADFMRP012
OBJETIVO : Pantalla para el programa que lista los Empleados
que han sido liquidados (ADPRRP022)
PROGRAMADOR : Ing. Betania Guerrero Perez
FECHA REALIZACION : Julio 05, 1993
-------------------------------------------------------------------------------
}
database rayovac
screen size 24 by 80
{
Fecha Inicial [f001 ] Fecha Final [f003 ]
Numero del Empleado [f002 ]
}
end
tables
adtb00017
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 = adtb00017.num_emp,autonext,
comments = "Digite el numero del empleado";
end