wwhelpform::statusmessage

This method is used to display informational messages in Help Builder. Output can go to the Status bar or one of the progress or informational dialogs.

Use the nStatusType property to set where status messages are displayed:

0 - Statusbar
1 - Wait Window
2 - Progress form with Progress Bar
3 - Simple Message Dialog

o.statusmessage(lcMessage, lcPanel, lnPercent, lcHeader)

Parameters

lcMessage
The message to display.

Use CLEAR to reset messages to their default state.

lcPanel
The name of the panel to write it to. Panel names are

lnPercent
If using the process dialog this value is the percentage for the bar to display.

lcHeader
Header for the dialog (maps to the caption of the form)

Overloads:


See also:

Class wwhelpform

© West Wind Techologies, 1996-2023 • Updated: 08/02/04
Comment or report problem with topic