20 lines
466 B
Plaintext
20 lines
466 B
Plaintext
database marmotech
|
|
screen size 24 by 80
|
|
{
|
|
Fecha Inicial [c ]
|
|
Fecha Final [d ]
|
|
Empleado [f000]
|
|
|
|
}
|
|
end
|
|
tables
|
|
adtb00003
|
|
attributes
|
|
c = formonly.fecha1 type date,format = "dd/mm/yy", comments =
|
|
"Digite Fecha Inicial de Rango";
|
|
d = formonly.fecha2 type date,format = "dd/mm/yy", comments =
|
|
"Digite Fecha Final de Rango";
|
|
f000 = adtb00003.num_emp,comments="Digite Ficha del Empleado";
|
|
instructions delimiters " "
|
|
end
|