Introduction to PowerBuilder
DataWindow Control
A DataWindow
control is a container for a DataWindow object. The definition of
a DataWindow object contains the data source (SQL Statement/
Stored Procedure) and the format of the results. You paint the
DataWindow Object in a DataWindow painter. DataWindow Object it
self can't do anything. You need to place a DataWindow Object in
a DataWindow control. All the script you write is for the
DataWindow control.
In version 6.0, this control
supports 'Right to Left' property. |
To use a
DataWindow control, you must:
 |
Create a DataWindow object which contains
data from the source. |
 |
Add a DataWindow control to your window. |
 |
Associate the control with the object. |
We don't
have anything for practice at this time. Only it would be after
completing "DataWindow" session.
|