|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Hides the Cell control previously displayed in the page via <Cell control>.DisplayDialog. |
|
|
|
|
|
|
|
| Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page. |
|
|
|
|
|
|
|
| Used to find out the Internet address of a page. |
|
|
|
|
|
|
|
| Displays a web page in the user's browser. |
|
|
|
|
|
|
|
| Displays a page in modal mode. This function is used to establish a dialog with the user. The page is displayed in the foreground while the opening page is displayed in the background, grayed by the DDW mechanism. |
|
|
|
|
|
|
|
| Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect. |
|
|
|
|
|
|
|
| Allows you to find out whether a page context exists on the server (which means whether the page was opened). |
|
|
|
|
|
|
|
| Refreshes a page displayed in the user's browser from the context on the server. |
|
|
|
|
|
|
|
| Displays a WEBDEV page in the browser of the Web user and closes all the current page contexts. |
|
|
|
|
|
|
|
| Displays a popup in a page cell. |
|
|
|
|
|
|
|
| Displays a popup in a page with a DDW effect (Dim Disabled Windows). |
|
|
|
|
|
|
|
| Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page. |
|
|
|
|
|
|
|
| Usage example of ChangeAction |
|
|
|
|
|
|
|
| Used to specify the action to perform when the HTML page displayed in the browser is no longer synchronized with the page context on server. |
|
|
|
|
|
|
|
| Dynamically changes the page displayed in an Internal Page control |
|
|
|
|
|
|
|
| Changes the target of a button action. |
|
|
|
|
|
|
|
| Configures the operating mode of the AWP context. |
|
|
|
|
|
|
|
| Allows you to find out whether a page context exists on the server (which means whether the page was opened). |
|
|
|
|
|
|
|
| Opens a new page context without returning the information to the browser. |
|
|
|
|
|
|
|
| Returns the name of the page containing the WLanguage code currently run. |
|
|
|
|
|
|
|
| Used to declare a list of variables whose values will be persistent between successive displays of Active WEBDEV Pages. |
|
|
|
|
|
|
|
| Starts a dynamic WEBDEV website from a static page or from a dynamic WEBDEV page. |
|
|
|
|
|
|
|
| Displays a WEBDEV frameset in the user's browser. |
|
|
|
|
|
|
|
| Refreshes a frameset displayed in the user's browser from the context on the server. |
|
|
|
|
|
|
|
| Displays a WEBDEV frameset in the user's browser and closes all the current page and frameset contexts. |
|
|
|
|
|
|
|
| Frees the AWP context in advance (on disk) to allow the other call on the same AWP context to be processed in parallel. |
|
|
|
|
|
|
|
| List of functions for managing pages (prefix syntax) |
|
|
|
|
|
|
|
| Returns the identifier of AWP context. |
|
|
|
|
|
|
|
| List of constants used by page functions. |
|
|
|
|
|
|
|
| List of functions for managing pages |
|
|
|
|
|
|
|
| Used to find out the Internet address of a page. |
|
|
|
|
|
|
|
| Applies a specific layout to a page. |
|
|
|
|
|
|
|
| Closes the current page. This page was opened by PageDisplayDialog. A return value can be returned to the calling page. |
|
|
|
|
|
|
|
Returns the index of the current layout: - in the current page.
- in the specified page.
|
|
|
|
|
|
|
|
| Displays a web page in the user's browser. |
|
|
|
|
|
|
|
| Displays a page in modal mode. This function is used to establish a dialog with the user. The page is displayed in the foreground while the opening page is displayed in the background, grayed by the DDW mechanism. |
|
|
|
|
|
|
|
| Enables or disables the DDW (Dim Disabled Window) when displaying a modal page (the pages used to communicate with the user for example). |
|
|
|
|
|
|
|
| Checks whether the specified page is currently displayed in the browser of the Web user. Used to find out whether a page is displayed in a frame other than the current one. |
|
|
|
|
|
|
|
| Resets to zero (or not) the controls found in the current page and starts the events for initializing the controls and the page. |
|
|
|
|
|
|
|
| Usage example of the PageParameter function |
|
|
|
|
|
|
|
| Returns the value of a parameter passed to the current page. |
|
|
|
|
|
|
|
| Scrolls a page up to position a control in the visible section of the page (top) in the browser. |
|
|
|
|
|
|
|
| Allows you to find out and modify the rate of gray for the pages that use DDW (Dim disabled pages). |
|
|
|
|
|
|
|
| Reads and returns one or more HTTP headers received by the current page (these headers are sent by the client to the server in the current request). |
|
|
|
|
|
|
|
| Refreshes a page displayed in the user's browser from the context on the server. |
|
|
|
|
|
|
|
| Validates the specified page and starts the execution of a button. |
|
|
|
|
|
|
|
| Sends the data found in a page currently displayed in the browser to an ASP server. |
|
|
|
|
|
|
|
| Emails the data found in a page currently displayed in the browser. |
|
|
|
|
|
|
|
| Sends the data found in a page currently displayed in the browser to a JSP server. |
|
|
|
|
|
|
|
| Sends the data found in a page currently displayed in the browser to a PHP server. |
|
|
|
|
|
|
|
| Displays a WEBDEV page in the user's browser and closes all page contexts currently open on the server. |
|
|
|
|
|
|
|
| Indicates whether the page is visible to the user. |
|
|
|
|
|
|
|
| Specifies the custom HTTP code that will be returned to the client after the server code of the page is executed. |
|
|
|
|
|
|
|
Adds an additional HTTP header that will be returned to the browser: - during the next function for page display (PageDisplay, PageRefresh, ...),
- during the automatic return of the current page at the end of the current action.
|
|
|
|
|
|
|
|
| Specifies the HTTP code that will be returned to the client after the Server code of the page is executed. |
|
|
|
|
|
|
|
| Displays a popup in a page cell. |
|
|
|
|
|
|
|
| Displays a popup in a page with a DDW effect (Dim Disabled Windows). |
|
|
|
|
|
|
|
| Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect. |
|
|
|
|
|
|
|
| Returns the name of the previous page. |
|
|
|
|
|
|
|
| Displays a semi-dynamic page in the browser of the Web user from a dynamic or static WEBDEV page. |
|
|
|
|
|
|
|
| Returns the Internet address for connecting to a dynamic WEBDEV website (in Session mode) found on the same server. |
|
|
|
|
|
|
|
| WLanguage procedure ("callback") called by PopupDisplayPage after the popup page is closed. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|