OnSeedData - cCJGridPromptList
Called during prompt list activation to seed and find the starting target row
Type: Event
Syntax
Procedure OnSeedData
Description
OnSeedData is called after the list is loaded and is used to position the selected row in the list. If a value exists in psSeedValue, it will search in value in the initial column (piInitialColumn) for the first value that is equal or greater than this seed value. If peUpdateMode is umPromptValue, psSeedValue is set automatically to the current value of the invoking object. If peUpdateMode is umPromptCustom or umPromptNonInvoking, you must set this value yourself.