I am facing one problem with hyperlinks using opendocument method in BO Reporter. I have a situation like, one report object should call an other report based on the object value. i.e Hyperlink with passing parameter.
I have written a code for a particular report Object but it is giving the same content what i wrote it there. I do not know what was the mistake i made but i feel my code is correct. Also i am giving the code for you,
for my part, i don’t think there’s A solution on opendocument function use and debug. the problem is that opendoc change with bo release and opendoc syntax is not the same in 5.1.8 or in 5.1.1 for example. search on techsupport or on BOB samples of opendoc syntax, make some tests… be patient. Even when you have ound the right syntax, some days it will run perfectly and some other generate error… opendoc is very usefull in some case but not very reliable
Could you find a solution for the syntax? I am facing a similar problem. I think i have the syntax right but it is not working. The entire url is fetting displayed as a link rather than on the column values.
Please help me as i have to do this within a day. I am really frustrated
swasti, please do not cross-post. I am removing your cross-posting follow-up in someone else’s topic, and your two separate new topics in this same forum. Please keep your related discussion and questions together.
One problem that pops out at me is that your report name seems to have a space and parentheses. The space, for sure, is going to cause you problems. Perhaps you can replace it with:
%20 – the code for a space.
Followup – I’ve discovered yet one more existing topic where you posted a follow-up. I’m not deleting that one since you’ve gotten some additional replies there. I think you’ll find that discussions and answers are easier to follow if you would please post in only one place!