Commit inicial: fuentes MBS ERP (Genero 6) + .gitignore + docs/SETUP_PC_MBS.md
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
{
|
||||
-----------------------------------------------------------------------------
|
||||
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
|
||||
Reference in New Issue
Block a user