Applies To:
  • CitectSCADA 5.50, 5.50 Service Pack A, 5.50 Service Pack B, 5.50 Service Pack C, 6.xx
  • CitectHMI 5.50, 5.50 Service Pack A, 5.50 Service Pack B, 5.50 Service Pack C, 6.xx

Summary:
I am using the WinTitle() function to dynamically change the title of a window however the CSV_Display_Title() function does not seem to display this change.
 

Solution:
The CSV_Display_Tile() function does not actually display the title of the window but rather displays the title of the active page. This is because this function it is actually a wrapper function for PageInfo(2). It is recommended that you use the GetWinTitle() function to get the actual window title.
 

Keywords:
CSV_Display_Title, WinTitle, GetWinTitle, PageInfo  

Attachments