#1
|
|||
|
|||
![]()
Hi All,
I use fusion pro for EFI Digital Storefront to build templates for my customers. I have a customer who wants 128 bar code generated from DSF. The Code is WBD00005001 and on wards. Can any one please help me on how do i get FP to generate 128 bar code and also the serial number. I have attached a PDF of what i am working with. Any help will be much appreciated. Naval |
#2
|
||||
|
||||
![]() Quote:
Code:
var data = "WBD" + FormatNumber("00000000", 5000 + FusionPro.Composition.inputRecordNumber); return'<span><f name="IDAutomationC128L">' + Make128Barcode(data) + '</span><br>' + data; Sorry, I don't know what you mean by a serial number.
__________________
Dan Korn FusionPro Developer / JavaScript Guru / Forum Moderator PTI Marketing Technologies | Printable | MarcomCentral I am a not a Support engineer, and this forum is not a substitute for Support. My participation on this forum is primarily as a fellow user (and a forum moderator). I am happy to provide help and answers to questions when I can; however, there is no guarantee that I, or anyone else on this forum, will be able to answer all questions or fix any problems. If I ask for files to clarify an issue, I might not be able to look at them personally. I am not able to answer private messages, emails, or phone calls unless they go through proper Support channels. Please direct any sales or pricing questions to your salesperson or inquiries@marcom.com. Complex template-building questions, as well as all installation and font questions or problems, should be directed to FusionProSupport@marcom.com. Paid consulting work may be required to fulfill your template-building needs. This is a publicly viewable forum. Please DO NOT post fonts, or other proprietary content, to this forum. Also, please DO NOT post any "live" data with real names, addresses, or any other personal, private, or confidential data. Please include the specific versions of FusionPro, Acrobat, and your operating system in any problem reports or help requests. I recommend putting this information in your forum signature. Please also check your composition log (.msg) file for relevant error or warning messages. Please post questions specific to the MarcomCentral Enterprise and Web-to-Print applications in the MarcomCentral forum. Click here to request access. Or contact your Business Relationship Manager (BRM/CPM) for assistance. Please direct any questions specific to EFI's Digital StoreFront (DSF) to EFI support. How To Ask Questions The Smart Way The correct spellings are JavaScript, FusionPro, and MarcomCentral (each with two capital letters and no spaces). Acceptable abbreviations are JS, FP, and MC (or MCC). There is no "S" at the end of "Expression" or "Printable"! The name of the product is FusionPro, not "Fusion". "Java" is not is not the same as JavaScript. Check out the JavaScript Guide and JavaScript Reference! FusionPro 8.0 and newer use JavaScript 1.7. Older versions use JavaScript 1.5. return "KbwbTdsjqu!spdlt\"".replace(/./g,function(w){return String.fromCharCode(w.charCodeAt()-1)}); ![]() |
#3
|
|||
|
|||
![]()
Hi Dan,
Thanks for that. For some reason it is not generating a barcode for me. I have attached what i have done so far. I am trying to upload this to EFi DSF for customers to order as well and trying to compose it is fusion pro but it is not generating barcodes. Do you know what could be causing this. Look forward to hearing from you. Thanks |
#4
|
|||
|
|||
![]()
Hi Naval,
The code provided did create a barcode for me. You need to put it in a rule and then place the rule in a FusionPro text box. I've attached an example. A data file isn't needed because the rule is creating a sequenced number.
__________________
Leo Smith - Novice FusionPro VDP Creator 10 Adobe Pro CC Windows 7 |
#5
|
|||
|
|||
![]()
Thanks Dan & Leo,
I have got that to go now. Do you guys know how i would incorporate this with EFI Digital Storefront? As it needs a data source for me to be able to upload this on DSF. Any ideas? |
#6
|
|||
|
|||
![]()
Hi i am trying to produce 5000 bar codes but i keep getting:
Incomplete entity definition ÇÎ Incomplete entity definition ÇÎ Unknown Entity &ÇÎ in record 6 It is not only record 6 but there are other records with same issue Would you know what could be causing this? Thanks in advance. Naval |
#7
|
||||
|
||||
![]() Quote:
Code:
return'<span><f name="IDAutomationC128L">' + TaggedTextFromRaw(Make128Barcode(data)) + '</span><br>' + data;
__________________
Dan Korn FusionPro Developer / JavaScript Guru / Forum Moderator PTI Marketing Technologies | Printable | MarcomCentral I am a not a Support engineer, and this forum is not a substitute for Support. My participation on this forum is primarily as a fellow user (and a forum moderator). I am happy to provide help and answers to questions when I can; however, there is no guarantee that I, or anyone else on this forum, will be able to answer all questions or fix any problems. If I ask for files to clarify an issue, I might not be able to look at them personally. I am not able to answer private messages, emails, or phone calls unless they go through proper Support channels. Please direct any sales or pricing questions to your salesperson or inquiries@marcom.com. Complex template-building questions, as well as all installation and font questions or problems, should be directed to FusionProSupport@marcom.com. Paid consulting work may be required to fulfill your template-building needs. This is a publicly viewable forum. Please DO NOT post fonts, or other proprietary content, to this forum. Also, please DO NOT post any "live" data with real names, addresses, or any other personal, private, or confidential data. Please include the specific versions of FusionPro, Acrobat, and your operating system in any problem reports or help requests. I recommend putting this information in your forum signature. Please also check your composition log (.msg) file for relevant error or warning messages. Please post questions specific to the MarcomCentral Enterprise and Web-to-Print applications in the MarcomCentral forum. Click here to request access. Or contact your Business Relationship Manager (BRM/CPM) for assistance. Please direct any questions specific to EFI's Digital StoreFront (DSF) to EFI support. How To Ask Questions The Smart Way The correct spellings are JavaScript, FusionPro, and MarcomCentral (each with two capital letters and no spaces). Acceptable abbreviations are JS, FP, and MC (or MCC). There is no "S" at the end of "Expression" or "Printable"! The name of the product is FusionPro, not "Fusion". "Java" is not is not the same as JavaScript. Check out the JavaScript Guide and JavaScript Reference! FusionPro 8.0 and newer use JavaScript 1.7. Older versions use JavaScript 1.5. return "KbwbTdsjqu!spdlt\"".replace(/./g,function(w){return String.fromCharCode(w.charCodeAt()-1)}); ![]() |
![]() |
Tags |
128 barcode, barcode |
Thread Tools | Search this Thread |
Display Modes | |
|
|