- Mike Trainor
- PowerBuilder
- Wednesday, 17 February 2021 08:32 PM UTC
I'm working on a nested report which has multiple masters and details.
By using a datastore I can insert rows into the datastore (which uses the same datawindow as the nested report).
I can copy the data from the datastore to the first nested report using
dw_1.object.dw_detl[1].object.data = dw_data.object.data
Then I repeat this operation for the second master/detail set and copy the data again.
dw_1.object.dw_detl[2].object.data = dw_data.object.data
Now the second nested report is fine, but the first nested report has vanished.
At the end of my report only the last nested report is correct, all the prior nested reports have vanished.
How do I maintain the data for all nested reports for each master?
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.