Toolbar in more than one form
Posted: Sun Nov 03, 2013 10:51 pm
Hi,
I have two forms (windows) with toolbars and include their form files into the main file using XIncludeFile. The second window is called ContactsWindow. When the second window is shown using the generated OpenContactsWindow() procedure, it displays the right toolbar, but the first one no longer displays a toolbar.
The reason seems to be that in the generated code both toolbars have number 0.
How can I have both toolbars display at the same time, each in its own window?
I have two forms (windows) with toolbars and include their form files into the main file using XIncludeFile. The second window is called ContactsWindow. When the second window is shown using the generated OpenContactsWindow() procedure, it displays the right toolbar, but the first one no longer displays a toolbar.
The reason seems to be that in the generated code both toolbars have number 0.

How can I have both toolbars display at the same time, each in its own window?