TysonLPrice
Programmer
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 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.
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 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.