Avatar

Level 10

The attached concatenates the raw values from two protected fields and encodes a Barcode 128 on the barcode initialize event.

// form1.page1.code128BarCode::initialize - (JavaScript, client)

xfa.resolveNode("form1.page1.code128BarCode.value.#text").value = form1.page1.chars1to4.rawValue + form1.page1.chars5to10.rawValue;

Untitled.png

Steve