Construct_Object()
- Boolean
pbCanceltells us if the edit was cancelled
- Boolean
pbInDeactivatesays we are within a deactivate
- Boolean
pbNoKillused to stop the OnKillFocus logic. Needed when form buttons triggers a kill focus
- Boolean
pbControlValueUpdatedtells us if the control value is updated, which can occur in several places
- Handle
phoGrid
Switch_Next_Area()
Switch_Prior_Area()
Help()
help should be handled by grid
Set(Integer bCaps)
- Integer
iOpts
CancelEdit()
- Integer
hoGrid
EndEdit()
- Integer
hoGrid
EnterPressed()
- Integer
hoGrid
EscPressed()
- Integer
hoGrid
MoveDownRow()
- Integer
hoGrid
MoveUpRow()
- Integer
hoGrid
MovePageDown()
- Integer
hoGrid
MovePageDown()
- Integer
hoGrid
Next()
- Integer
hoGrid
Previous()
- Integer
hoGrid
UpdateCustomEdit()
- String
sVal - Boolean
bCancel - Boolean
bUpdated - Integer
hoGrid - Integer
iIndex
- Integer
Exiting(Handle hoDestination)
- Boolean
bCancel - Integer
hoGrid
Form_Button_Mouse_Down(Integer iItem Integer Counter)
Form_Button_Notification(Integer iItem Integer iPosition)
Prompt()
- Integer
Prompt_Object(Integer iItem)
- Integer
hoObject
Notify_Focus_Change(Integer Fg)
- Integer
Deactivate(Integer eDeactivateScope)
OnPreCreate_Dialog()
this is sent by a modal dialog before it takes the focus (sent from Create_Dialog). It is sent to the
focus object. If the edit control is the focus, we remove the edit by activating the grid. This forces the
invoking object to be the grid and not the edit control. It also insures that the popup's focus parent is the grid.
All other classes do nothing with this message.
ActivateForm()
before activation is attempted we must set the grid's phoCustomEdit
property to indicate that the custom edit has or is about to take the
focus. This must be set before the grid gets the exiting message
- Integer
hoGrid - String
sValue - Boolean
bActive
Page_Object(Boolean bPage)
This is needed to make the value appear in the form.
- String
sVal
OnSetFocus()
OnKillFocus()
- String
sVal - Boolean
bCancel - Boolean
bDeactivating - Boolean
bNoKill - Integer
hoGrid - Integer
hoFocus - Integer
hoFocusPre
CreatePromptButton()
called when object is paged to determine if a prompt button is used.
- Integer
eCreate - Integer
hoPrompt - Boolean
bOn - String
sValue
Command(Integer wParam Integer lParam)