| Thread | Last Post | Replies |
|
| SESSION and browser close | 01 Apr 2005 00:08 GMT | 2 |
I have written a shopping cart application which kills all SESSION vars when the browser is closed. However, despite it working correctly on my local development server, once uploaded to thte live environment, it maintains the SESSION which, in a shoppingcart application provides ...
|
| CFSearch help | 31 Mar 2005 22:47 GMT | 3 |
I just want to get CFSearch to return SOMETHING! I hate sounding like a whiner who doesn't read the documentation - I have. I've done the tutorials http://tutorial121.easycfm.com/ and another one somewhere where the code didn't work...
|
| NT Authentication | 31 Mar 2005 22:31 GMT | 1 |
I have an LDAP connection that is working. I would like to catch a persons NT Login '<domain>\<login>' and then use that to query the Ldap information. Thus removing the need to fill out you name evey time you use some of my forms.
|
| Combining Verity with Query of Queries | 31 Mar 2005 22:07 GMT | 1 |
Verity is capable of very powerful text searches and indexing, but it only returns Key, title, and decription. I'm working on an e-commerce site and for a project I'm working on, I would like to take the query returned by cfsearch and join it with a query of the rest of the ...
|
| Radio Button to change Form Fields | 31 Mar 2005 21:39 GMT | 2 |
I am looking for code to do the following: I have a Radio Button Called MonthQuarter. With Quarter checked by default. I also have a form selction field which shows Months or Quarters Depending on the Radio button
|
| unknown exception condition - CFPOP | 31 Mar 2005 21:18 GMT | 2 |
Hello. I am having a problem with a CFPOP tag. It works fine until I get to the point of a certain email. Here is the gist of my code: <cfpop action='GetHeaderOnly' name='getmessages' server='mail.here.com' username='help@here.com' password='11111' maxrows=10 ...
|
| checking for values | 31 Mar 2005 20:51 GMT | 2 |
hi. i'd like to perform a check on some values. these values are being populated into a structure that i'm then returning to flash. here's how it's currently set up: <cfscript> inventory[counter]['visits_total'] = visits_total; inventory[counter]['time_total'] = time_total;
|
| Session Variables randomly changing | 31 Mar 2005 20:24 GMT | 1 |
Please help! I have an application running fine, the users can login, logout etc and at the moment, im using cfdump to show the session and application variables just so i know what is going on, but ive encountered a problem and i really do not know
|
| CFMX7 and Excel | 31 Mar 2005 16:21 GMT | 1 |
Hi! I'd be grateful if someone could please tell me if there exists a way for CF to parse through an Excel Sheet. I want to read an excel sheet and extract data found at some columns and then insert those data in a table. Is there a way to do it and what's the best solution for ...
|
| Multiple User Login on different PC's | 31 Mar 2005 14:57 GMT | 1 |
Ive more or less got this sorted now, im just having trouble with one small bit. Basically, when someone is logged in on one machine, and they try to log in on another, the system detects this and tells the user that they cannot log in on
|
| Error consuming web service | 31 Mar 2005 10:16 GMT | 1 |
I was receiving a timeout error trying to consume one of my web services, so I decided to try a public one...BabelFish. I get the same error. I tried several other web services listed at xmethods.net and I get the same thing. Here is the error:
|
| Problem with ColdFusion MX 7 Adminstrator | 31 Mar 2005 08:07 GMT | 3 |
I have defined two path in the page "JAVA and JVM" of ColdFusion MX 7 Adminstrator : D:\tmp\banqueMetier.jar, D:\tmp\ After restarting ColdFusion Service, i can access to classes in the jar
|
| Performing a "loose" search | 30 Mar 2005 23:43 GMT | 3 |
I'm trying to build a simple and "loose" search engine that will, for example, find "computer" if the user searches for "computor". The search is to be performed on a database, not full text. I've managed to accomplish this using the Verity search with the <TYPO> operator. The ...
|
| SOAP Digital Signatures for Web Services | 30 Mar 2005 23:39 GMT | 4 |
I'm fairly new to CF, but I'm trying to develop an application that invokes a web service. I'd like to be able to digitally sign the SOAP message that is sent to the web service using an X509 Certificate to ensure the message's integrity. I know
|
| Html to excel (advanced) | 30 Mar 2005 23:31 GMT | 2 |
I know how to add the following code to the top of the a .cfm file in order to put the code in an excel format. <!--- These two lines are what put this into an excel spread sheet format---> <CFHEADER NAME='content-disposition' VALUE='attachment; filename=results.xls'> <!--- Set ...
|