Hello,
Is there another way to make it impossible,
that a user can open a application-part twice in MDI ?
In the moment my solution works like :
1.) I start a part from a office2007-bar ( oBtn1 ).
2.) Before i open the dialog i disable the office-bar-button.
oBtn1:Disable()
( the user cannot open twice the same part )
3.) After closing the dialog, i enable the office2007-bar-button again.
oBtn1:Enable()
It works, but is there another way how to do it ?
Best Regards
Uwe