| Thread | Last Post | Replies |
|
| Vspider commands | 30 Jun 2008 20:29 GMT | 2 |
Does anyone know where I could get the list of Vspider commands & how to use them? I need to index documents outside of Coldfusion server. Thanks, Andy
|
| Enable / Disable cfform validation. | 30 Jun 2008 18:43 GMT | 8 |
I am using cfform for a CC payment form, and validating the CC number etc.. with the cfform "validate=credicard" paramater. This is all fine as usual. I have a toggle in my form to show or hide particular fields depending on a radio button selected (Pay CC or Bank Tfr). If the ...
|
| Regular Expression Help | 30 Jun 2008 14:04 GMT | 5 |
I am trying to validate an input field using Regular Expression. I have gotten regexp to work great for me in the past, including things like dates, email addresses and such, but this one is kicking my butt. From what I have read, this pattern should work:
|
| onSessionEnd | 29 Jun 2008 07:26 GMT | 2 |
It's possible to get onSessionStart/End events working in the application.cfm? I added the example but nothing happens... Any ideas?
|
| CF8, SSL, cfhttp and clientCert issue | 29 Jun 2008 01:16 GMT | 2 |
I was excited to see that CF8 allowed you to pass a clientCert in cfhttp. Conveniently, I needed to do this to integrate with a credit company. But it doesn't appear to work. In fact, cfhttp is 'undefined' when using it with clientCert.
|
| How to set a CFCOOKIE without a page reload? | 28 Jun 2008 10:36 GMT | 8 |
Is there a way to set a CFCOOKIE without a page reload when a user clicks a button/link/whatever? For example, an 'Add to cart' link. Thanks!
|
| Getting an alert to work | 27 Jun 2008 16:50 GMT | 2 |
I have come to realize that I can use the session to check for an new message alert. What I have done is set it up when a user sends a message to another user it updates the new_msg column by putting alert. I setup an if statement with the session and realized it hasn't work. ...
|
| prepend a row | 27 Jun 2008 06:10 GMT | 2 |
How to you prepend a blank row to a binded query before the function returns the query?
|
| Problem submitting cfform | 26 Jun 2008 20:34 GMT | 5 |
I have a cfform with a cftree in it: cfform name="myform" format="HTML"> <cftree name = "LocationChooser"format="applet" required = "no"
|
| Removing carriage returns | 26 Jun 2008 15:41 GMT | 3 |
I am trying to import an 8 column .csv file into my database unfortunately column 7 has a carriage return at the end which causes CF to throw the error, "Incorrect number of columns". How do I get rid of the carriage returns during import?
|
| The system has attempted to use an undefined value, which usually indicates a programming error, either in your code or | 26 Jun 2008 06:24 GMT | 23 |
I have taken the cfdump for tmpqry and it shows all data for the range ( No error at this step ) . But when we exceute this dbquery we get below mentioned error . <cfquery name="qry" dbtype="query" >
|
| XML declaration error | 25 Jun 2008 17:06 GMT | 1 |
I am getting error message, Cannot find the declaration of element 'Reports. What does that mean?
|
| Problem submitting cfform | 25 Jun 2008 16:32 GMT | 1 |
I have a cfform with a cftree in it: cfform name="myform" format="HTML"> <cftree name = "LocationChooser"format="applet" required = "no"
|
| Default delimiter | 25 Jun 2008 07:40 GMT | 1 |
Can I change the default delimiter for array and list functions in configuration file? I don't want to use the delimiter as parameter in function.
|
| <cflocation to a file located 'above' the httpdocs folder | 24 Jun 2008 23:21 GMT | 7 |
hi guys, i got a tricky one here... users can upload word documents (.doc) to my server (using cffile). the idea is to only allow certain users access to those documents, therefore i am thinking that storing them 'above' the httpdocs folder is probably a wise
|