33 lines
915 B
Plaintext
33 lines
915 B
Plaintext
{
|
|
------------------------------------------------------------------------------
|
|
FORMULARIO : VEFMMT030
|
|
OBJETIVO : Actualizar facturas con otro vendedor
|
|
PROGRAMADOR : Ing. Juan F. Soto
|
|
FECHA : Enero 12, 1993.
|
|
UTILIZAR : VEPRMT030
|
|
------------------------------------------------------------------------------
|
|
}
|
|
database marmotech
|
|
screen size 24 by 80
|
|
{
|
|
|
|
DEL VENDOR :[v1 ][a ]
|
|
|
|
AL VENDOR :[v2 ][b ]
|
|
|
|
FACTURA(S) :[f1 ]
|
|
}
|
|
end
|
|
tables
|
|
vetb00002
|
|
attributes
|
|
v1 = formonly.vend_del,comments = "Entre Ficha Vendedor a Cambiar";
|
|
a = formonly.nombre_del,noentry;
|
|
v2 = formonly.vend_al,comments = "Entre Ficha Vendedor a Cambiar";
|
|
b = formonly.nombre_al,noentry;
|
|
f1 = formonly.aplica_a,comments =
|
|
"Entre factura o rango eje. 18490:19000, Facturas eje. 18490|1900|20000";
|
|
instructions
|
|
delimiters " "
|
|
end
|