|
-
December 29th, 2003, 06:26 PM
#1
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|