Target DataWindow object property
Description
The columns and expressions whose data is transferred from
the DataWindow to the OLE object.
Controls
OLE Object controls
Syntax
PowerBuilder dot notation:
|
1 |
<span>dw_control</span>.Object.<span>oleobjectname</span>.Target |
Describe and Modify argument:
|
1 |
"<span>oleobjectname</span>.Target { = '<span> columnlist</span> ' }" |
|
Parameter |
Description |
|---|---|
|
oleobjectname |
The name of the OLE Object control for |
|
columnlist |
(exp) A list of |
Usage
GroupBy and Range also affect the data that is transferred
to the OLE object.
In the painter
Select the control and set the value in the Properties view,
Data tab, Target Data option.
Examples
|
1 |
setting = dw1.Object.ole_1.Target<br>dw1.Object.ole_1.Target = 'lname, Len(companyname)' |
|
1 |
setting = dw1.Describe("ole_1.Target")<br>dw1.Modify("ole_1.Target = 'lname, Len(companyname)'") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest