I'm using PB2017 R3 and building a composite report which has two child-reports. Each report will be built in separate datastores where I'll adjust the report according to several criterias. When this adjusting process is complete, I want to copy the complete report into each sub-report in the composite report using GetFullState and SetFullState.
Unfortunately it is impossible to use SetFullState on a DatawindowChild. Rowscopy will not do because this method does not ensure that my modifications are transferred to the composite child report. Does anyone know another method to accomplish this task?
/Svein
Great idea. I have done this before and it works super well. ;-)
You can use different transaction objects if you create the temporary tables via DML. However in ASE, SA & SS - if you use the #Table way of temporary table allocation (done by the DBMS - and, cleaned up automatically as well) then your 100% correct... this technique can only in the same DB transaction.
Super suggestion!
Regards ... Chris