From 0a9bb6fcfd20738cc5a6024b3ae06fff6f4d6f7a Mon Sep 17 00:00:00 2001 From: augusto Date: Fri, 24 Oct 1997 14:25:30 +0000 Subject: [PATCH] Ristrutture le classi dell'applicazione git-svn-id: svn://10.65.10.50/trunk@5444 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- mg/mg0200.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/mg/mg0200.cpp b/mg/mg0200.cpp index 15b8351ab..bd15330fe 100755 --- a/mg/mg0200.cpp +++ b/mg/mg0200.cpp @@ -17,6 +17,7 @@ class TStampa_tabmag : public TApplication protected: virtual bool create(); virtual bool destroy(); + virtual bool menu(MENU_TAG); }; void TStampa_tabmag::set_print(TString & tabname) @@ -42,6 +43,12 @@ void TStampa_tabmag::set_print(TString & tabname) } bool TStampa_tabmag::create() +{ + dispatch_e_menu(BAR_ITEM(1)); + return TRUE; +} + +bool TStampa_tabmag::menu(MENU_TAG) { TString16 maskname("bast"); TString16 formname("tab_");