PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook Form Programming Crystal Report Viewer

Reply

Crystal Report Viewer

 
Thread Tools Rate Thread
Old 06-06-2006, 01:10 PM   #1
Angelo Campitelli
Guest
 
Posts: n/a
Default Crystal Report Viewer


Hi,

How would you launch a crystal report from a button on a custom form?



  Reply With Quote
Old 08-06-2006, 12:35 AM   #2
Craig
Guest
 
Posts: n/a
Default Re: Crystal Report Viewer

I am assuming you would be using a program external to the custom form to
view the report.

dim objShell
set objShell = CreateObject("Shell.Application")
objShell.ShellExecute "C:\Program Files\Business Objects\Crystal Reports
11\crw32.exe", "c:\test.rpt", "", "open", 1
set objShell = nothing

Craig


"Angelo Campitelli" <campitellian@sac.qld.edu.au> wrote in message
news:%237iE%23IWiGHA.3588@TK2MSFTNGP02.phx.gbl...
> Hi,
>
> How would you launch a crystal report from a button on a custom form?
>
>
>




  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off