Hi folks,
i am struggling with a strange behaviour.
I have multiple textfields that i want to be filled with values from a database, based on an article number that is provided with one textfield. (Select art_nr from texfield and based on the art_nr fill in the other db values into the textfields)
So far that works fine.
Now i would like to make the art_nr autocomplete.
So the user types in some digits and is provided with relevant art_nrs from the db.
That works fine too.
The problem is:
As soon as is do the autocompletion, the auto fillin into the other forms wont work because the relevant server connect is never called…
how to solve that?
Thanks a lot!