Skip to content

Updating Status-Panel Activity

Once displayed, the status panel’s status area is updated by receiving the message Update_StatusPanel passing the status text to display.

Send Update_StatusPanel of ghoStatusPanel Customer.Name
Send Update_StatusPanel of ghoStatusPanel ;
    (String(Order.Number) + ": " + String(Order.Date))

You can also change the status text by setting the property Action_Text. Once the status panel is active, changes in any of the text-area properties (Caption_Text, Title_Text, Message_Text, Action_Text, and Button_Text) will immediately appear on the status panel.

See Also