Gossamer Forum
Home : Products : DBMan : Customization :

Re: Check boxes and pulldowns?

Quote Reply
Re: Check boxes and pulldowns? In reply to
You would put the fields in the %db_select_field array.

Like the following:

Code:
%db_select_fields = (
FieldName => 'value1,value2,value3,value4'
);

Replace FieldName with the name of the field you used for the checkboxes. Then replace the value1 - value4 with the values you have assigned in the %db_checkbox_fields array.

BTW: A much easier way to do this would've been to use the Multiple Select Field Mod that Carol and I wrote for data entry and the single Select Field option in DBMAN, rather than setting up different checkboxes.

Regards,

------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
----------------------


Subject Author Views Date
Thread Check boxes and pulldowns? MJ 1172 Nov 2, 1999, 6:39 AM
Post Re: Check boxes and pulldowns?
Eliot 1099 Nov 1, 1999, 9:34 PM
Post Re: Check boxes and pulldowns?
Eliot 1099 Nov 2, 1999, 8:10 AM
Post Re: Check boxes and pulldowns?
MJ 1091 Nov 2, 1999, 8:12 AM