Skip to content

RequestColumnLookup - cDbCJGrid

Find for the closest record for the column and refreshes the grid

Type: Procedure

Parameters

Parameter Type Description
iCol Integer The Column Id for the search

Syntax

Procedure RequestColumnLookup Integer iCol

Call Example

Send RequestColumnLookup iCol

Description

RequestColumnLookup is a specialized version of RequestColumnFind. It first calls RequestColumnFind requesting a find GE. If no record is found in this search direction, it then calls RequestColumnFind requesting a find LE. This lets you search for the closest record matching your target and refresh you grid around that closest match. This is what is used by cDbCJGridPromptList objects to search for a target record.