mirror of
https://github.com/KeymonSoft/Mariana_Censos.git
synced 2026-04-21 14:49:18 +00:00
- Se corrigio el codigo de la encuesta para que guarde almacen y ruta en la base de datos.
- Se puso una validacion al salir de cliente, para que si hay campos modificados y no se han guardado, mande un aviso.
This commit is contained in:
@@ -14,6 +14,7 @@ Sub Process_Globals
|
||||
'These variables can be accessed from all modules.
|
||||
Public gps As GPS
|
||||
Dim ph As Phone
|
||||
Dim skmt As SQL
|
||||
Public rp As RuntimePermissions
|
||||
Public FLP As FusedLocationProvider
|
||||
' Private flpStarted As Boolean
|
||||
@@ -54,6 +55,7 @@ Sub Service_Start (StartingIntent As Intent)
|
||||
Service.StopAutomaticForeground 'Starter service can start in the foreground state in some edge cases.
|
||||
Subs.revisaBD
|
||||
' Log(marcaCel)
|
||||
skmt.Initialize(File.DirInternal,"kmt.db", True)
|
||||
reqManager.Initialize(Me, server)
|
||||
End Sub
|
||||
|
||||
|
||||
Reference in New Issue
Block a user