09-19-2008 08:21 AM
Hello,
How can I make that one button open specific page on tab.
That page was disabled and I menaged to make my program to show this page when I click one button. So next step would be that by clicking on that button this (previously disabled - unvisible) page is automatically OPENED.
Solved! Go to Solution.
09-19-2008 09:06 AM
Chata,
Use property nodes. First, get the Pages references. From that array select the specific page reference. Then write Page Enabled to the Page Enabled property. After that write the value of the page to a local variable (if the tab is a control) or write the value directly to the terminal if the tab is an indicator. Close references.
Lynn
09-22-2008 05:29 AM