Skip to content

Update_Status - BasicReport

Send this message to update the action area of the status panel

Type: Procedure

Parameters

Parameter Type Description
Val String the value

Syntax

Procedure Update_Status String Val

Call Example

Send Update_Status Val

Description

You send the Update_status message to update the action area of the status panel. This will often be sent within the body section of a report.

Procedure_Section Body
    Send Update_Status Customer.Name
    :

Note that the passed value may be as complex as required:

Send Update_Status (Customer.Name *"Order #" *String(Order.Number) )

This is your primary message for updating status-panel progress.