26 lines
745 B
Plaintext
26 lines
745 B
Plaintext
{
|
|
------------------------------------------------------------------------
|
|
FORMULARIO : ADFMRP026
|
|
OBJETIVO : Pantalla a ser utilizado por el programa que lista
|
|
los Ex-Empleados (ADPRRP026)
|
|
PROGRAMADOR : Ing. Betania Guerrero Perez
|
|
FECHA REALIZACION : Julio 16, 1993
|
|
------------------------------------------------------------------------
|
|
}
|
|
database rayovac
|
|
screen size 24 by 80
|
|
{
|
|
|
|
Semana Del [f1 ]
|
|
Semana Al [f2 ]
|
|
}
|
|
end
|
|
tables
|
|
adtb00003
|
|
attributes
|
|
f1 = formonly.semana_del type date,format = "dd/mm/yyyy",
|
|
comments = "Digiete En Formato dd/mm/yyyy";
|
|
f2 = formonly.semana_al type date,format = "dd/mm/yyyy",
|
|
comments = "Digiete En Formato dd/mm/yyyy";
|
|
end
|