CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Crystal Report

  1. #1
    Join Date
    Sep 1999
    Posts
    92

    Crystal Report

    Hi,

    How do I know if the report that I have run using crystal report ocx is successful or not from vb.
    ie
    cr1.print = 1

    what are the methods/properties of the RDC that I can check if it has been successful or not?

    For your information my real task is to control the printing of invoices,to only print once as an original and subsequent printing of the same invoice will print as copies.

    Thank a lot



  2. #2
    Join Date
    Jan 2001
    Location
    india,maharashtra
    Posts
    9

    Re: Crystal Report

    you might try to use the preview window.you can print from within it.if the preview works , the report will work.

    also remember that you need to have a printer installed on your computer under the printer tab in control panel for crystal to generate reports.

    Rashid Aga

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

Featured