Results 1 to 1 of 1

Thread: Enable export button Crystal Viewer

Threaded View

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Feb 2004
    Posts
    23

    Enable export button Crystal Viewer

    In my VB program, the user can pull up a Crystal report and print it. That all seems to work fine, but they need to be able to export to Word or Excel. I can see the export button on the print preview screen that comes up when I execute this code:

    CrystalReport1.ReportFileName = "C:\Proj1\January.rpt"
    CrystalReport1.DiscardSavedData = True
    CrystalReport1.PrintReport

    I have seen other posts saying that the button in the Crystal Viewer can be enabled. I am guessing that the print preview pane is the Crystal Viewer, but I don't know how to enable that button. I have Crystal 4.6.

    Thanks in advance,
    bsac4
    Last edited by bsac4; Feb 19th, 2004 at 01:32 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width