GetChildObject method (DataWindows)
Description
Gets the reference
to a child object for a Web ActiveX DataWindow.
Controls
DataWindow type |
Method applies to |
---|---|
Web ActiveX |
DataWindow control |
Syntax
[Web ActiveX]
1 |
OleObject <span>dwcontrol</span>.<span>GetChildObject</span> ( ) |
Argument |
Description |
---|---|
dwcontrol |
A reference to the DataWindow control |
Return Values
Returns an object that is the DataWindowChild or report. If
no object is found, a null object reference is returned.
Usage
You must call GetChild before you call GetChildObject.
Examples
The following example displays the reference to the
child object in a message box:
1 |
var ls ;<br>var ldwc;<br> |
1 |
window.dw_1.GetChild ("dept_id"); <br>ldwc = window.dw_1.<span>GetChildObject</span>();<br>ls = ldwc.Describe ("Datawindow.Table.Select");<br>window.alert(ls); |
See Also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments