Gossamer Forum
Home : Products : DBMan SQL : Discussion :

Re: [jaspercram] I see hidden fields

Quote Reply
Re: [jaspercram] I see hidden fields In reply to
also same problem and the manual does not tell you how to fix it. anyway i have asked to the support stuff and still without a reply about it.

also when and add or modify is success i am getting the id numbers that show and not the real names of field i added or modify, can you tell me how to fix this? if you do...

thanx

also using the global

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>


this is the error in the form:

Error: Variable 'build_select' is not a code reference
KevinW ANDRE
webmaster@cyberbrickell.com
Subject Author Views Date
Thread I see hidden fields jaspercram 11688 Oct 14, 2002, 4:07 AM
Thread Re: [jaspercram] I see hidden fields
timbo 11319 Aug 28, 2003, 8:36 AM
Post Re: [timbo] I see hidden fields
ecamty 11277 Sep 3, 2003, 11:10 AM
Thread Re: [jaspercram] I see hidden fields
YoYoYoYo 11319 Sep 3, 2003, 11:50 PM
Thread Re: [YoYoYoYo] I see hidden fields
timbo 11269 Sep 14, 2003, 2:30 AM
Post Re: [timbo] I see hidden fields
jai 11227 Sep 16, 2003, 4:10 PM
Thread Re: [YoYoYoYo] I see hidden fields
kevinws 11265 Sep 15, 2003, 1:03 PM
Thread Re: [kevinws] I see hidden fields
jai 11234 Sep 16, 2003, 3:57 PM
Post Re: [jai] I see hidden fields
kevinws 11213 Sep 17, 2003, 6:50 AM
Thread Re: [jai] I see hidden fields
kevinws 11208 Sep 17, 2003, 2:36 PM
Thread Re: [kevinws] I see hidden fields
kevinws 11222 Sep 17, 2003, 2:47 PM
Thread Re: [kevinws] I see hidden fields
jai 11241 Sep 17, 2003, 4:38 PM
Thread Re: [jai] I see hidden fields
kevinws 11206 Sep 18, 2003, 8:10 AM
Thread Re: [kevinws] I see hidden fields
jai 11218 Sep 18, 2003, 3:56 PM
Thread Re: [jai] I see hidden fields
kevinws 11183 Sep 19, 2003, 6:39 AM
Post Re: [kevinws] I see hidden fields
TIF 10703 Apr 3, 2006, 8:05 PM
Post Re: [jaspercram] I see hidden fields
kevinws 11244 Sep 15, 2003, 1:07 PM