30 lines
973 B
Plaintext
30 lines
973 B
Plaintext
{
|
|
------------------------------------------------------------------------
|
|
FORMULARIO : NOFMRP022
|
|
OBJETIVO : Pantalla a ser utilizado por el programa que lista
|
|
Historial de Deudas Por Empleado (NOPRRP030)
|
|
PROGRAMADOR : Tadeo A. Ferreras
|
|
FECHA REALIZACION : Marzo 04, 1996
|
|
------------------------------------------------------------------------
|
|
}
|
|
database marmotech
|
|
screen size 24 by 80
|
|
{
|
|
Rango de Fechas: Inicial [f1 ]
|
|
Final [f2 ]
|
|
Ficha Del Empleado [nm ]
|
|
Codigo De Movimiento [f ]
|
|
}
|
|
end
|
|
tables
|
|
notb00008
|
|
attributes
|
|
f = notb00008.cod_mov,comments= "Digite Codigo(s) de Movimiento(s)";
|
|
nm= notb00008.num_emp,comments= "Digite Ficha del Empleado";
|
|
f1= formonly.fecha1 type date,format="dd/mm/yy",
|
|
comments="Digite La Fecha Inicial";
|
|
f2= formonly.fecha2 type date,format="dd/mm/yy",
|
|
comments="Digite La Fecha Inicial";
|
|
instructions delimiters " "
|
|
end
|