Hi,
My report is copy one model to another type. The old model has a banner (fragment) that includes model attributes placed on the the model. Ive managed to sucessfully copy these over to the new model using oModel.TextOccList() which results in TextOccs.
My issue is some of the model attributes include the attribute name. How do I get this information from the old TextOccs and set it on the new TextOccs?
Thanks
Brooke
Hi Brooke,
Try using Designer.getOccs() method in Macro. In report it does not have the capability. (well at least I do not know :))Also TextOccs does not refresh with the model attribute even if you use the model attribute in Text Occs and pasted it on the target model.
Thanks
Abhijit Das