Closes a page context. In some specific cases (User Groupware, etc.), you have the ability to specify the value to return.
Caution: Closing the context of the current page is not recommended.
Syntax
<Page>: Page name
Name of the page whose context must be closed. If this parameter is equal to an empty string (""), the name of the page corresponds to the page to which the current process belongs.
Closing the page context and returning information Hide the details
ContextClose(<Page> , <Return value>)
<Page>: Page name
Name of the page whose context must be closed. If this parameter is equal to an empty string (""), the name of the page corresponds to the page to which the current process belongs.
<Return value>: Type of returned value
Value returned to the calling page. This parameter is reserved for the use of specific WEBDEV pages that are automatically opened (User Groupware pages, etc.). The value of this parameter is ignored if this parameter is used for a page that expects no return value.
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 "Initializing the project after connection to the site" event.
Component: wd270dllexe.dll