Show a Standard Range Lookup Form for a Page Object.

This simply raises the UIFormShowRangeLookup event which the User Interface can trap and perform the necessary action.

Syntax

finPageSetHandler.FormShowRangeLookupFromStandardRange(pageObject, standardRange, sqlWhere, [forceRangeLookup])

Parameters

NameTypeOptionalByRefDescription
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.

Return Value

Boolean

A Boolean value indicating success.

Member of:
finPageSetHandler
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0