report hyperlink triggering an event
report hyperlink triggering an event
Hello,
I would like to have a report, with some kind of hyperlink. If you press this hyperlink, an event is being triggered, so I can start another part of my application (using the information from the hyperlink). I am using the stiviewercontrol, hosted in a bigger application. Is this possible?
I know there is a kind of hyperlink, but this starts an external program.
Thanks
Paul
I would like to have a report, with some kind of hyperlink. If you press this hyperlink, an event is being triggered, so I can start another part of my application (using the information from the hyperlink). I am using the stiviewercontrol, hosted in a bigger application. Is this possible?
I know there is a kind of hyperlink, but this starts an external program.
Thanks
Paul
Re: report hyperlink triggering an event
Hello, Paul.
It seems that you are looking for Drill-down report.
Please, look at the Interactive Reports section of our Demo.
Are next reports like you need:
It seems that you are looking for Drill-down report.
Please, look at the Interactive Reports section of our Demo.
Are next reports like you need:
- List of Products
- Cross-tab with detailing
- Selection
Re: report hyperlink triggering an event
Aleksey,
I know there are drill-down reports, and this will start for instance another report, however I want to start another part of my program which has nothing to do with the reporting, for instance an form. For this to happen, I need a trigger from the reporting control, with for instance the url to identify a record. I have seen that with the hyperlink option you can go to a webpage, I would like to trigger anohter part of my application.
Thanks
Paul
I know there are drill-down reports, and this will start for instance another report, however I want to start another part of my program which has nothing to do with the reporting, for instance an form. For this to happen, I need a trigger from the reporting control, with for instance the url to identify a record. I have seen that with the hyperlink option you can go to a webpage, I would like to trigger anohter part of my application.
Thanks
Paul
Re: report hyperlink triggering an event
Hello, Paul.
There is also the Click event that could be handled.
Thank you.
And what problem do you have with Hyperlink property?paullef wrote:I know there are drill-down reports, and this will start for instance another report, however I want to start another part of my program which has nothing to do with the reporting, for instance an form. For this to happen, I need a trigger from the reporting control, with for instance the url to identify a record. I have seen that with the hyperlink option you can go to a webpage, I would like to trigger anohter part of my application.
There is also the Click event that could be handled.
Thank you.
Re: report hyperlink triggering an event
The hyperlink is great, but instead of going to an external program, I want to present a form in the same application the viewercontrol is situated. I can use the hyperlink, and use the clickcomponent event for the event trigger. One last problem: how can I prevent this event trigger from trying to start an external program. The clickcomponent event does not have the e.cancel posiblity. If I, for instance, make an hyperlink with 'ab:id25', meaning present my own application screen with recordid 25, I can present my own form with record 25, however windows will inform me that there are no apps installed for AB, and if I want to search them. Can I prevent this from happening, by canceling the external start of a program ?
Thanks
Paul
Thanks
Paul
Re: report hyperlink triggering an event
Hello, Paul.
Please, try to use Tag property instead of the Hyperlink.
Thank you.
Please, try to use Tag property instead of the Hyperlink.
Thank you.
Re: report hyperlink triggering an event
Ok, the clickcomponent event is triggered and I can see the TagValue. However a user can't see were to click because it is not showing a click-hand cursor like the hyperlink option does. Is there a better way, for instance stopping the external application startup using the hyperlink?
thanks
Paul
thanks
Paul
Re: report hyperlink triggering an event
Hello.
Please, try to use Mouse Enter and Mouse Leave events to change cursor.
Thank you.
Please, try to use Mouse Enter and Mouse Leave events to change cursor.
Thank you.