Files
MBS/PROYECTO/nodir/nofmpc001.per
T

30 lines
1.0 KiB
Plaintext

{
-------------------------------------------------------------------------------
FORMULARIO : NOFMRP001
OBJETIVO : Pantalla para el programa que lista las nominas
quincenales y semanales (NOPRRP001,NOPRRP002)
PROGRAMADOR : Ing. Betania Guerrero Perez
FECHA REALIZACION : Noviembre 03, 1993
-------------------------------------------------------------------------------
}
database marmotech
screen size 24 by 80
{
Numero de la Nomina [f2 ]
Tipo de Nomina [f]
Fecha Inicial [f1 ] Fecha Final [f3 ]
}
end
tables
notb00008
attributes
f2 = notb00008.num_nomi,autonext,
comments = "Digite el numero de la nomina";
f = notb00008.tipo_emp,upshift,
comments = "Digite Q- Quincenal, S- Semanal, V- Vendedor";
f1 = formonly.fecha_del type date,format = "dd/mm/yyyy",
comments = "Digite la fecha inicial de la nomina";
f3 = formonly.fecha_al type date,format = "dd/mm/yyyy",
comments = "Digite la fecha final de la nomina";
end