Expand my Community achievements bar.

Barcode Calculated event is not trigger

Avatar

Former Community Member
hi,



I have some checkbox on the Form, when user click on the checkbox without entering any data to other fieds on the form. the barcode calculate event is not trigger. Therefore the value in the barcode is not set correctly.



I try to look for some code to trigger the calculate event. I cannot find it sofar.



is there anyone has experienced this problem, and how to overcome this issue ?



Thanks.
2 Replies

Avatar

Former Community Member
edward_wong_AMP@adobeforums.com wrote:

> hi,

>

> I have some checkbox on the Form, when user click on the checkbox without entering any data to other fieds on the form. the barcode calculate event is not trigger. Therefore the value in the barcode is not set correctly.

>

> I try to look for some code to trigger the calculate event. I cannot find it sofar.

>

> is there anyone has experienced this problem, and how to overcome this issue ?

>

> Thanks.



Are your form fields bound to an XSD data connection? I have seen this

problem with bound fields. If I remove the binding, then the barcode is

updated. I believe it is probably a bug, but I have not received

confirmation from Adobe that this is the case.



Justin Klei

Cardinal Solutions Group

www.cardinalsolutions.com

Avatar

Former Community Member
Is the Barcode itself inside the same subform of the data you wish to include? If not, that may be the issue.



You could avoid the issue by simply using custom script inside the Barcode too.



i.e.: this.rawValue = x.rawValue + "[delimiter]" + y.rawValue;



Feel free to send me the form: lsutton@adobe.com.



In regards to the bug, I would have to see the form to confirm but I do believe there are script changes that have been provided for Designer 7.1 that may address the issue.