Barcode Error with drop-down object with a switch statement | Community
Skip to main content
nowackem
Level 5
May 18, 2021
Solved

Barcode Error with drop-down object with a switch statement

  • May 18, 2021
  • 1 reply
  • 706 views

Hello all,

I have created a custom object that uses a switch statement to fill drop-down objects depending on user selections. I'm getting an error stating:

 

"Paper Forms Barcode

Since this list allows for custom text entry, you should specify a data pattern using the XML Source editor. Otherwise, when this list is filled at run time, the amount of data may exceed the maximum barcode size." See below:

I could be wrong but I believe the District/CO drop-down object is the one it has a problem with and it is only two characters. How do I fix this as it thinks its a custom entry because the entry text is within the switch statement. 

 

Here is the link to my form with the object:

https://drive.google.com/drive/folders/1KNrF8wRtJNE502IFMFML83QtAIFAEA9c?usp=sharing

Thank you!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Kosta_Prokopiu1

Hi @nowackem ,

this is not an error but an advise. The Designer tries to calculate the approximate number of characters to be loaded into the barcode. It cannot determine it from all objects and also not when scripting is involved. It just makes you aware that you could "overload" the barcode - meaning you send more characters to it than can be displayed. If you are sure that it is well within limits you can ignore this advise.

Kosta

1 reply

Kosta_Prokopiu1
Adobe Employee
Kosta_Prokopiu1Adobe EmployeeAccepted solution
Adobe Employee
May 18, 2021

Hi @nowackem ,

this is not an error but an advise. The Designer tries to calculate the approximate number of characters to be loaded into the barcode. It cannot determine it from all objects and also not when scripting is involved. It just makes you aware that you could "overload" the barcode - meaning you send more characters to it than can be displayed. If you are sure that it is well within limits you can ignore this advise.

Kosta