J
JaD
Hi All.
If you add a repeating section programatically i.e. the script.js file using
XDocument.View.ExecuteAction("xCollection::insert" ... etc
What will be the name of the resultant controls inside?
I have a Repeating section with a table inside that has three fields. Duh I
should have used a repeating table I guess, but I am new..ha.
so if the section has a field called txtSerialNumber, when the repeating
section is added, what will be the name of the new txtSerialNumber?
will it be txtSerialNumber_1 ?
or txtSerialNumber[1]
Thanks.
If you add a repeating section programatically i.e. the script.js file using
XDocument.View.ExecuteAction("xCollection::insert" ... etc
What will be the name of the resultant controls inside?
I have a Repeating section with a table inside that has three fields. Duh I
should have used a repeating table I guess, but I am new..ha.
so if the section has a field called txtSerialNumber, when the repeating
section is added, what will be the name of the new txtSerialNumber?
will it be txtSerialNumber_1 ?
or txtSerialNumber[1]
Thanks.