Gossamer Forum
Home : Products : DBMan SQL : Discussion :

Re: [afail77] showing a field

Quote Reply
Re: [afail77] showing a field In reply to
You may need the global template below to get the position:

sub {
my $id = shift;
my $rs = $DB->table('positions')->get($id);
return $rs->{position};
}

and <%global_name($id)%>

Hope that helps.

TheStone.

B.
Subject Author Views Date
Thread showing a field afail77 4118 Oct 11, 2005, 6:39 AM
Thread Re: [afail77] showing a field
604 3972 Oct 13, 2005, 2:32 PM
Post Re: [TheStone] showing a field
afail77 3968 Oct 13, 2005, 5:15 PM