Syntax

ISCommonForms.ShowRangeLookupFromStandardRange(selectMode, parentForm, pseudoModal, standardRangeName, lookupCaption, rangeText, sourceControl, [rangeLookupForm], [sqlWhere], [key], [parameterLookup], [forceRangeLookup])

Parameters

NameTypeOptionalByRefDescription
selectMode iseLookupSelectMode
parentForm ISFormBase
pseudoModal Boolean
standardRangeName String
lookupCaption String
rangeText String
sourceControl Control
rangeLookupForm ISFormBase Optional ByRef If omitted, a value of Nothing is assumed.
sqlWhere String Optional
key String Optional
parameterLookup Boolean Optional Indicates whether this is a Parameter-type Lookup, e.g. a Range Lookup to select Report Parameters. This may determine which Lookup Form is displayed , e.g. opening a Clients Standard Range for general use may usually display the a Client Search form but, if it is being displayed from a Report Parameters form, it may be that you would prefer to see a proper Range Lookup form. If omitted, a value of False is assumed.
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:
ISCommonForms
Namespace:
Intersoft.ISUserInterface6
Assembly:
ISUserInterface6, Version=6.0.3
Target Framework:
.NET 9.0