Avance comunicacion con proceso olivia
parent
788e69c70c
commit
7657ea55d6
|
|
@ -59,7 +59,7 @@ namespace OliviaAddInPro.Model
|
||||||
{
|
{
|
||||||
TareaRes res = null;
|
TareaRes res = null;
|
||||||
res = Serv.Ejecuta(modo, cps);
|
res = Serv.Ejecuta(modo, cps);
|
||||||
if (res.Errores)
|
if (!res.Errores)
|
||||||
{
|
{
|
||||||
var res1=LanzaSrv.ejec(this, modo, TipoTtoStr);
|
var res1=LanzaSrv.ejec(this, modo, TipoTtoStr);
|
||||||
if (!res1.HasError)
|
if (!res1.HasError)
|
||||||
|
|
|
||||||
|
|
@ -170,7 +170,7 @@ namespace OliviaAddInPro.Services
|
||||||
//mira a ver si hay ejes de calle
|
//mira a ver si hay ejes de calle
|
||||||
ftclass = LimpiezaDef.ftclass[(int)LimpiezaDef.AmbitsTra.AmbEjeCalle];
|
ftclass = LimpiezaDef.ftclass[(int)LimpiezaDef.AmbitsTra.AmbEjeCalle];
|
||||||
consulta = LimpiezaDef.filtro_str[(int)LimpiezaDef.AmbitsTra.AmbEjeCalle];
|
consulta = LimpiezaDef.filtro_str[(int)LimpiezaDef.AmbitsTra.AmbEjeCalle];
|
||||||
numero_lin = HelperGdb.GetNumElems(OliviaGlob.Paths.PathGdbNw, ftclass, consulta);
|
numero_lin = HelperGdb.GetNumElems(OliviaGlob.Paths.PathGdbNw, consulta);
|
||||||
if (numero_lin > 0)
|
if (numero_lin > 0)
|
||||||
{
|
{
|
||||||
amb_gdb[(int)LimpiezaDef.AmbitsTra.AmbEjeCalle] = true;
|
amb_gdb[(int)LimpiezaDef.AmbitsTra.AmbEjeCalle] = true;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue