Wednesday, March 7, 2012

jnasch URL values

i have been told that

="http://www.somewhere.com/" + CStr(Fields!CUNAME.Value)

placed in a textboxes expression field (in the jumptoURL box ) will allow for the URL to be generated, however when i type this in, the report doesnt recognizes it as a hyperlink

any ideas to whet im doing wrong!

Possibly this will help you:

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=858533&SiteID=1

Edit: As you can see, the only results that spam will get you is a locked thread.

|||

Jnasch, you post is locked.

Anyhow, the answer is

="javascript:void window.open('http://www.onsemi.com/PowerSolutions/product.do?id=" & CStr(Fields!WEB_PART_NAME.Value) & "','_blank')"

Philippe

|||

Thank you Phillippe. I proposed a similar solution.

|||Thank you very much, this has helped me greatly|||

You're welcome. I know technology can be extremely frustrating at times. Let us know if we can help with anything else.

No comments:

Post a Comment