36 lines
821 B
Plaintext
36 lines
821 B
Plaintext
{
|
|
------------------------------------------------------------------------
|
|
FORMULARIO : NOFMMT019
|
|
OBJETIVO : Pantalla para cambio de departamentos
|
|
PROGRAMADOR : Juan F. Soto
|
|
FECHA REALIZACION : Septiembre 27, 1994
|
|
------------------------------------------------------------------------
|
|
}
|
|
database smarmotech
|
|
screen size 24 by 80
|
|
{
|
|
|
|
Numero Empleado: [n1 ] [nom1 ]
|
|
|
|
Departamento de: [de1 ] [de2 ]
|
|
|
|
Departamento a: [de3 ] [de4 ]
|
|
|
|
|
|
}
|
|
end
|
|
tables
|
|
adtb00003,notb00002
|
|
attributes
|
|
|
|
n1 = adtb00003.num_emp,required;
|
|
nom1 = formonly.nombre,noentry;
|
|
de1 = formonly.depto_de,required;
|
|
de2 = formonly.nombre_dp_d,noentry;
|
|
de3 = formonly.depto_a,required;
|
|
de4 = formonly.nombre_dp_a,noentry;
|
|
|
|
instructions
|
|
delimiters " "
|
|
end
|