Update C_Nota.bas

This commit is contained in:
jaguerrau
2023-10-19 15:13:14 -06:00
committed by GitHub
parent 307754013b
commit eb8efa45b7

View File

@@ -121,6 +121,8 @@ Sub Regresar_Click
B4XPages.ShowPage("Cliente") B4XPages.ShowPage("Cliente")
End Sub End Sub
Private Sub B4XPage_CloseRequest As ResumableSub Private Sub B4XPage_CloseRequest As ResumableSub
' BACK key pressed ' BACK key pressed
' Return True To close, False To cancel ' Return True To close, False To cancel
@@ -238,4 +240,4 @@ End Sub
Private Sub p_nota_Click Private Sub p_nota_Click
End Sub End Sub