Hi,I am using uidoc.fieldsettext(“fieldName_” + cstr(n), teststring) in the loop to set data on fields, the total of fields in the form are limited. So in order to avoid “Notes Error - Cannot locate field” message, I need to check if the current field is existed in current uidoc, if it is not existed, then I do not need to use fieldsettext,
Anybody has any ideas how to check it before set the text value?