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

Re: How to use build_select_field

Quote Reply
Re: How to use build_select_field In reply to
For the second method, you'll need to create a db object. So do something like:

my $db = new Links: BSQL "$LINKS{admin_root_url}/defs/Links.def";
$tags->{Area} = $db->build_select_field ('Area', $tags->{Area});

(the happy face is a : followed by a D).

Just add these two lines before the load_template.

Cheers,

Alex


Subject Author Views Date
Thread How to use build_select_field Fortune 4281 Sep 29, 1999, 8:13 PM
Post Re: How to use build_select_field
Alex 4202 Sep 30, 1999, 6:32 AM
Post Re: How to use build_select_field
Fortune 4201 Oct 3, 1999, 7:34 AM
Post Re: How to use build_select_field
pugdog 4221 Oct 3, 1999, 5:20 PM
Post Re: How to use build_select_field
Fortune 4204 Oct 3, 1999, 6:09 PM
Post Re: How to use build_select_field
Alex 4179 Oct 3, 1999, 8:24 PM
Post Re: How to use build_select_field
dearnet 4178 Oct 4, 1999, 2:43 AM
Post Re: How to use build_select_field
Fortune 4203 Oct 4, 1999, 7:00 AM
Post Re: How to use build_select_field
Alex 4203 Oct 4, 1999, 10:24 AM
Post Re: How to use build_select_field
Fortune 4180 Oct 4, 1999, 10:40 AM
Post Re: How to use build_select_field
Fortune 4168 Oct 4, 1999, 7:44 PM
Post Re: How to use build_select_field
pugdog 4184 Oct 4, 1999, 8:37 PM
Post Re: How to use build_select_field
Fortune 4172 Oct 5, 1999, 4:38 AM
Post Re: How to use build_select_field
Fortune 4173 Oct 5, 1999, 5:59 AM