|
-
Jul 16th, 2003, 07:17 PM
#1
Thread Starter
Addicted Member
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.

-
Jul 17th, 2003, 10:28 AM
#2
Addicted Member
-
Jul 17th, 2003, 09:13 PM
#3
Thread Starter
Addicted Member
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.

-
Jul 18th, 2003, 06:19 AM
#4
Thread Starter
Addicted Member
My software never has bugs. It just develops random features.

-
Jul 18th, 2003, 10:21 AM
#5
Addicted Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|