please i need example on how to create barcode with crystal reports 10 or lower version and print it.
please i need example on how to create barcode with crystal reports 10 or lower version and print it.
Simply use the barcode font you need
Buy/download the barcode font
Install the font in the pc
Use it to format the desired field
You can use it in Excel/Word/Crystal Reports/etc.
JG
... If your problem is fixed don't forget to mark your threads as resolvedusing the Thread Tools menu ...
the problem comes on how to format the barcode programmatically with crystal reports so I can print it for tagging.
As I understand your problem :
You have an application
You need to generate some codes to print them in barcode format
One way could be that you write those codes in a table and then print them using Crystal Reports thru a designed rpt using the barcode font to format the field from the table
JG
... If your problem is fixed don't forget to mark your threads as resolvedusing the Thread Tools menu ...
yes that is what I need to do. do you have sample or link to an example for this? i have searched everywhere but I cant find something to follow on.
Explain a little more about the codes you want to generate and which barcode font you need to apply...
JG
... If your problem is fixed don't forget to mark your threads as resolvedusing the Thread Tools menu ...
I want to use ean and code 11. I am thinking of a process wherein, the user will input the list of barcodes which will be saved on the table and it will be the basis of printing it with the use of crystal reports 10 or lower version. I have seen sample for download from idautomation but it is for purchase and I cant afford for it right now yet.
Which programming language are you going to use?
Which database?
Are you going to use ADO?
Do you have experience with Crystal Reports?
You are not going to find something equal to what you need
You need to search and learn about every 'element' that will be part of your whole project and to do that first you should know every logical step
JG
... If your problem is fixed don't forget to mark your threads as resolvedusing the Thread Tools menu ...
I am only using vb6, mysql db, yes I will be using ado, with regards to crystal reports, I am a beginner on it and still learning.
Ok. Crystal Reports is the last and the easiest part of the project
Post here when you are there and have problems
JG
... If your problem is fixed don't forget to mark your threads as resolvedusing the Thread Tools menu ...