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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ShareData

Status
Not open for further replies.

extempore

Programmer
Jun 1, 2001
71
US
Would I be able to share data between DW's existing in 2 different windows? If so can someone suggest me how to do it. Sample code would be very helpful.

Thanks
 
Hi,

Yes you can. Your syntax should look something like:

w_Primary.dw_Primary.ShareData( w_Secondary.dw_Secondary )


The result-set needs to be the same for both the dw's for ShareData() to work but the WHERE-clause can be different. The final output is what is displayed in the Primary dw.

Regards,

--
PowerObject!
-----------------------------------------
PowerBuilder / PFC Developers' Group
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top