mirror of
https://github.com/KeymonSoft/Kelloggs_v4.git
synced 2026-04-19 11:09:13 +00:00
- VERSION 4.07.21
- Cuando la ruta esta cerrada por "Motivo de no visita", se deshabilitan TAMBIEN los botones de "Abordo" y "Cliente Nuevo"
This commit is contained in:
@@ -212,7 +212,7 @@ Sub Class_Globals
|
||||
Private r_5 As RadioButton
|
||||
Private r_6 As RadioButton
|
||||
Private r_7 As RadioButton
|
||||
private r_razonNoVisita as String
|
||||
Private r_razonNoVisita As String
|
||||
End Sub
|
||||
|
||||
'You can add more parameters here.
|
||||
@@ -482,12 +482,16 @@ Sub B4XPage_Appear
|
||||
b_motivoNoVisita.Background = cd1
|
||||
B_MAPA_RUTA.Enabled = False
|
||||
trabajar.Enabled = False
|
||||
NUEVO.Enabled = False
|
||||
B_PROXIMA.Enabled = False
|
||||
Else
|
||||
Private cd1 As ColorDrawable
|
||||
cd1.Initialize(Colors.RGB(213, 0, 0), 5dip)
|
||||
b_motivoNoVisita.Background = cd1
|
||||
B_MAPA_RUTA.Enabled = True
|
||||
trabajar.Enabled = True
|
||||
NUEVO.Enabled = True
|
||||
B_PROXIMA.Enabled = True
|
||||
End If
|
||||
End Sub
|
||||
|
||||
|
||||
Binary file not shown.
@@ -887,7 +887,7 @@ Version=12.8
|
||||
#Region Project Attributes
|
||||
#ApplicationLabel: Kelloggs Venta
|
||||
#VersionCode: 3000
|
||||
#VersionName: 4.07.20
|
||||
#VersionName: 4.07.21
|
||||
#SupportedOrientations: portrait
|
||||
#CanInstallToExternalStorage: False
|
||||
#BridgeLogger:true
|
||||
|
||||
@@ -91,6 +91,6 @@ ModuleClosedNodes6=
|
||||
ModuleClosedNodes7=
|
||||
ModuleClosedNodes8=
|
||||
ModuleClosedNodes9=
|
||||
NavigationStack=C_Principal,Subir_Click,560,0,C_Principal,B4XPage_Appear,302,0,C_Principal,B_OK_PAS_Click,2267,0,C_Principal,JobDone,1220,3,B4XMainPage,B4XPage_Appear,362,0,Visual Designer,principal.bal,-100,5,C_Principal,b_motivoNoVisita_Click,3541,0,C_Principal,b_noVisita_Click,3586,6,Subs,bitacora,1707,0,Main,Globals,24,0
|
||||
NavigationStack=Subs,bitacora,1707,0,Main,Globals,24,0,C_Principal,Class_Globals,1,0,C_Principal,b_noVisita_Click,3591,6,C_Principal,p_transparente_Click,3560,0,C_Principal,b_motivoNoVisita_Click,3558,0,C_Principal,trabajar_Click,487,0,Visual Designer,principal.bal,-100,6,C_Principal,B4XPage_Appear,487,6,Main,Activity_Create,28,0
|
||||
SelectedBuild=0
|
||||
VisibleModules=1,28,11,3,26,23,29,12,4,13
|
||||
|
||||
Reference in New Issue
Block a user