27 lines
688 B
Plaintext
27 lines
688 B
Plaintext
{
|
|
-------------------------------------------------------------------------------
|
|
FORMULARIO : VEFMRP014
|
|
OBJETIVO : Formulario de Itinerario de Visitas (VEPRRP014)
|
|
PROGRAMADOR : Lic. Abner Montalvo Z.
|
|
FECHA REALIZACION : Febrero 25, 1993
|
|
-------------------------------------------------------------------------------
|
|
}
|
|
database marmotech
|
|
screen size 24 by 80
|
|
{
|
|
Vendedor [c1 ]
|
|
Cliente [r2 ]
|
|
|
|
}
|
|
end
|
|
tables
|
|
vetb00010,
|
|
vetb00004
|
|
attributes
|
|
c1 = vetb00010.sec_vend,
|
|
comments = "Digite el codigo del vendedor o el criterio de seleccion";
|
|
r2 = vetb00004.sec_cliente;
|
|
instructions
|
|
delimiters " "
|
|
end
|