Display constants used by prefix syntaxes only The following constants are used to manage pages: | | | Constant | Details | Function |
---|
caContinue | Synchronization management mode: the application continues as if a synchronization was performed | ChangeAction | caError | Synchronization management mode: The last version of HTML page corresponding to the current context on server is returned | ChangeAction | caNone | Synchronization management mode: do nothing | ChangeAction | cellBottomLeft | Display of the cell for the dialog: the cell is found in the lower-left corner of the visible part of current page. | CellDisplayDialog | cellBottomRight | Display of the cell for the dialog: the cell is found in the lower-right corner of the visible part of current page. | CellDisplayDialog | cellCenter | Display of the cell for the dialog: the cell is centered in the visible part of the current page. | CellDisplayDialog | cellPositionXY | Display of the cell for the dialog: the cell remains at current position. | CellDisplayDialog | cellTopLeft | Display of the cell for the dialog: the cell is found in the upper-left corner of the visible part of current page. | CellDisplayDialog | cellTopRight | Display of the cell for the dialog: the cell is found in the upper-right corner of the visible part of current page. | CellDisplayDialog | ctxCookie | AWP context management mode: The content of the context is transmitted in a cookie | ConfigureAWPContext | ctxDisk | AWP context management mode: The content of the context is saved in a file on the server. | ConfigureAWPContext | ctxIDCookie | AWP context management mode: The identifier is transmitted by a cookie. | ConfigureAWPContext | ctxIDCookieURL | AWP context management mode: The identifier is transmitted by cookies. If the cookies do not operate, the identifier is transmitted by the URL. When creating the context, the two modes are used because it is not possible to know whether the cookies will be accepted or not. | ConfigureAWPContext | ctxIDURL | AWP context management mode: The identifier is transmitted by the URL. | ConfigureAWPContext | CurrentBrowser | Destination: current browser | ChangeTarget, PageDisplay, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | CurrentFrame | Destination: current frame | ChangeTarget,
PageDisplay, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | GET | Method for sending data to the ASP server: The data is sent to the server via the URL | PageToASP, PageToJSP, PageToPHP | layoutPrint | The current layout is a specific layout for printing. | PageCurrentLayout | New in version 28layoutWINDEV | The current layout is a specific layout for WINDEV. | PageCurrentLayout | NewBrowser | Destination: new browser | ChangeTarget, PageDisplay, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONFull | Parameter of the new browser: entire window | ChangeTarget, PageDisplay, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONLink | Parameter of the new browser: link bar displayed | ChangeTarget,
PageDisplay, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONLocation | Parameter of the new browser: address bar displayed | ChangeTarget,
PageDisplay, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONMenuBar | Parameter of the new browser: menu bar displayed | ChangeTarget, PageDisplay, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONResizable | Parameter of the new browser: resizable window | ChangeTarget, PageDisplay, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONSatusBar | Parameter of the new browser: status bar displayed | ChangeTarget, PageDisplay, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONScrollbar | Parameter of the new browser: scrollbar displayed | ChangeTarget, PageDisplay, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONSimple | Parameter of the new browser: minimum window | ChangeTarget, PageDisplay, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONToolbar | Parameter of the new browser: toolbar displayed | ChangeTarget, PageDisplay, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | paramBuffer | Type of data to retrieve: Retrieves the rough data that was received (sent by a POST method). | PageParameter | paramNoDecoding | Encoding of the value of the parameter: The raw value of the parameter is returned. No decoding is performed by WEBDEV. This constant can be used when the encoding of the URL does not comply with the standards used by WEBDEV (e.g., "+" sign not supported, etc.). | PageParameter | paramWithDecoding | Encoding of the value of the parameter: The parameter value is automatically decoded by WEBDEV according to the encoding/decoding standard of URLs. | PageParameter | ParentFrame | Destination: container of the current page | ChangeTarget, PageDisplay, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | pdFull | Type of address to return: full address of the page | PageAddress | pdFullAuto | Full address of the page with the protocol used (HTTP or HTTPS). | PageAddress | pdRelative | Type of address to return: address relative to the current domain | PageAddress | pdSecure | Type of address to return: Full address of the page, secured by SSL | PageAddress | popupBottomCenter | The popup is displayed at the bottom in the center of the visible section of the current page. | PopupDisplay PopupDisplayPage | popupBottomLeft | The popup is displayed in the lower-left corner of the visible section of the current page | PopupDisplay PopupDisplayPage | popupBottomRight | The popup is displayed in the lower-right corner of the visible section of the current page | PopupDisplay PopupDisplayPage | popupCenter | The popup is centered in the visible section of the current page | PopupDisplay PopupDisplayPage | popupCenterLeft | The popup is displayed in the center on the left of the visible section of the current page. | PopupDisplay PopupDisplayPage | popupCenterRight | The popup is displayed in the center on the right of the visible section of the current page. | PopupDisplay PopupDisplayPage | popupDiscardable | The popup can be discarded: the popup can be closed by pressing ESC or by clicking outside the popup. | PopupDisplay PopupDisplayPage | popupFixed | The popup is fixed at the specified position: the position of the popup will not change if the page is scrolled or if the browser size is modified. | PopupDisplay PopupDisplayPage | popupMouseXY | The popup will be opened at the mouse position. This constant can only be used in a browser process (of a control or page). This constant cannot be used:- in browser procedures.
- in the events directly or indirectly called from a browser procedure (via ExecuteProcess for example).
- in the browser code of a button or link.
| PopupDisplay PopupDisplayPage | popupPositionXY | The popup will be opened at the specified X and Y positions. | PopupDisplay PopupDisplayPage | popupTopCenter | The popup is displayed at the top in the center of the visible section of the current page. | PopupDisplay PopupDisplayPage | popupTopLeft | The popup is displayed in the upper-left corner of the visible section of the current page | PopupDisplay PopupDisplayPage | popupTopRight | The popup is displayed in the upper-right corner of the visible section of the current page | PopupDisplay PopupDisplayPage | POST | Method for sending data to the ASP server: the data is sent after the headers, in the body of the request. | PageToASP, PageToJSP, PageToPHP | pteAttachment | Type of encoding to use: the values of the controls are written into an email attachment. | PageToEmail | pteBody | Type of encoding to use: the values of the controls are written in the body of the message. | PageToEmail |
The following constants are used to manage pages (prefix syntax): | | | Constant | Detail | Function |
---|
caContinue | Synchronization management mode: the application continues as if a synchronization was performed | ChangeAction | caError | Synchronization management mode: The last version of HTML page corresponding to the current context on server is returned | ChangeAction | caNone | Synchronization management mode: do nothing | ChangeAction | cellBottomLeft | Display of the cell for the dialog: the cell is found in the lower-left corner of the visible part of current page. | <Cell>.DisplayDialog | cellBottomRight | Display of the cell for the dialog: the cell is found in the lower-right corner of the visible part of current page. | <Cell>.DisplayDialog | cellCenter | Display of the cell for the dialog: the cell is centered in the visible part of the current page. | <Cell>.DisplayDialog | cellPositionXY | Display of the cell for the dialog: the cell remains at current position. | <Cell>.DisplayDialog | cellTopLeft | Display of the cell for the dialog: the cell is found in the upper-left corner of the visible part of current page. | <Cell>.DisplayDialog | cellTopRight | Display of the cell for the dialog: the cell is found in the upper-right corner of the visible part of current page. | <Cell>.DisplayDialog | ctxCookie | AWP context management mode: The content of the context is transmitted in a cookie | ConfigureAWPContext | ctxDisk | AWP context management mode: The content of the context is saved in a file on the server. | ConfigureAWPContext | ctxIDCookie | AWP context management mode: The identifier is transmitted by a cookie. | ConfigureAWPContext | ctxIDCookieURL | AWP context management mode: The identifier is transmitted by cookies. If the cookies do not operate, the identifier is transmitted by the URL. When creating the context, the two modes are used because it is not possible to know whether the cookies will be accepted or not. | ConfigureAWPContext | ctxIDURL | AWP context management mode: The identifier is transmitted by the URL. | ConfigureAWPContext | CurrentBrowser | Destination: current browser | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | CurrentFrame | Destination: current frame | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | GET | Method for sending data to the ASP server: The data is sent to the server via the URL | PageToASP, PageToJSP, PageToPHP | NewBrowser | Destination: new browser | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONFull | Parameter of the new browser: entire window | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONLink | Parameter of the new browser: link bar displayed | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONLocation | Parameter of the new browser: address bar displayed | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONMenuBar | Parameter of the new browser: menu bar displayed | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONResizable | Parameter of the new browser: resizable window | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONSatusBar | Parameter of the new browser: status bar displayed | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONScrollbar | Parameter of the new browser: scrollbar displayed | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONSimple | Parameter of the new browser: minimum window | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | ONToolbar | Parameter of the new browser: toolbar displayed | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | paramBuffer | Type of data to retrieve: Retrieves the rough data that was received (sent by a POST method). | PageParameter | paramNoDecoding | Encoding of the value of the parameter: The raw value of the parameter is returned. No decoding is performed by WEBDEV. This constant can be used when the encoding of the URL does not comply with the standards used by WEBDEV (e.g., "+" sign not supported, etc.). | PageParameter | paramWithDecoding | Encoding of the value of the parameter: The parameter value is automatically decoded by WEBDEV according to the encoding/decoding standard of URLs. | PageParameter | ParentFrame | Destination: container of the current page | ChangeTarget, <Page>.Display, SemiDynamicPageDisplay, PageSubmit, PageToASP, PageToJSP, PageToPHP, DynamicSiteDisplay | pdFull | Type of address to return: full address of the page | <Page>.Address | pdFullAuto | Full address of the page with the protocol used (HTTP or HTTPS). | <Page>.Address | pdRelative | Type of address to return: address relative to the current domain | <Page>.Address | pdSecure | Type of address to return: Full address of the page, secured by SSL | <Page>.Address | popupBottomCenter | The popup is displayed at the bottom in the center of the visible section of the current page. | <Popup>.Display <Page>.DisplayPopup | popupBottomLeft | The popup is displayed in the lower-left corner of the visible section of the current page | <Popup>.Display <Page>.DisplayPopup | popupBottomRight | The popup is displayed in the lower-right corner of the visible section of the current page | <Popup>.Display <Page>.DisplayPopup | popupCenter | The popup is centered in the visible section of the current page | <Popup>.Display <Page>.DisplayPopup | popupCenterLeft | The popup is displayed in the center on the left of the visible section of the current page. | <Popup>.Display <Page>.DisplayPopup | popupCenterRight | The popup is displayed in the center on the right of the visible section of the current page. | <Popup>.Display <Page>.DisplayPopup | popupDiscardable | The popup can be discarded: the popup can be closed by pressing ESC or by clicking outside the popup. | <Popup>.Display <Page>.DisplayPopup | popupFixed | The popup is fixed at the specified position: the position of the popup will not change if the page is scrolled or if the browser size is modified. | <Popup>.Display <Page>.DisplayPopup | popupMouseXY | The popup will be opened at the mouse position. This constant can only be used in a browser process (of a control or page). This constant cannot be used:- in browser procedures.
- in the events directly or indirectly called from a browser procedure (via ExecuteProcess for example).
- in the browser code of a button or link.
| <Popup>.Display <Page>.DisplayPopup | popupPositionXY | The popup will be opened at the specified X and Y positions. | <Popup>.Display <Page>.DisplayPopup | popupTopCenter | The popup is displayed at the top in the center of the visible section of the current page. | <Popup>.Display <Page>.DisplayPopup | popupTopLeft | The popup is displayed in the upper-left corner of the visible section of the current page | <Popup>.Display <Page>.DisplayPopup | popupTopRight | The popup is displayed in the upper-right corner of the visible section of the current page | <Popup>.Display <Page>.DisplayPopup | POST | Method for sending data to the ASP server: the data is sent after the headers, in the body of the request. | PageToASP, PageToJSP, PageToPHP | pteAttachment | Type of encoding to use: the values of the controls are written into an email attachment. | PageToEmail | pteBody | Type of encoding to use: the values of the controls are written in the body of the message. | PageToEmail |
|
|
|