From eb8efa45b7182ec4ab97051428814181cd9f8b3e Mon Sep 17 00:00:00 2001 From: jaguerrau <143662442+jaguerrau@users.noreply.github.com> Date: Thu, 19 Oct 2023 15:13:14 -0600 Subject: [PATCH] Update C_Nota.bas --- B4A/C_Nota.bas | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/B4A/C_Nota.bas b/B4A/C_Nota.bas index 5ab86cc..0435b4d 100644 --- a/B4A/C_Nota.bas +++ b/B4A/C_Nota.bas @@ -121,6 +121,8 @@ Sub Regresar_Click B4XPages.ShowPage("Cliente") End Sub + + Private Sub B4XPage_CloseRequest As ResumableSub ' BACK key pressed ' Return True To close, False To cancel @@ -238,4 +240,4 @@ End Sub Private Sub p_nota_Click -End Sub \ No newline at end of file +End Sub