Thanks for the sample code. However, this doesn't really explain where you are trying to access the boolean button from (the function UseBoolTest is not called from anywhere), and also the global variable Test is just set in that uncalled function and not used anywhere. I would have expected that you might have some kind of callback/action in the docked form and that the callback for those items would do everything necessary. Without understanding the overall flow of how you expect to interact with the form and what it triggers, it's pretty hard to advise... Regards, Andrew
↧