From 23f0be7e722d5483550d0db4c79bce829147c11c Mon Sep 17 00:00:00 2001 From: Alessandro Bonazzi Date: Fri, 5 Nov 2021 01:01:55 +0100 Subject: [PATCH] Patch level : 12.0 nopatch Files correlati : bagn009.uml Commento : Aggiunta esportazione testo e dbase alla barra delle stampe con relativi tasti di uscita --- src/include/bagn009.uml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/include/bagn009.uml b/src/include/bagn009.uml index f12aa7817..72fd6e41b 100755 --- a/src/include/bagn009.uml +++ b/src/include/bagn009.uml @@ -101,6 +101,13 @@ BEGIN MESSAGE EXIT,69 END +BUTTON DLG_EXPORT_DBF 2 2 +BEGIN + PROMPT 7 1 "D~base" + PICTURE TOOL_EXPORT + MESSAGE EXIT,K_DBF +END + BUTTON DLG_NULL 2 2 BEGIN END