Files
MBS/PROYECTO/addir/adfmwd010.per
T

33 lines
1020 B
Plaintext

{
------------------------------------------------------------------------
FORMULARIO : ADFMWD010
OBJETIVO : Pantalla que muestra las profesiones
Es utilizada por: ADPRMT011,ADPRMT019
PROGRAMADOR : Ing. Betania Guerrero Perez
FECHA REALIZACION : Junio 24, 1993
------------------------------------------------------------------------
}
SCHEMA smarmotech
LAYOUT (TEXT="BUSCA PROFESIONES")
GRID
{
<t >
[f1 ] [f3 ]
[f1 ] [f3 ]
[f1 ] [f3 ]
[f1 ] [f3 ]
[f1 ] [f3 ]
[f1 ] [f3 ]
}
end
tables
adtb00010
attributes
f1 = adtb00010.cod_prof,TITLE="CODIGO";
f3 = adtb00010.nom_prof,TITLE="DESCRIPCION",
comments = "<Esc> Busca Todas Las Profesiones";
instructions
screen record s_profesion[6] (cod_prof,nom_prof)
delimiters " "
end