autosuggest in 3 different fields

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
konfuzion
User
Posts: 378

autosuggest in 3 different fields

Post by konfuzion »

[ORDER] table

Field1, Field2, Field3
itemcode, fruit, quantity

Using autosuggest, if type in itemcode "12423", autosuggest will enter "apple" in fruit and "5" in quantity

Currently the functionality is almost there since there are 4 Display Fields that could be used as values, but just need to put into the correct different fields.

Any hint on how to do this? Or should I start to study the autosuggest function in the php and build my own solution?


konfuzion
User
Posts: 378

Post by konfuzion »

actually I meant SELECT & LOOKUP table

after selecting "12423", the display views will insert "apple" in fruit field and "5" in quantity field


arbei
User
Posts: 9292

Post by arbei »

You may enable Force Selection and AutoFill, see Edit Tag and Lookup Table for details.


konfuzion
User
Posts: 378

Post by konfuzion »

Thank you, AUTOFILL is the solution THUMBSUP


Post Reply