Skip to content

Request_Status_Help - cCJGrid

Sent when an object or column is about to take or lose the focus. Used to manage the status bar help.

Type: Procedure

Parameters

Parameter Type Description
Fg Integer True means adding Status help, False means clearing status help

Syntax

Procedure Request_Status_Help Integer Fg

Call Example

Send Request_Status_Help Fg

Description

The Request_Status_Help message is sent when an grid object or the grid column is about to take or lose the focus. When the object is about to take the focus (bShow is true), this message will attempt to display status help for this object. It does this by first checking to see if the SelectedColumn object's Status_Help has a value. If it does it uses that. If there is no value, it uses grid's Status_Help value.