Ristrutture le classi dell'applicazione
git-svn-id: svn://10.65.10.50/trunk@5444 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
ffadfce924
commit
0a9bb6fcfd
@ -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_");
|
||||
|
Loading…
x
Reference in New Issue
Block a user