Gossamer Forum
Home : Products : DBMan : Customization :

Re: One drop down (two fields)

Quote Reply
Re: One drop down (two fields) In reply to
I think you misunderstood the instructions within the thread you read.

It states that the field names should be entered ... not what you are searching for.

So:

if ($in{'search_field'}) {
$in{'Full'} = $in{'search_field'};
$in{'Allied'} = $in{'search_field'};
$in{'OTOC'} = $in{'search_field'};
$in{'ma'} = 1;
}

Should actually be:

if ($in{'search_field'}) {
$in{'Name'} = $in{'search_field'};
$in{'Region'} = $in{'search_field'};
$in{'Type'} = $in{'search_field'};
$in{'ma'} = 1;
}

Or at least that is how i would interpret what the thread is saying to do.


Unoffical DBMan FAQ
http://webmagic.hypermart.net/dbman/
Subject Author Views Date
Thread One drop down (two fields) Philip_Clark 1812 Mar 3, 2001, 4:16 PM
Thread Re: One drop down (two fields)
LoisC 1778 Mar 3, 2001, 7:38 PM
Thread Re: One drop down (two fields)
Philip_Clark 1763 Mar 3, 2001, 9:00 PM
Thread Re: One drop down (two fields)
Philip_Clark 1747 Mar 7, 2001, 11:57 AM
Thread Re: One drop down (two fields)
LoisC 1734 Mar 7, 2001, 5:20 PM
Thread Re: One drop down (two fields)
Philip_Clark 1731 Mar 7, 2001, 5:49 PM
Thread Re: One drop down (two fields)
LoisC 1742 Mar 7, 2001, 8:20 PM
Post Re: One drop down (two fields)
Philip_Clark 1724 Mar 8, 2001, 2:10 AM