Update_StatusPanel - cProcessStatusPanel
Places a value in the "action window" of an active status panel
Type: Procedure
Parameters
| Parameter | Type | Description |
|---|---|---|
| sAction | String | The text to display |
Syntax
Procedure Update_StatusPanel String sAction
Call Example
Send Update_StatusPanel sAction
Description
Update_StatusPanel places a value in the "action window" of an active status panel. This is where the progress information is added. Each sAction replaces the one that was sent before it.
Send Update_StatusPanel of ghoStatusPanel (string(iLoopCounter) + " records processed")
The image below shows where the text set by Update_StatusPanel (Action_Text) will display in the running status panel.
