Page 1 of 3

HyperLink

Posted: Mon Aug 11, 2014 8:19 am
by G.hammad
Hello ,

i'm just using WebStiViewer i want to know if this viewer support hyperlink or not?!
since i try to activate hyperlink in cross tab cell but it's not work correctly as i expected !

like this :
in page1 >>>
cross summery hyperlink : #{DS1.Month}{DS1.Typecode}
in page2 >>>
in group header component bookmark: {DS1.Month}{DS1.Typecode}

but when click on cell it open new tab with same page which is page 1 ! not page 2 as i want
is there something wrong in my code!?

thanks

Re: HyperLink

Posted: Mon Aug 11, 2014 9:02 am
by HighAley
Hello.

Please, send us a sample project to support@stimulsoft.com

Thank you.

Re: HyperLink

Posted: Wed Aug 20, 2014 6:31 am
by G.hammad
Hello ,
this is the sample project

Re: HyperLink

Posted: Wed Aug 20, 2014 10:43 am
by HighAley
Hello.

We don't see that you have added anchors in your report.
Please, read carefully step-by-step instruction on the User Manual.

Thank you.

Re: HyperLink

Posted: Wed Aug 27, 2014 12:24 pm
by G.hammad
ok thank you i'll try that and tell you the result

Re: HyperLink

Posted: Thu Aug 28, 2014 6:31 am
by G.hammad
Hello

i try to apply anchors on my report but it's the same open new tab with same page which is page 1 !
i don't know what the problem
see the pic i attach where set tag

Re: HyperLink

Posted: Thu Aug 28, 2014 1:29 pm
by HighAley
Hello.

Please, send us a sample project which demonstrates the issue.

Thank you.

Re: HyperLink

Posted: Sun Aug 31, 2014 7:51 am
by G.hammad
Hello

this is the sample project i just added the tag and bookmark properties
please can you correct my error in the .mrt if i forget something

Re: HyperLink

Posted: Mon Sep 01, 2014 11:27 am
by HighAley
Hello.

At first you should change expression in the If statement of the Page_Load event to the next:

Code: Select all

If Not Page.IsCallback Then
Also we have made an improvement. Please, check our next prerelease build which will be available on Friday.

Thank you.

Re: HyperLink

Posted: Tue Sep 02, 2014 7:04 am
by G.hammad
Ok thank you