| Thread | Last Post | Replies |
|
| Query of Queries (QofQ) Escaped Character Problem | 01 Aug 2007 20:43 GMT | 7 |
I'm trying to run a query or queires (QofQ) and I'm doing a LIKE comparison that looks for bracket characters ([ ]) within a string, however ColdFusion is ignoring the brackets. How can I escape the bracket character? So far I have only been able to escape the percent sign based ...
|
| File for GPS system | 01 Aug 2007 16:14 GMT | 1 |
Is there a way I can create a file of all our offices locations, which can then be downloaded on an individuals GPS system for all our agents ? Please help with any suggestions. Thanks.
|
| Webservice Return Problem | 01 Aug 2007 14:07 GMT | 4 |
Very strange problem and I am about to pull my hair out. I have a series of CFCs that I can call nativley (ie CreateObject("component","mycfc")) and call all the methods on it I want and get data back. When I call some of them via a webservice from a JAVA or .NET
|
| Nuts | 01 Aug 2007 13:47 GMT | 4 |
Hi all. The logic I am trying to implement is not working properly.Could you check my code ? It dropped me nut.. <cfif isdefined("form.add")> <cfoutput>
|
| Session variables expiring | 01 Aug 2007 03:09 GMT | 1 |
I have an application with session variables set up as in the code below. It appears that I am losing my session variables (very intermittent) since I am getting kicked back to the login page. I have noticed that it happens more often when using form buttons to navigate
|