Results 1 to 4 of 4

Thread: Problem using SetDataSource * resolved *

Threaded View

  1. #1

    Thread Starter
    Wall Poster TysonLPrice's Avatar
    Join Date
    Sep 2002
    Location
    Columbus, Ohio
    Posts
    3,969

    Resolved 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
  •  



Click Here to Expand Forum to Full Width