Files
MBS/PROYECTO/nodir/nofmrp034.per
T

31 lines
1.1 KiB
Plaintext

{
-------------------------------------------------------------------------------
FORMULARIO : NOFMRP034
OBJETIVO : Pantalla para el programa que lista las horas extras
(NOPRRP011)
PROGRAMADOR : Ing. Betania Guerrero Perez
FECHA REALIZACION : Septiembre 07, 1993
-------------------------------------------------------------------------------
}
database marmotech
screen size 24 by 80
{
Ano [b ] Formulario No. [c ]
Mes [a ] Fecha Formulario [f1 ]
Fecha Inicial [f2 ]
Fecha final [f3 ]
}
end
tables
notb00007
attributes
a = formonly.p_mes,comments = "Digite Numero Del Mes";
b = formonly.p_ano,comments = "Digite En Formato 1997";
c = formonly.formulario_no,comments = "Digite el numero del formulario";
f1 = formonly.fecha_formulario type date,format = "dd/mm/yy",
comments = "Digite En Formato dd/mm/aa";
f2 = formonly.fecha_inicial type date,format = "dd/mm/yy";
f3 = formonly.fecha_final type date,format = "dd/mm/yy";
end