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