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
  1. In the
    Project Explorer
    , expand the
    User-Defined Screens
    folder.
  2. Double-click the popup to open the popup.
  3. At the top of the popup, double-click the caption and type a new caption or change the caption in the
    Properties
    window.
    TIP:
    Tips:
    • Binding the
      Caption
      box 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
Have questions or feedback about this documentation? Please submit your feedback here.
Normal