DisplayStatusBarMessage Method

The DisplayStatusBarMessage method displays a message on the Forms tool status bar.

Syntax

object.DisplayStatusBarMessage

(

i_MessageAs String,

i_IconAsGrooveMessageBoxIcon

)

Parameters

Parameter Description

i_Message

Message to display.

i_Icon

Icon to display before the message. If you do not want an icon, specify GrooveMessageBoxIcon_None.

Remarks

The Forms tool automatically clears the status bar message at certain methods, such as when it displays a new form.

See Also

Reference

IGrooveFormsToolUIDelegate Interface
ClearStatusBarMessage Method
DisplayDatePickerDialog Method
DisplayError Method
DisplayOKMessageBox Method
DisplayTextInputDialog Method
DisplayYesNoMessageBox Method