23 lines
584 B
Plaintext
23 lines
584 B
Plaintext
{
|
|
------------------------------------------------------------------------
|
|
FORMULARIO : NOFMRP032
|
|
OBJETIVO : Capturar informaciones para el programa (NOPRRP032).
|
|
PROGRAMADOR : Juan F. Soto
|
|
FECHA REALIZACION : Agosto 7, 1996.
|
|
------------------------------------------------------------------------
|
|
}
|
|
database marmotech
|
|
screen size 24 by 80
|
|
{
|
|
Tipo de Nomina [f]
|
|
Departamento(s) [d1 ]
|
|
}
|
|
end
|
|
tables
|
|
notb00008
|
|
attributes
|
|
f = formonly.p_tipo_emp,upshift,
|
|
comments = "Digite Q- Quincenal, S- Semanal, V- Vendedor";
|
|
d1 = formonly.departamento;
|
|
end
|