|
-
Jan 20th, 2005, 07:48 AM
#1
Problem using SetDataSource * resolved *
Hi all,
I'm having a problem using Crystal 8.0 and Visual Basic 6.0. I'm selecting my data into a recordset but the Crystal report continues to use the data from the database I used to design it before I imported it into the project. I can't seem to make it stop going to the database.
I populate a recordset called rsTempRecordSet.
Then I use:
If (CR_CustomReport.HasSavedData) Then
CR_CustomReport.DiscardSavedData
End If
Then I use:
CR_CustomReport.Database.SetDataSource rsTempRecordSet
It still uses the database though. Any suggestions.
Last edited by TysonLPrice; Jan 20th, 2005 at 03:24 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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|