35 lines
1.0 KiB
Plaintext
35 lines
1.0 KiB
Plaintext
{
|
|
------------------------------------------------------------------------
|
|
FORMULARIO : ADFMWD012
|
|
OBJETIVO : Pantalla que muestra las pericias
|
|
Es utilizada por: ADPRMT010
|
|
PROGRAMADOR : Ing. Betania Guerrero Perez
|
|
FECHA REALIZACION : Julio 23, 1993
|
|
------------------------------------------------------------------------
|
|
}
|
|
SCHEMA smarmotech
|
|
SCREEN SIZE 24 by 80
|
|
{
|
|
Busqueda de Pericias
|
|
\g-----------------------------------------\g
|
|
Codigo Descripcion
|
|
\g-----------------------------------------\g
|
|
[f1] [f3 ]
|
|
[f1] [f3 ]
|
|
[f1] [f3 ]
|
|
[f1] [f3 ]
|
|
[f1] [f3 ]
|
|
[f1] [f3 ]
|
|
}
|
|
end
|
|
tables
|
|
adtb00006
|
|
attributes
|
|
f1 = adtb00006.cod_pericia,autonext;
|
|
f3 = adtb00006.nom_pericia,upshift,
|
|
comments = "<Esc> Busca Todas Las Percias";
|
|
instructions
|
|
screen record s_pericia[6] (cod_pericia,nom_pericia)
|
|
delimiters " "
|
|
end
|