Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

How to use build_select_field

Quote Reply
How to use build_select_field
How to use a select form field?
I have a Links field called 'Area' in SQL.pl as follows:

Area ENUM ('America', 'Europe', 'Asia') NOT NULL,

I added the following in %globals in HTML_Templates.pm

Area => \&Links: BSQL::build_select_field ("Area", "$in{'Area'}"),

But it didn't work.
How to correct this? Thank you.

Subject Author Views Date
Thread How to use build_select_field Fortune 4196 Sep 29, 1999, 8:13 PM
Post Re: How to use build_select_field
Alex 4118 Sep 30, 1999, 6:32 AM
Post Re: How to use build_select_field
Fortune 4117 Oct 3, 1999, 7:34 AM
Post Re: How to use build_select_field
pugdog 4137 Oct 3, 1999, 5:20 PM
Post Re: How to use build_select_field
Fortune 4120 Oct 3, 1999, 6:09 PM
Post Re: How to use build_select_field
Alex 4095 Oct 3, 1999, 8:24 PM
Post Re: How to use build_select_field
dearnet 4093 Oct 4, 1999, 2:43 AM
Post Re: How to use build_select_field
Fortune 4119 Oct 4, 1999, 7:00 AM
Post Re: How to use build_select_field
Alex 4118 Oct 4, 1999, 10:24 AM
Post Re: How to use build_select_field
Fortune 4095 Oct 4, 1999, 10:40 AM
Post Re: How to use build_select_field
Fortune 4083 Oct 4, 1999, 7:44 PM
Post Re: How to use build_select_field
pugdog 4100 Oct 4, 1999, 8:37 PM
Post Re: How to use build_select_field
Fortune 4088 Oct 5, 1999, 4:38 AM
Post Re: How to use build_select_field
Fortune 4089 Oct 5, 1999, 5:59 AM