Avatar

Level 10

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!