Gossamer Forum
Home : Products : DBMan : Customization :

Automatic Combo Box In Search Page

Quote Reply
Automatic Combo Box In Search Page
Can we have a combo box in the search page which has its options from the actual database.
I mean if there are 3 different data in a field the combo box for that field in the search page shows these 3 different data.

I'm not sure if this is clear enough to understand but...

Quote Reply
Re: Automatic Combo Box In Search Page In reply to
Yep. And the code is already in your script.

On your search form, use

print &build_select_field_from_db("FieldName",$rec{'FieldName'});

(subsituting your real field name for FieldName.)


JPD
http://www.jpdeni.com/dbman/