Applies To:
  • CitectSCADA 5.50
  • CitectHMI 5.50

Summary:
I am using the XP Style template in my project. The Back and Forward button does not work properly. 

Solution:
Check the "Page Properties\Window title".

This needs to be unique for each page.

The Window title is the pointer used in the Back and Forward Page list.

Further suggestions;

Please keep the Window title as brief as possible particularly if you have a large [MultiMonitors]LastPageStackSize parameter value (default 10).

I would suggest using [MultiMonitors]LastPageStackSize=8 or lower if possible.

Further Explanations;

The function used to display the list is DspPopupMenu(). The sMenuItems argument have been defined to have a maximum length of 214 characters. This sMenuItems string is assigned a value which is the concatenation of the list of page's Window titles. If this sMenuItems string exceed 214 characters, you may get the error "Too long by x".

 

Keywords:
 

Attachments