mirror of
https://github.com/KeymonSoft/Mazapa-Reparto.git
synced 2026-04-19 22:09:16 +00:00
5.07.25
This commit is contained in:
@@ -41,10 +41,10 @@ public Object[] _temparray = null;
|
||||
public String _jobtaganterior = "";
|
||||
public b4a.example.dateutils _dateutils = null;
|
||||
public reparto_mazapa.keymon.lat.main _main = null;
|
||||
public reparto_mazapa.keymon.lat.appupdater _appupdater = null;
|
||||
public reparto_mazapa.keymon.lat.tracker _tracker = null;
|
||||
public reparto_mazapa.keymon.lat.starter _starter = null;
|
||||
public reparto_mazapa.keymon.lat.tracker _tracker = null;
|
||||
public reparto_mazapa.keymon.lat.subs _subs = null;
|
||||
public reparto_mazapa.keymon.lat.appupdater _appupdater = null;
|
||||
public reparto_mazapa.keymon.lat.firebasemessaging _firebasemessaging = null;
|
||||
public reparto_mazapa.keymon.lat.foto _foto = null;
|
||||
public reparto_mazapa.keymon.lat.mapa_cliente _mapa_cliente = null;
|
||||
@@ -268,7 +268,7 @@ _table.Rows /*anywheresoftware.b4a.objects.collections.List*/ .Initialize();
|
||||
_table.Tag /*Object*/ = _job._tag /*Object*/ ;
|
||||
//BA.debugLineNum = 194;BA.debugLine="If jobTagAnterior <> Job.Tag Then LogColor(\"Handl";
|
||||
if ((_jobtaganterior).equals(BA.ObjectToString(_job._tag /*Object*/ )) == false) {
|
||||
__c.LogImpl("865339404","HandleJob: '"+BA.ObjectToString(_job._tag /*Object*/ )+"'",__c.Colors.Blue);};
|
||||
__c.LogImpl("765339404","HandleJob: '"+BA.ObjectToString(_job._tag /*Object*/ )+"'",__c.Colors.Blue);};
|
||||
//BA.debugLineNum = 195;BA.debugLine="jobTagAnterior = Job.Tag 'Mod por CHV - 211023";
|
||||
_jobtaganterior = BA.ObjectToString(_job._tag /*Object*/ );
|
||||
//BA.debugLineNum = 196;BA.debugLine="If method = \"query\" Then";
|
||||
@@ -368,7 +368,7 @@ Object[] _row = null;
|
||||
Object _record = null;
|
||||
//BA.debugLineNum = 248;BA.debugLine="Public Sub PrintTable(Table As DBResult)";
|
||||
//BA.debugLineNum = 249;BA.debugLine="Log(\"Tag: \" & Table.Tag & \", Columns: \" & Table.C";
|
||||
__c.LogImpl("865601537","Tag: "+BA.ObjectToString(_table.Tag /*Object*/ )+", Columns: "+BA.NumberToString(_table.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .getSize())+", Rows: "+BA.NumberToString(_table.Rows /*anywheresoftware.b4a.objects.collections.List*/ .getSize()),0);
|
||||
__c.LogImpl("765601537","Tag: "+BA.ObjectToString(_table.Tag /*Object*/ )+", Columns: "+BA.NumberToString(_table.Columns /*anywheresoftware.b4a.objects.collections.Map*/ .getSize())+", Rows: "+BA.NumberToString(_table.Rows /*anywheresoftware.b4a.objects.collections.List*/ .getSize()),0);
|
||||
//BA.debugLineNum = 250;BA.debugLine="Dim sb As StringBuilder";
|
||||
_sb = new anywheresoftware.b4a.keywords.StringBuilderWrapper();
|
||||
//BA.debugLineNum = 251;BA.debugLine="sb.Initialize";
|
||||
@@ -386,7 +386,7 @@ _sb.Append(BA.ObjectToString(_col)).Append(__c.TAB);
|
||||
}
|
||||
};
|
||||
//BA.debugLineNum = 255;BA.debugLine="Log(sb.ToString)";
|
||||
__c.LogImpl("865601543",_sb.ToString(),0);
|
||||
__c.LogImpl("765601543",_sb.ToString(),0);
|
||||
//BA.debugLineNum = 256;BA.debugLine="For Each row() As Object In Table.Rows";
|
||||
{
|
||||
final anywheresoftware.b4a.BA.IterableList group8 = _table.Rows /*anywheresoftware.b4a.objects.collections.List*/ ;
|
||||
|
||||
Reference in New Issue
Block a user