I have a tab object that is placed on a window. I have various controls on each tabpage. How can I access a datawindow that is placed on a tabpage?
For example, I 've tried the following:
windowname.tab.tabpage.datawindow.
I've tried various combo's of the above syntax and I always get an error when trying to compiled the code. I want to access this control outside of the tab object. For instance, I would like to access it through a user event on the window.
What is the proper syntax for doing this?
Thanks,
Keith
For example, I 've tried the following:
windowname.tab.tabpage.datawindow.
I've tried various combo's of the above syntax and I always get an error when trying to compiled the code. I want to access this control outside of the tab object. For instance, I would like to access it through a user event on the window.
What is the proper syntax for doing this?
Thanks,
Keith