32 lines
703 B
Plaintext
32 lines
703 B
Plaintext
{
|
|
--------------------------------------------------------------------------
|
|
FORMULARIO : NOFMMT016
|
|
OBJETUVO : Actualiza La maestra de empleados <Activando> <Desactivando>
|
|
empleados
|
|
REALIZADO : Ing. Juan Soto
|
|
FECHA : Enero 17, 1993
|
|
---------------------------------------------------------------------------
|
|
}
|
|
DATABASE smarmotech
|
|
screen size 24 by 80
|
|
{
|
|
|
|
Ficha [f1 ] [n1 ]
|
|
|
|
Tipo Empleado : [a][b1 ]
|
|
|
|
}
|
|
tables
|
|
adtb00003
|
|
|
|
attributes
|
|
f1 = adtb00003.num_emp,autonext;
|
|
n1 = formonly.nombre,noentry;
|
|
a = formonly.tipo_emp,noentry;
|
|
b1 = formonly.nombre_t,noentry;
|
|
instructions
|
|
delimiters " "
|
|
end
|
|
|
|
|