HTMLDW

Description

Specifies whether HTML generated for the DataWindow object provides updates and interactivity.

Applies to

DataWindow objects

Syntax

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:

  • Yes – DataWindow HTML generation uses the HTMLGen properties.

  • No – DataWindow HTML generation is a read-only. table as described for the Data.HTMLTable property.

Usage

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:


In the painter

Select the DataWindow object by deselecting all controls; then set the HTMLDW property in the General category in the Properties window.