21 lines
619 B
Plaintext
21 lines
619 B
Plaintext
{
|
|
-------------------------------------------------------------------------------
|
|
FORMULARIO : ADFMRP010
|
|
OBJETIVO : Pantalla para el programa que lista las Entradas y
|
|
Salidas Diarias de todos los Empleados (ADPRRP020)
|
|
PROGRAMADOR : Ing. Betania Guerrero Perez
|
|
FECHA REALIZACION : Julio 01, 1993
|
|
-------------------------------------------------------------------------------
|
|
}
|
|
database rayovac
|
|
screen size 24 by 80
|
|
{
|
|
Fecha del Reporte [f000 ]
|
|
}
|
|
end
|
|
tables
|
|
adtb00023
|
|
attributes
|
|
f000 = adtb00023.fecha,format = "dd/mm/yyyy";
|
|
end
|