Skip to content

OnMoveValueOutByRelational - cDbCJGridPromptList

Called when a relational update prompt list is successfully closed

Type: Event

Syntax

Procedure OnMoveValueOutByRelational

Description

If a prompt list is successfully closed by sending it the Ok message, and the peUpdateMode is umPromptRelational, the OnMoveValueOutByRelational event is called.

This event will update the invoking object's DD with the value of the selected row's RowId, causing the invoking view to latch on to the selection.

If you augment this, be careful -- study the class code first.