macromedia.coldfusion.getting_started
[Top] [All Lists]

Re: cfgridsortcolumn

Subject: Re: cfgridsortcolumn
From: "Dan Bracuk" <webforumsuser@xxxxxxxxxxxxxx>
Date: Thu, 31 Jul 2008 19:04:57 +0000 (UTC)
Newsgroups: macromedia.coldfusion.getting_started

Scope your variables here:
 <cfif gridsortcolumn neq "" or gridsortdirection neq "">
                                ORDER BY        #gridsortcolumn# 
#gridsortdirection#
                        
 Also, what do you think will happen if one of those variables is an empty 
string and the other is not?


<Prev in Thread] Current Thread [Next in Thread>