mirror of
https://github.com/KeymonSoft/Mazapa-Reparto.git
synced 2026-04-19 13:59:16 +00:00
Version: 5.03.31
Se le agrego una vista al enviar informacion.
This commit is contained in:
@@ -42,12 +42,12 @@ 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.subs _subs = null;
|
||||
public reparto_mazapa.keymon.lat.foto _foto = null;
|
||||
public reparto_mazapa.keymon.lat.mapa_cliente _mapa_cliente = null;
|
||||
public reparto_mazapa.keymon.lat.mapa_rutas _mapa_rutas = null;
|
||||
public reparto_mazapa.keymon.lat.starter _starter = null;
|
||||
public reparto_mazapa.keymon.lat.subs _subs = null;
|
||||
public reparto_mazapa.keymon.lat.tracker _tracker = null;
|
||||
public reparto_mazapa.keymon.lat.newinst2 _newinst2 = null;
|
||||
public reparto_mazapa.keymon.lat.b4xpages _b4xpages = null;
|
||||
public reparto_mazapa.keymon.lat.b4xcollections _b4xcollections = null;
|
||||
@@ -267,7 +267,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("858523660","HandleJob: '"+BA.ObjectToString(_job._tag /*Object*/ )+"'",__c.Colors.Blue);};
|
||||
__c.LogImpl("064880652","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";
|
||||
@@ -367,7 +367,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("858785793","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("065142785","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";
|
||||
@@ -385,7 +385,7 @@ _sb.Append(BA.ObjectToString(_col)).Append(__c.TAB);
|
||||
}
|
||||
};
|
||||
//BA.debugLineNum = 255;BA.debugLine="Log(sb.ToString)";
|
||||
__c.LogImpl("858785799",_sb.ToString(),0);
|
||||
__c.LogImpl("065142791",_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