Combobox Value

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

Combobox Value

Post by montserat03 »

Dear all,

I have a combo box with modal search dialog box for customer which contains some long fields
like

code, name, address, city ,country

it works fine however,

is it possible after I choose the customer. the combo box only shows the customer code and name?
but when searching.. I need to have all the fields above ( code, name, address, city , country)

thank u so much guys


mobhar
User
Posts: 11700

Post by mobhar »

The closest approach is by using "Option Template" to limit only two fields in the modal search dialog and also in the combobox.

Although only those two fields will be shown up in the modal search dialog and combobox, users are still be able to search based on the values in the third and fourth displayed field (that not shown-up).

Please see "Lookup Table" topic from PHPMaker Help menu for more information about how to implement "Option Template".


montserat03
User
Posts: 32

Post by montserat03 »

Thank you.. its working.


Post Reply