X-Received: by 10.224.36.66 with SMTP id s2mr18789412qad.6.1370436060151; Wed, 05 Jun 2013 05:41:00 -0700 (PDT) X-Received: by 10.50.136.234 with SMTP id qd10mr738343igb.12.1370436060096; Wed, 05 Jun 2013 05:41:00 -0700 (PDT) Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!p1no1540792qaj.0!news-out.google.com!10ni283qax.0!nntp.google.com!ch1no973691qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.databases.ms-sqlserver Date: Wed, 5 Jun 2013 05:40:59 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=74.117.16.6; posting-account=QatkRQoAAADtIuKW2cKeE3TwFNoU_N6f NNTP-Posting-Host: 74.117.16.6 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <5b5b11ee-baa0-4a41-b1cd-4066b86a822d@googlegroups.com> Subject: SSRS Hyperlink Opens Windows Form From: mjpdatadev@gmail.com Injection-Date: Wed, 05 Jun 2013 12:41:00 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 2178 Xref: csiph.com comp.databases.ms-sqlserver:1511 Hi. I have been using SSRS for long time but this is the first time that I = have needed to do this. I am working with a Windows VB Forms App not a Web App. I have a drill-down report with a hyperlink at the lowest level (aka furthe= st column to the right) and I want to display a small modal forms page (new= form) with record details on the form when you click the hyperlink. How can I launch a new Windows form on the click of a hyperlink? =20 I have searched the web and there are many examples of 'launching a new web= page' on the click of a hyperlink but there is nothing for windows apps. I= have checked the Actions properties of a textbox and you can launch a new = report, bookmark or URL but no Code Actions. Also, the Events are disabled= /removed within the Textbox Properties toolbox. I thought about adding a C= ode function within the report but, without a OnClick_Event, there is no wa= y to fire the code except at Initialization. Is there a click event for SSRS? There must be something somewhere because= there are plus-signs and minus-signs for drilling. Thoughts? Am I missing something simple? Thanks, Marty