Is there a way in Navi 3.60 to have for example the customer number to Auto Fill the rest of the code as soon as it is unique? So let's say you are entering a customer number 123456. As soon as you entered 123, the system realizes that there is only one customer that starts with 123 and then fills in the rest for you.
:?:
0
Comments
if i understood well, you can achieve that by setting a table relation between the field you want to 'auto-fill' and a field on a lookup table where the codes to check are... by default (check that TestTableRelation is false) it will auto-fill the value with the first value starting with the characters you typed...
BUT!!! note that if you have for example these codes, and in this order:
1 12345
2 123
3 1234
when you try to enter '1234' code by just typing 123, it will take the first value corresponding to '12345' that's precisely the problem i am having and the subject of a message a posted this week. So it's better, as long as you have no solution to this, to set up the codes you want to be automatically filled with a significant difference amongst them.
... something like this
EXAMPLE CODES (which won't "confuse" the auto-fill feature)
1 PT
2 MBX
3 STV
4 MKTS
i hope this helps you...