You write code in the 'RowFocusChanged' event in the master DW to retrieve the detail DW using what ever parameters are needed to retrieve a unique detail row.
dw_detail.Retrieve(dw_master.GetItemNumber(row, "key_id"))
row is a literal value in the 'RowFocusChanged' event...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.