mirror of
https://github.com/KeymonSoft/Intmex_Preventa.git
synced 2026-04-20 22:29:22 +00:00
radiobutton de no venta se desmarcan y no deja eliminar su venta deshabilitando los botones
This commit is contained in:
@@ -60,6 +60,11 @@ Sub B4XPage_Appear
|
||||
ToastMessageShow("Es necesario tener el GPS encendido", True)
|
||||
StartActivity(Starter.gps.LocationSettingsIntent)
|
||||
End If
|
||||
r_1.Checked = False
|
||||
r_2.Checked = False
|
||||
r_3.Checked = False
|
||||
r_4.Checked = False
|
||||
e_comm.Text = ""
|
||||
End Sub
|
||||
|
||||
Sub GPS_LocationChanged (Location1 As Location)
|
||||
|
||||
Reference in New Issue
Block a user