mirror of
https://github.com/KeymonSoft/Nuevo_Torrado_V2.git
synced 2026-04-20 22:29:18 +00:00
commit inicial
This commit is contained in:
@@ -110,20 +110,20 @@ End Sub
|
||||
'You can see the list of page related events in the B4XPagesManager object. The event name is B4XPage.
|
||||
|
||||
Private Sub b_iniciar_Click
|
||||
If Usuario.Text <> "" Then
|
||||
|
||||
Dim cmd As DBCommand
|
||||
cmd.Initialize
|
||||
cmd.Name = "select_usuario_torra"
|
||||
cmd.Parameters = Array As Object(Usuario.Text, Contraseña.Text)
|
||||
reqManager.ExecuteQuery(cmd , 0, "usuario")
|
||||
user = Usuario.Text
|
||||
Else
|
||||
MsgboxAsync("Llena los datos de acceso","Atención")
|
||||
' B4XPages.ShowPage ("principal")
|
||||
End If
|
||||
|
||||
' B4XPages.ShowPage ("principal")
|
||||
' If Usuario.Text <> "" Then
|
||||
'
|
||||
' Dim cmd As DBCommand
|
||||
' cmd.Initialize
|
||||
' cmd.Name = "select_usuario_torra"
|
||||
' cmd.Parameters = Array As Object(Usuario.Text, Contraseña.Text)
|
||||
' reqManager.ExecuteQuery(cmd , 0, "usuario")
|
||||
' user = Usuario.Text
|
||||
' Else
|
||||
' MsgboxAsync("Llena los datos de acceso","Atención")
|
||||
'' B4XPages.ShowPage ("principal")
|
||||
' End If
|
||||
'
|
||||
B4XPages.ShowPage ("principal")
|
||||
Log(Starter.latitud & Starter.longitud)
|
||||
End Sub
|
||||
|
||||
|
||||
Reference in New Issue
Block a user