Hi,I am pretty new to Adobe Forms and have the following problem:I want
to change the properties of a datamatrix barcode (it's not a paper form
barcode), especially the number of segments. By default only 4 segments
are created (at least if the content is not bigger). I tried to change
it with a FormCalc-script, but couldn't manage to do it.This is my
code:Code3.ui.#barcode.dataColumnCount =
"1"Code3.ui.#barcode.dataRowCount = "2""Code3" is the name of the
barcode, the values are just examples. ...