Version: Available or changed with runtime version 1.0.
Activates the current page on the client if possible. The data on the page will not be refreshed.
Syntax
[Ok := ]  Page.Activate([Refresh: Boolean])
Parameters
Page
 Type: Page
An instance of the Page data type.
[Optional] Refresh
 Type: Boolean
If set to true, the data on the page will be refreshed.
Return Value
[Optional] Ok
 Type: Boolean
Remarks
The functionality of activating a page is no longer supported by the modern clients. Use CurrPage.Update(false) to keep the data update functionality.