35 lines
1.1 KiB
Plaintext
35 lines
1.1 KiB
Plaintext
{
|
|
-----------------------------------------------------------------------------
|
|
FORMULARIO : COFMWD017
|
|
OBJETIVO : Desplegar las prioridades de requisiciones de compras
|
|
PROGRAMADOR : Lic. Abner Montalvo
|
|
FECHA REALIZACION : Marzo 18, 1997.
|
|
-----------------------------------------------------------------------------
|
|
}
|
|
DATABASE marmotech
|
|
SCREEN SIZE 24 by 80
|
|
{
|
|
Prioridades Requisiciones
|
|
\g---------------------------------\g
|
|
Prioridad Descripcion
|
|
\g---------------------------------\g
|
|
[f1 ] [f2 ]
|
|
[f1 ] [f2 ]
|
|
[f1 ] [f2 ]
|
|
[f1 ] [f2 ]
|
|
[f1 ] [f2 ]
|
|
[f1 ] [f2 ]
|
|
}
|
|
end
|
|
tables
|
|
cotb00036
|
|
attributes
|
|
f1 = cotb00036.priori_req,
|
|
comments = "Elegir Este Registro Con La Tecla <Esc>";
|
|
f2 = cotb00036.desc_priori,upshift,
|
|
comments = "<Esc> Busca Todos Los Bienes/Servicios";
|
|
instructions
|
|
screen record s_prioridad[6] (priori_req,desc_priori)
|
|
delimiters " "
|
|
end
|