|
|
|
|
|
- Using <Page>.Refresh in a event in AJAX mode
- Pre-launched sessions
<Page>.Refresh (Function) In french: <Page>.Actualise Refreshes a page displayed in the user's browser from the context on the server. This function is mainly used for sites in Session mode. Please note The page context must exist on the server. The page context is created by <Page>.Display and ContextOpen. All the events linked to the page or to the controls have already been run. Syntax <Page>: Page name Name of the page to refresh. Remarks Using <Page>.Refresh in a event in AJAX mode Reminder AJAX allows you to refresh only the data modified in an HTML page without redisplaying the entire page. For more details, see AJAX. If <Page>.Refresh is used in an event in AJAX mode ("AJAX enabled" is displayed in the event bar) and if this event is used to solely or systematically refresh a page, the AJAX technology becomes useless. In AJAX mode, <Page>.Refresh must be reserved for special cases. 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 "Initialization in pre-launched session mode" event.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|