Results 1 to 5 of 5

Thread: Crystal reports printing labels from database

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2001
    Posts
    152

    Crystal reports printing labels from database

    I have crystal 8.5 and I want to print mail labels(I can set up label) What I want to do is select the table from the database to
    get the addresses. what I'm getting is just one table hard coded.
    I want to do it dynamicly.

    I've searched but what little I've seen on this subject is of little use..

    Can someone maybe give an example or direct me to where I can find clear and understanable Notes,clue or anything useful?
    My software never has bugs. It just develops random features.

  2. #2

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Aug 2001
    Posts
    152
    There are 15 or 20 components and refs for crystal report 8.5
    and I'm getting runtime error '424' object required with this code.
    I've tried them all.... still getting same error...
    I'm no expert by any means but jjjezzz...


    Code:
    report.Database.Tables(1).SetTableLocation "F:\vb\scouts30\cm.mdb", "153", ""
    My software never has bugs. It just develops random features.

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    Aug 2001
    Posts
    152
    Anyone?
    My software never has bugs. It just develops random features.

  5. #5
    Addicted Member
    Join Date
    Apr 1999
    Posts
    178
    Is the table you want to connect to exactly the same (field names, type, size...) as the tables used to design the report?

    Are you using the ocx? If you are what form is it on?

    Please provide all the code that is used to connect to the report.

    The only error 424 Knowledge Base article is here http://support.crystaldecisions.com/...s/c2001097.asp

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