Hi, I'm trying to mimic the TGML code on here or in UBB -- but I'm having a problem with Regular Expressions matching too much, I thought that the engine would find the first match of an occurence and match it, however it's going to the end of the string .+ and doing the replace there. For...
Using, Flash MX, creating a randomly generated tree. Seems like my math is just funky. it's creating most of the tree fine, but on some degrees, the branches don't get created right. You can view the fla file here: http://www.404404.com/flash/dantree.html .
You'll see that some of the branches...
is there a way to create a mapping within application.cfm? The client I'm working for has two development projects on one server, with /templates/ on one IP mapped to one drive, and I'm trying to get /templates/ on another IP with /templates/ mapped to another area. Has anyone dealt with a...
hi, i have a script that calls a recordset, and I want to print the recordset value, but it won't allow me to call multiple properties in one go, I have to set a variable, then set another, to get to the third level properties. Is there a way to do this is CF? For example, I want to call...
How do I call a recordset field with the JS in CFScript? I tried oRs.Fields["RowName"].value but it didn't work? Any help? My code is below ...
<CFOBJECT TYPE="COM"
ACTION="CREATE"
CLASS="ADODB.Connection"
NAME="oConn">...
I was wondering how I would go about creating a search query that allowed for an AND or OR. I've seen it on many search engines, but I can't get the logic right when searching multiple fields. Is there a way in SQL to dp "where columnname1, columname2 like '%string%' and columnname1...
For some reason I can't get session management to work - i declared the session variable, i even put the cfapplication tag on every page, and my settings in the admin area are correct(i believe). Here's my code:
(login.cfm)
<CFAPPLICATION NAME="Security_Test"...
I'm new to CF, and would like to know what the equivalent operator to C++'s != or VB's <> is in CF.
I've tried:
<CFIF variable is not "">
but that doesn't work. I've looked for docs everywhere, but can't find it. I know this is simple ... any help?
dan
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.