As far as I know, you can't use named positions when doing a bind. You have to use positional arguments. Again - afaik.
On 8/23/07, Jaysheel Bhavsar <[EMAIL PROTECTED]> wrote: > hey guys I have being trying to use cfgrid to display my information and I > have run into several problems I have attached my code. > > here my get2 function needs some arguments to query the data. The way I am > calling my get function right now it does not work. I get an error that > library or any of the other variables that I am passing to get can't be found. > > Secondly for my column Seq. Name I need each cell value to be a link to > another page. But I need my link to contain the sequenceId (i.e: my link > should look like this. <a href="/path/to/page.cfm?sequenceId=#id#>name</a>). > How do I accomplish this task in cfgrid. > -- =========================================================================== Raymond Camden, Camden Media Email : [EMAIL PROTECTED] Blog : www.coldfusionjedi.com AOL IM : cfjedimaster Keep up to date with the community: http://www.coldfusionbloggers.org ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get involved in the latest ColdFusion discussions, product development sharing, and articles on the Adobe Labs wiki. http://labs/adobe.com/wiki/index.php/ColdFusion_8 Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286969 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

