RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

IDbMaintenanceDataProcessor..::..ShowFindLookupWindow Method

Shows the find lookup window.

Namespace:  RingSoft.DbMaintenance
Assembly:  RingSoft.DbMaintenance (in RingSoft.DbMaintenance.dll)

Syntax


void ShowFindLookupWindow(
	LookupDefinitionBase lookupDefinition,
	bool allowAdd,
	bool allowView,
	string initialSearchFor,
	PrimaryKeyValue initialSearchForPrimaryKey
)
Sub ShowFindLookupWindow ( _
	lookupDefinition As LookupDefinitionBase, _
	allowAdd As Boolean, _
	allowView As Boolean, _
	initialSearchFor As String, _
	initialSearchForPrimaryKey As PrimaryKeyValue _
)
void ShowFindLookupWindow(
	LookupDefinitionBase^ lookupDefinition, 
	bool^ allowAdd, 
	bool^ allowView, 
	String^ initialSearchFor, 
	PrimaryKeyValue^ initialSearchForPrimaryKey
)

Parameters

lookupDefinition
Type: RingSoft.DbLookup.Lookup..::..LookupDefinitionBase
The lookup definition.
allowAdd
Type: Boolean
if set to true [allow add].
allowView
Type: Boolean
if set to true [allow view].
initialSearchFor
Type: String
The initial search for.
initialSearchForPrimaryKey
Type: RingSoft.DbLookup..::..PrimaryKeyValue
The initial search for primary key.