편집

다음을 통해 공유


Page.LookupMode([Boolean]) Method

Version: Available or changed with runtime version 1.0.

Gets or sets the default lookup mode for the page.

Syntax

[LookupMode := ]  Page.LookupMode([NewLookupMode: Boolean])

Note

This method can be invoked using property access syntax.

Parameters

Page
 Type: Page
An instance of the Page data type.

[Optional] NewLookupMode
 Type: Boolean
The new default lookup mode for the page.

Return Value

[Optional] LookupMode
 Type: Boolean
The current default lookup mode for the page

Remarks

The LookupMode method gets or sets the default lookup mode for the page. The lookup mode determines how the page behaves when a user selects a record in a lookup. If the default lookup mode is false, the page opens the selected record in the same window. If the lookup mode is set to true, the page opens the selected record in a new window.

Page Data Type
Get Started with AL
Developing Extensions