27 lines
902 B
Plaintext
27 lines
902 B
Plaintext
{
|
|
-------------------------------------------------------------------------------
|
|
FORMULARIO : ADFMRP006
|
|
OBJETIVO : Pantalla para el programa que lista los Empleados
|
|
que han llegado tarde
|
|
PROGRAMADOR : Ing. Betania Guerrero Perez
|
|
FECHA REALIZACION : Junio 30, 1993
|
|
-------------------------------------------------------------------------------
|
|
}
|
|
database rayovac
|
|
screen size 24 by 80
|
|
{
|
|
Fecha del dia [f002 ]
|
|
Semana del [f003 ] al [f004 ]
|
|
}
|
|
end
|
|
tables
|
|
adtb00003
|
|
attributes
|
|
f002 = formonly.fech_in type date,format = "dd/mm/yyyy",
|
|
comments = "Digite la fecha del dia";
|
|
f003 = formonly.fech_ini type date,format = "dd/mm/yyyy",
|
|
comments = "Digite la fecha de inicio de la semana";
|
|
f004 = formonly.fech_fin type date,format = "dd/mm/yyyy",
|
|
comments = "Digite la fecha final de la semana";
|
|
end
|