Expand my Community achievements bar.

Can someone help to make this work in life cycle

Avatar

Level 1

I have this script on a acroform and it works great, but when try in live cycle it does not do anything, Can someone think of the reason? Essentially the value in drop down is populated in text filed but want t make a 1d barcode so using barcode font!

  1. event.value = ""; // clear the field;

var oField = this.getField("NAME1");if(oField != null) {// populate if not null;// get the value of the field object and add guard bits and LA;

  1. event.value = "*LA" + oField.value + "*";}
1 Reply

Avatar

Level 7

LiveCycle and AcroForms do not use the same object model. Take a look here Adobe LiveCycle ES4 * Adobe LiveCycle Designer 11 Scripting Reference to accomplish your goals.