Specifies whether HTML generated for the DataWindow object provides updates and interactivity.
DataWindow objects
Describe and Modify argument:
"DataWindow.HTMLDW { = ' value ' }"
Parameter |
Description |
---|---|
value |
The value to be assigned to the property. Value can be a quoted DataWindow expression. Values are:
|
When HTMLDW is set to Yes, the generated HTML supports data entry and takes advantage of browser features that enable user interaction when used with a page server (as described for the Data.HTML property). The generated HTML can be used to produce a page that displays a subset of retrieved rows and can include JavaScript code requesting additional pages with other subsets of the retrieved rows.
DataWindow features that will not be rendered into HTML include:
Graph presentation styles and controls.
Client-side expressions that include aggregate functions. Aggregate functions cannot be evaluated in the browser. Instead, they will be evaluated on the server and the resulting value included in the HTML.
Resizable and movable controls.
Sliding of controls to fill empty space.
Autosizing of height or width.
EditMasks for column data entry.
Select the DataWindow object by deselecting all controls; then set the HTMLDW property in the General category in the Properties window.