|
|
|
|
|
- Retrieving parameters in the "Global declarations" event
- Retrieving the parameters with PageParameter
- Principle for opening a page
- Operations run when the page is displayed
- Special cases
- Opening a page of a component
- Pre-launched sessions
<Page>.Display (Function) In french: <Page>.Affiche Displays a web page in the user's browser. - If <Page>.Display is used in the code of a Button control, the page will be opened in the target defined for this Button control ("General" tab of the control description or ChangeTarget).
- To display any page in a browser, use one of the following functions: BrowserRunApp or BrowserOpen.
// Displays a static page in the current frame PAGE_PAGESTATIC.Display()
Remarks Pre-launched sessions If your project uses pre-launched sessions, this function must not be used in the project initialization event. This function must be used in the "Initialize project after connecting to the site" event.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|