Hi, using a regex function to list my entries from a repeat in a note type question, it seems that when I get above 255 caracters, the form cannot synchronize. I've tried to set the field to esriFieldTypeString = 1000 but it won't work.
Any ideas what to do?
Thanks
Solved! Go to Solution.
You need to actually set the bind::esri:fieldLength column to 1000.
You need to actually set the bind::esri:fieldLength column to 1000.
I had already tried it but without making a brand new form so it didn't work first. Now it is working. It surprising me as the note type question don't synchronize with the gdb so how come the number of caracter changes anything?? Anyway thank you.
I have been able to change the size ok without a new form.