Applies To:
  • CitectSCADA 5.xx

Summary:
I have configured local language text for my button commands. When I edit the button text to change the text from lower case to upper case, I still see the original lower case text in runtime. How do I fix this? 

Solution:
If you change your button text from say @(Date) to @(DATE) then a new record is not added to the local language .dbf file and hence in runtime the text displays as originally entered. You will need to edit this local language file to change the case in runtime.

Note that you can set a language parameter,

[Language]CaseSensitive=1

which will allow the use of different native language records for different cased local records.

 

Keywords:
 

Attachments