Change the caption on a popup
A popup has a caption at the top by default. The caption is not the name of the popup in the
Project Explorer
. Change the caption to reflect the content or purpose of the popup. To change the caption on a popup
- In theProject Explorer, expand theUser-Defined Screensfolder.
- Double-click the popup to open the popup.
- At the top of the popup, double-click the caption and type a new caption or change the caption in thePropertieswindow.TIP:Tips:
- Binding theCaptionbox of the popup to a tag or expression includes the data in the caption.
- Embedding a REAL tag value in a text display or popup caption shows 13 digits after the decimal point by default. To reduce the number of digits after the decimal point, use a truncate and divide operation. For example, to limit the number of digits shown after the decimal point to 3 digits, use the expression TRUNC(MyTag*10e2)/10e2. To show n+1 digits, use the expression TRUNC(MyTag*10en)/10en.
Provide Feedback