We have a requirement where we need to display, 3 type of information, which are not related to each other in such a way that the user is able to navigate(first page of the other section) to another set by clicking some link or something. We decided to acheive this in following way:
1. Create 3 different reports.
2. In each report have hyperlinks to the other 2 reports and disable the link for the current report.
3. Pass the parameters of the current report to the other report in the hyperlink. (Parameters for all the reports are same).
I am not sure wheteher this is a good way of doing things or not, but because of the time constraints we decided to follow this approach.
Now the problem is that, we need to specify the server name and the virtual directory name in each link. All the reports will reside in the same folder. Is there a way by which we can use relative path to access the report.
We are using Crystal 8.0 and using WCS to display the reports on the browsers.
Thanks,
Pankaj
1. Create 3 different reports.
2. In each report have hyperlinks to the other 2 reports and disable the link for the current report.
3. Pass the parameters of the current report to the other report in the hyperlink. (Parameters for all the reports are same).
I am not sure wheteher this is a good way of doing things or not, but because of the time constraints we decided to follow this approach.
Now the problem is that, we need to specify the server name and the virtual directory name in each link. All the reports will reside in the same folder. Is there a way by which we can use relative path to access the report.
We are using Crystal 8.0 and using WCS to display the reports on the browsers.
Thanks,
Pankaj