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_");