Results 1 to 9 of 9

Thread: Refreshing Crystal Rpt

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jun 2002
    Location
    Sunny Scottsdale Arizona
    Posts
    254

    Question Refreshing Crystal Rpt

    I use Crystal Rpt 8.0 via the Report Design Component in Visual Basic 6.

    I am using the following method for calling up my reports:

    VB Code:
    1. With frmRptView
    2.         .Show
    3.         .CRViewer1.ReportSource = rptPrimDls3
    4.         .CRViewer1.ViewReport
    5.     End With

    frmRptView is a form I use to call up all of my reports. The only thing on it is the CRViewer1 control.

    My problem is that the report is not refreshing accordingly. If the user makes a change to the underlying table, which the report is based on, and then goes into view the report the change will not be reflected. It is only after the user exits the application and returns that the change will appear in the report.

    Note: Doesn't seem to matter if I have the report set to 'Verify on Every Print' or not.

    Thnx
    Last edited by Jefftopia; Oct 23rd, 2003 at 09:02 AM.

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