Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear all,
I have a problem creating a link <url> on Graphic - Simple table.
I'm creating that link dinamically. For Expample '<url>http://www.website.com/page.html?s=1&....'
When I do a click on QV, It' redirects me to
http://www.website.com/page.html?s=1%26
QV replaces & symbol to %26.
Has anyone any idea how to solve it?
Best regards
Jason,
I reported it in January 2011, and thay opened this bug. Not fixed yet?
Anyway, I'm using URL without that '#' at the end, and it works fine.
I suspect that the '&' problem is related to the same bug.
Just as Jason said, my server needs a '#', but it is getting a %23 resulting in an error.
Ok, so here is my crappy work around:
using a button the # works OK. So I need to have a variable which is set which builds the url.
Then when the user selects the unique record ID they can click on the button.
At least it works and is better than the alternative, which is to cut and paste.