This simply raises the UIFormShowRangeLookup event which the User Interface can trap and perform the necessary action.
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| pageObject | finPageObjectBase | The Page Object. | ||
| standardRange | isefinStandardRange | The Standard Range to show. | ||
| sqlWhere | String | An SQL Where clause to apply to the range. | ||
| forceRangeLookup | Boolean | Optional | Depending on Global Settings and User Preferences, attempting to show a Range Lookup for large tables such as Accounts and Clients may instead present the respective 'List' or 'Search' form. Setting this value to True will force a True Range Lookup form to appear. If omitted, a value of False is assumed. |
A Boolean value indicating success.