Gossamer Forum
Home : Products : DBMan SQL : Discussion :

Re: [jai] I see hidden fields

Quote Reply
Re: [jai] I see hidden fields In reply to
this is the global i need to use and is not working

i got this error: Error: Variable 'build_select' is not a code reference Frown

i sent this to gossamer support but thet did not sent me reply about

sub {
my $table = shift;
my $results = $DB->table($table)->select()->fetchall_hashref;
return { loop_select => $results };
}


i got this error when including in my form this

<%build_select('table_name')%>
<select name="select_name">
<%loop loop_select%>
<option value="<%column_id%>"><%column_description%></option>
<%endloop%>
</select>

i dont know what i am doing worng if so, you send me how to make a select field and works but i need to use this global because my fields in this tables are in relation with others that content the information and make the dropdown from those tables contents in this.

for examples i have the table that user will use for adding records modify etc... these contents

and every field are dropdown from another table content field. i cant get the global work! do you know can you give some sample with the phonec_id for example?

thanx Unimpressed

prate_id

phonec_id - taken from another table

contryf_id - taken from another table

contryt_id - taken from another table

cityt_id - taken from another table

value_id - taken from another table

phone_minutes
KevinW ANDRE
webmaster@cyberbrickell.com
Subject Author Views Date
Thread I see hidden fields jaspercram 11681 Oct 14, 2002, 4:07 AM
Thread Re: [jaspercram] I see hidden fields
timbo 11312 Aug 28, 2003, 8:36 AM
Post Re: [timbo] I see hidden fields
ecamty 11270 Sep 3, 2003, 11:10 AM
Thread Re: [jaspercram] I see hidden fields
YoYoYoYo 11312 Sep 3, 2003, 11:50 PM
Thread Re: [YoYoYoYo] I see hidden fields
timbo 11262 Sep 14, 2003, 2:30 AM
Post Re: [timbo] I see hidden fields
jai 11219 Sep 16, 2003, 4:10 PM
Thread Re: [YoYoYoYo] I see hidden fields
kevinws 11258 Sep 15, 2003, 1:03 PM
Thread Re: [kevinws] I see hidden fields
jai 11227 Sep 16, 2003, 3:57 PM
Post Re: [jai] I see hidden fields
kevinws 11206 Sep 17, 2003, 6:50 AM
Thread Re: [jai] I see hidden fields
kevinws 11201 Sep 17, 2003, 2:36 PM
Thread Re: [kevinws] I see hidden fields
kevinws 11215 Sep 17, 2003, 2:47 PM
Thread Re: [kevinws] I see hidden fields
jai 11234 Sep 17, 2003, 4:38 PM
Thread Re: [jai] I see hidden fields
kevinws 11199 Sep 18, 2003, 8:10 AM
Thread Re: [kevinws] I see hidden fields
jai 11211 Sep 18, 2003, 3:56 PM
Thread Re: [jai] I see hidden fields
kevinws 11175 Sep 19, 2003, 6:39 AM
Post Re: [kevinws] I see hidden fields
TIF 10696 Apr 3, 2006, 8:05 PM
Post Re: [jaspercram] I see hidden fields
kevinws 11236 Sep 15, 2003, 1:07 PM