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

Re: [LanceWilson2] Error in Simple Tag lookup??

Quote Reply
Re: [LanceWilson2] Error in Simple Tag lookup?? In reply to
Try this:

sub {
my $DrType = shift;
my $table = $DB->table('Select_Entries');
my $sth = ""; my $key = "";
if ($DrType eq "PTherapy") {
......
}
}

Now, you can use <%global_name($DrType)%>

Hope that helps.

TheStone.

B.
Subject Author Views Date
Thread Error in Simple Tag lookup?? LanceWilson2 8814 Sep 5, 2005, 2:01 PM
Thread Re: [LanceWilson2] Error in Simple Tag lookup??
604 8646 Sep 7, 2005, 10:04 AM
Thread Re: [TheStone] Error in Simple Tag lookup??
LanceWilson2 8650 Sep 7, 2005, 10:34 AM
Thread Re: [LanceWilson2] Error in Simple Tag lookup??
604 8649 Sep 7, 2005, 10:43 AM
Post Re: [TheStone] Error in Simple Tag lookup??
LanceWilson2 8678 Sep 7, 2005, 10:46 AM
Post Re: [TheStone] Error in Simple Tag lookup??
LanceWilson2 8637 Sep 8, 2005, 7:45 PM