31 lines
954 B
Plaintext
31 lines
954 B
Plaintext
{
|
|
-------------------------------------------------------------------------------
|
|
FORMULARIO : ADFMRP008
|
|
OBJETIVO : Pantalla para el programa que lista la Relacion
|
|
Mensual de los Empleados (HEADCOUNT) (ADPRRP018)
|
|
PROGRAMADOR : Ing. Betania Guerrero Perez
|
|
FECHA REALIZACION : Julio 16, 1993
|
|
-------------------------------------------------------------------------------
|
|
}
|
|
schema smarmotech
|
|
|
|
LAYOUT (TEXT="FORMULARIO REPORTE", STYLE="basic")
|
|
|
|
GRID
|
|
{
|
|
<G >
|
|
Departamento [de ]
|
|
Fecha Inicial [f001 ] Fecha Final [f002 ]
|
|
}
|
|
end
|
|
end
|
|
tables
|
|
adtb00020
|
|
attributes
|
|
de = adtb00020.departamento;
|
|
dateedit f001 = formonly.fech_ini type date,format = "dd/mm/yyyy",
|
|
comments = "Digite la fecha inicial";
|
|
dateedit f002 = formonly.fech_fin type date,format = "dd/mm/yyyy",
|
|
comments = "Digite la fecha final";
|
|
end
|