Gossamer Forum
Home : Products : DBMan SQL : Development, Plugins and Globals :

Re: [sdsouza] problem executing ther global

Quote Reply
Re: [sdsouza] problem executing ther global In reply to
You should change the script a bit:

sub {
my $tags = GT::Template->tags;
my $accountid = $tags->{AccountID};
my $table33 = $DB->table('tblClients');
my ($clientid) = $table33->select ({AccountID => $accountid}, ['ClientID'])->fetchrow_array;
return $clientid;
}

Ensure that there is no space in <%global_name%>

TheStone.

B.
Subject Author Views Date
Thread problem executing ther global sdsouza 3594 Oct 21, 2003, 5:55 PM
Post Re: [sdsouza] problem executing ther global
604 3493 Oct 22, 2003, 10:45 AM
Post Re: [sdsouza] problem executing ther global
jai 3483 Oct 22, 2003, 4:19 PM