Results 1 to 3 of 3

Thread: error in crystal report

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2005
    Posts
    1

    Unhappy error in crystal report

    i m using crystal report 7 in my vb project. i m using visual basic 6. i m getting problem in connecting crystal reports with the access database which is password protected. i m using ado to fetch records. it is working fine with visual basic. the problem is with the crystal report


    please help me out. its some kind of urgent

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: error in crystal report

    Welcome to the forums.

    We need more information than that.
    Quote Originally Posted by smartpaul
    i m using crystal report 7 in my vb project. i m using visual basic 6. i m getting problem in connecting crystal reports with the access database which is password protected.
    What kind of problems? What error messages are you getting?
    Quote Originally Posted by smartpaul
    i m using ado to fetch records. it is working fine with visual basic. the problem is with the crystal report
    Are these a different set of problems or are they related to the first set?

  3. #3
    Frenzied Member pnish's Avatar
    Join Date
    Aug 2002
    Location
    Tassie, Oz
    Posts
    1,918

    Re: error in crystal report

    Are you using the Crystal OCX? If so, you need to prefix the password with a linefeed character, eg
    VB Code:
    1. MyReport.Password = Chr$(10) & MyPassword
    This is also true if you're using the Crystal APIs.
    Pete

    No trees were harmed in the making of this post, however a large number of electrons were greatly inconvenienced.

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