Files

34 lines
1.0 KiB
Plaintext

{
------------------------------------------------------------------------
FORMULARIO : ADFMWD013
OBJETIVO : Pantalla que muestra las nacionalidades
Es utilizada por: ADPRMT011,ADPRMT013
PROGRAMADOR : Ing. Betania Guerrero Perez
FECHA REALIZACION : Julio 27, 1993
------------------------------------------------------------------------
}
schema smarmotech
SCREEN SIZE 24 by 80
{
Busqueda de Nacionalidades
\g-----------------------------------------\g
Codigo Descripcion
\g-----------------------------------------\g
[f1 ] [f3 ]
[f1 ] [f3 ]
[f1 ] [f3 ]
[f1 ] [f3 ]
[f1 ] [f3 ]
[f1 ] [f3 ]
}
end
attributes
f1 = formonly.cod_nac,autonext;
f3 = formonly.nom_nac,upshift,
comments = "<Esc> Busca Todas Las Nacionalidades";
instructions
screen record s_nacion[6] (cod_nac,nom_nac)
delimiters " "
end