-
1. Re: Text Field Auto-Fill Options
Magus069 Oct 10, 2014 10:12 AM (in response to Auto-fill Options)Hi there, the only auto-fill options that comes in mind that could override your function is the Calculate event of that field or binding data from another field or database..
Too know if its the calculate event you can look in the object Pallette of the field under Value tab, where it says "Type:" if it is calculate this is the 'auto-fill' options that is overriding your function.
Too know if it is binded to another field or database you can look in the object Pallette under Binding tab, where it says "Data Binding (Open, Save, Submit):" it should be written: ''Use name (txtName)" where txtName is the name of the field.
Hope this help!
-
2. Re: Text Field Auto-Fill Options
Auto-fill Options Oct 10, 2014 10:18 AM (in response to Auto-fill Options)Thank you. I checked those suggestions but ultimately found the auto-fill had been hard coded into the XML.

