mirror of
https://github.com/KeymonSoft/Medicomed_Preventa.git
synced 2026-04-18 21:39:13 +00:00
Se hicieron invisibles normales de la venta, se agregaron 2 botones mas, uno indica que tieene venta y el otro que no tiene, tambien al boton que indica que tiene venta se le agrega una pequeña ventana para agregar la venta que se le indique.
39 lines
2.6 KiB
Java
39 lines
2.6 KiB
Java
|
|
package keymon.lat.medicomed;
|
|
|
|
import anywheresoftware.b4a.pc.PCBA;
|
|
import anywheresoftware.b4a.pc.RemoteObject;
|
|
|
|
public class b4xcombobox {
|
|
public static RemoteObject myClass;
|
|
public b4xcombobox() {
|
|
}
|
|
public static PCBA staticBA = new PCBA(null, b4xcombobox.class);
|
|
|
|
public static RemoteObject __c = RemoteObject.declareNull("anywheresoftware.b4a.keywords.Common");
|
|
public static RemoteObject _meventname = RemoteObject.createImmutable("");
|
|
public static RemoteObject _mcallback = RemoteObject.declareNull("Object");
|
|
public static RemoteObject _mbase = RemoteObject.declareNull("anywheresoftware.b4a.objects.B4XViewWrapper");
|
|
public static RemoteObject _xui = RemoteObject.declareNull("anywheresoftware.b4a.objects.B4XViewWrapper.XUI");
|
|
public static RemoteObject _lastselectedindex = RemoteObject.createImmutable(0);
|
|
public static RemoteObject _cmbbox = RemoteObject.declareNull("anywheresoftware.b4a.objects.SpinnerWrapper");
|
|
public static RemoteObject _delaybeforechangeevent = RemoteObject.createImmutable(0);
|
|
public static RemoteObject _delayindex = RemoteObject.createImmutable(0);
|
|
public static RemoteObject _tag = RemoteObject.declareNull("Object");
|
|
public static RemoteObject _b4icancelbutton = RemoteObject.createImmutable("");
|
|
public static RemoteObject _dateutils = RemoteObject.declareNull("b4a.example.dateutils");
|
|
public static keymon.lat.medicomed.main _main = null;
|
|
public static keymon.lat.medicomed.starter _starter = null;
|
|
public static keymon.lat.medicomed.subs _subs = null;
|
|
public static keymon.lat.medicomed.appupdater _appupdater = null;
|
|
public static keymon.lat.medicomed.mapa_rutas _mapa_rutas = null;
|
|
public static keymon.lat.medicomed.tracker _tracker = null;
|
|
public static keymon.lat.medicomed.newinst2 _newinst2 = null;
|
|
public static keymon.lat.medicomed.b4xpages _b4xpages = null;
|
|
public static keymon.lat.medicomed.b4xcollections _b4xcollections = null;
|
|
public static keymon.lat.medicomed.httputils2service _httputils2service = null;
|
|
public static keymon.lat.medicomed.xuiviewsutils _xuiviewsutils = null;
|
|
public static Object[] GetGlobals(RemoteObject _ref) throws Exception {
|
|
return new Object[] {"B4iCancelButton",_ref.getField(false, "_b4icancelbutton"),"cmbBox",_ref.getField(false, "_cmbbox"),"DateUtils",_ref.getField(false, "_dateutils"),"DelayBeforeChangeEvent",_ref.getField(false, "_delaybeforechangeevent"),"DelayIndex",_ref.getField(false, "_delayindex"),"LastSelectedIndex",_ref.getField(false, "_lastselectedindex"),"mBase",_ref.getField(false, "_mbase"),"mCallBack",_ref.getField(false, "_mcallback"),"mEventName",_ref.getField(false, "_meventname"),"Tag",_ref.getField(false, "_tag"),"xui",_ref.getField(false, "_xui")};
|
|
}
|
|
} |