Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HOW TO GET THE VALUE OF COLUMN OF DECENDENT DW IN NESTED DW.

Status
Not open for further replies.

sachinagarwal

Programmer
Feb 5, 2001
4
0
0
IN
I have a nested DW object in wich a dw object is pasted and I want to get the value of a column of the dw object,which is pasted on another dw object.

 
Hello !

Excuse-me for my poor english, but I'm just a french developper !

To get value in a nested dw, you must get the nested dw with GetDatawindowChild() function.
So, you can get value using GetItem...() functions (not with the doted notation).

See u
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top