CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2003
    Location
    CANADA
    Posts
    4

    Crystal Report Refreshing

    i am using crystal 8.5 with VB front end. report is joined with front using ADO recordsets, which are retriving data for the reports. then retrived data is added to report using following syntax
    Set fld = m_Report.Section3.AddFieldObject("{ado." & valarr(0) & "}", 400, 0)
    Now Problem is,
    when report is run for first time it produces expected results but if its re-runned/re-executed new data overlaps older data.
    in short, i want report to refresh and delete old data when new execution takes place.
    any input will be appreciated.

  2. #2
    Join Date
    May 2002
    Location
    Colombo,Sri Lanka
    Posts
    1,110
    There is a option in file menu called 'Save with report'. Unselect that

  3. #3
    Join Date
    Dec 2003
    Location
    CANADA
    Posts
    4
    Thanks for replying :wave !
    but i am using crystal viewer embeded inside one of the VB forms to run and view report. I am using VB GUI not crystal GUI for devlopment. and i could't ifnd any option like that in either Crystalreport viewer or Report iself .
    i am attaching a screenshot of viewer have a look at it.
    Attached Images Attached Images  

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