Files
MBS/PROYECTO/addir/adfmrp023.per
T

27 lines
910 B
Plaintext

{
-------------------------------------------------------------------------------
FORMULARIO : ADFMRP013
OBJETIVO : Pantalla para el programa que lista las Rotaciones
del Personal en cada Departamento bajo un rango de
fecha
PROGRAMADOR : Ing. Betania Guerrero Perez
FECHA REALIZACION : Julio 07, 1993
-------------------------------------------------------------------------------
}
database rayovac
screen size 24 by 80
{
Fecha Inicial [f001 ] Fecha Final [f002 ]
Departamento [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.departamento,comments = "Digite el numero del departamento";
end