Applies To:
  • CitectSCADA 6.00, 6.00 Service Pack A

Summary:
I’d like to use AssChainPage() to call Super Genies and to show them in the same Window. However, CitectSCADA creates another instance of window when AssChainPage() is called. What should I do?
 

Solution:
The problem only arises when XP style template is used. In order to remedy this problem you can modify AssChainPage() that is defined in Tag.ci of the Include project. AssChainPage() must return _PageDisplay(sPage) instead of PageDisplay(sPage) for it to work. Citect has confirmed this to be a problem in Tag.ci of the Include project and will be fixed in later version.
 

Keywords:
AssChainPage, XP 

Attachments