BookMark Issue
I have report which can have n number of pages out of which few pages are ORIGINAL receipt and few pages are COPY of the receipt.
I need to have bookmark on my pdf output like for example
my rpeort has 3 ORIGINAL receipt and 2 COPY receipt
then i need BOOKMARKS as ORG1,ORG2,ORG3 and COPY 1 and COPY2.
When i used srw.set_bookmark on the parent frame / parent repeating frame i get only 1st BOOMARK(ORG1)
How to do this?
0