Page 1 of 1

Combobox Value

Posted: Sun Nov 20, 2016 6:24 pm
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


Re: Combobox Value

Posted: Sun Nov 20, 2016 10:13 pm
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".


Re: Combobox Value

Posted: Sun Nov 20, 2016 11:20 pm
by montserat03

Thank you.. its working.