mirror of
https://github.com/KeymonSoft/Profina_Preventa.git
synced 2026-04-17 21:06:29 +00:00
Se añade funcion para que no puedan hacer el envio hasta que se visiten todos los clientes
This commit is contained in:
@@ -388,8 +388,8 @@ Sub GPS_LocationChanged (Location1 As Location)
|
||||
distance = l1.DistanceTo(l2) 'the result is in meter
|
||||
gest.Visible = True
|
||||
' Log(distance)
|
||||
' If distance < 3000000000000000000000000000000000000 Then
|
||||
If distance < 30 Then
|
||||
If distance < 3000000000000000000000000000000000000 Then
|
||||
' If distance < 30 Then
|
||||
Tels.Visible = True
|
||||
gest.Visible = True
|
||||
LA_GEO.TextColor = Colors.Blue
|
||||
|
||||
Reference in New Issue
Block a user