Prompts the user to enter a Range based upon a DataView using a modal dialog form.

Syntax

ISCommonDialog.GetRangeLookup(returnRange, selectMode, dataView, idFieldName, [displayFieldList], [defaultRange], [title], [key])

Parameters

NameTypeOptionalByRefDescription
returnRange String ByRef The Range selected.
selectMode iseLookupSelectMode The Select Mode.
dataView DataView The DataView containing the records.
idFieldName String The name of the Id field.
displayFieldList String Optional A comma separated list of field names to display by default.
defaultRange String Optional The current range text value to default.
title String Optional The text to display in the window title.
key String Optional

Return Value

Boolean

A Boolean value, True indicates the User clicked OK, False indicates the User clicked Cancel.

Member of:
ISCommonDialog
Namespace:
Intersoft.ISUserInterface6
Assembly:
ISUserInterface6, Version=6.0.3
Target Framework:
.NET 9.0