Files
MBS/PROYECTO/addir/adfmrp003.per
T

25 lines
801 B
Plaintext

{
-------------------------------------------------------------------------------
FORMULARIO : ADPRRP003
OBJETIVO : Listar el programa del Plan de Vacaciones
PROGRAMADOR : Ing. Betania Guerrero Perez
FECHA REALIZACION : Julio 08, 1993
-------------------------------------------------------------------------------
}
database rayovac
screen size 24 by 80
{
Fecha Inicial [f001 ] Fecha Final [f002 ]
Ficha del Empleado [f004]
}
end
tables
adtb00020
attributes
f001 = formonly.fech_ini type date,format = "dd/mm/yyyy",
comments = "Digite la fecha inicial";
f002 = formonly.fech_fin type date,format = "dd/mm/yyyy",
comments = "Digite la fecha final";
f004 = adtb00020.num_emp,comments = "Digite la ficha del Empleado";
end