mirror of
https://github.com/KeymonSoft/Profina_Preventa.git
synced 2026-04-17 21:06:29 +00:00
Se modifico el codigo para que los usuarios no puedan aceder si ya no estan activos.
This commit is contained in:
@@ -388,7 +388,8 @@ Sub GPS_LocationChanged (Location1 As Location)
|
||||
distance = l1.DistanceTo(l2) 'the result is in meter
|
||||
gest.Visible = True
|
||||
' Log(distance)
|
||||
If distance < 3000000000000000000000000000000000000000000000000000 Then
|
||||
' If distance < 3000000000000000000000000000000000000 Then
|
||||
If distance < 30 Then
|
||||
Tels.Visible = True
|
||||
gest.Visible = True
|
||||
LA_GEO.TextColor = Colors.Blue
|
||||
@@ -426,6 +427,7 @@ Sub gest_Click
|
||||
End Sub
|
||||
|
||||
Sub Tels_Click
|
||||
et_Solicita.Text = ""
|
||||
B4XPages.ShowPage("NoVenta")
|
||||
End Sub
|
||||
|
||||
|
||||
Reference in New Issue
Block a user