- VERSION 4.10.28

- Se modificó el closeRequest de Nota, para que se regrese a Cliente!
This commit is contained in:
Jose Alberto Guerra Ugalde
2024-10-29 11:06:53 -06:00
parent 87fd48c02f
commit 15a741c06e
2 changed files with 4 additions and 4 deletions

View File

@@ -153,7 +153,7 @@ End Sub
Private Sub B4XPage_CloseRequest As ResumableSub
' BACK key pressed
' Return True To close, False To cancel
B4XPages.ShowPage("Principal")
B4XPages.ShowPage("Cliente")
Return False
End Sub