Description
The Web DataWindow (formerly called HTML DataWindow) introduced in PowerBuilder 7 provides a thin-client solution for hosting a DataWindow control in a Web browser.
Usage
New methods are available on the Web DataWindow server component and the PSWebDataWindowClass object for Web targets.
The easiest ways to use the Web DataWindow are to use either the Web DataWindow DTC (design time control) or the Web Target object model.
You can also create an instance of the generic HTMLGenerator server component (or a customized version of the EAServer component) in PowerDynamo or ASP and call the server component methods.
When you call the new methods, the server component must reload the page.
|