| Thread | Last Post | Replies |
|
| CFHTTP and CSV files | 03 Feb 2005 12:41 GMT | 1 |
I'm building a query using CFHTTP that is extracting data from CSV files. The CSV files are conversions from XLS files that the users are filling out offline and submitting to the system. There are 65 columns and up to 70 rows per XLS/CSV. The users are only filling out the cells ...
|
| Querying a query inside a query? | 03 Feb 2005 12:23 GMT | 2 |
I have a table named orders and a table named users. When an order is added to orders it gives the users name. Now what I need to do is pull up a list of orders depending on who the users supervisor is but there are more than one user with the same supervisor. I'm puzzled as ...
|
| disabling CF in certain folders | 03 Feb 2005 11:48 GMT | 2 |
I am using CFMX. In my cgi-bin I have a script that converts pages to a text only version on the fly. The problem is that the url that calls this script goes along the lines of '/cgi-bin/parser.pl/0005/www.mysite.co.uk/est-list.cfm' This immediately throws a 'file not found' ...
|
| ASP-CFcookies and encoding issue | 03 Feb 2005 11:46 GMT | 6 |
Post in http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=3&th readid=952295&enterthread=y it may be better off here.
|
| Spaces in Table Fields | 02 Feb 2005 21:44 GMT | 5 |
I am currently trying to integrate a SQL database table into a ColdFusion/Dreamweaver application, and the Table Field names have spaces between the words in the name. According to everything I've learned/read about Coldfusion, it will not take spaces in the field names.
|
| Random Lockups with IE | 02 Feb 2005 21:17 GMT | 3 |
Hey all. I know this sounds really vague, but for some reason on some computers running IE my site locks up. Sometimes its when they eneter the mainpage, and sometimes its when they try to login. Has anyone run across something like this? I'll thow my code for my application.cfm ...
|
| cfc's and stored procdures | 02 Feb 2005 18:12 GMT | 1 |
In processing terms is it quicker to use cfc's containing several queries or to call long stored procedures?
|
| CFMail Question | 02 Feb 2005 03:52 GMT | 1 |
:frown; I'm trying to create a page that allows users to fill out a form and then have them email it to me. The tag CFMail will not allow me to use the following code. I'm not pulling
|
| xmltextreader(.net) and coldfusion/proxy server | 01 Feb 2005 20:58 GMT | 3 |
I am an old timer to coldfusion, however I need to upgrade myself to 6.1. I have a quick question. Does coldfusion 6.1 have a process or function simliar to .net's xmltextreader? If so, how difficult is it to navigate through a proxy server.
|
| Redirect Question | 01 Feb 2005 20:37 GMT | 2 |
I have searched and searched for this, and can't find anything about it. I don't know if I am searching for the wrong terms or not. Here is the background info: Very long story a little shorter.... I have a site that tracks program errors that happen on our mainframe system. ...
|
| Too few parameters. Expected 1 | 01 Feb 2005 20:03 GMT | 8 |
Error Executing Database Query. [Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 1. I've looked at various solutions proposed on this and other forums. noen have
|
| cfquery | 01 Feb 2005 18:07 GMT | 4 |
Hi, I've asimple form where users can look up client details. The form has one field called search. I would like this to retrieve any entries with a match in any of the fields (firstname, surname, company). I wrote this cfquery but its not working can anyone spot why? <cfquery ...
|
| Storing cfquery output recordset in one Variable | 01 Feb 2005 18:02 GMT | 2 |
Is there a way to store the results of a query in one variable? For example I have the following output from a query: <cfoutput query='getdata' group='id'> #id# <cfoutput> #data1# - #data2# - #data3# <cfoutput> </cfoutput> Can I store the results generated in a variable or in ...
|
| Is possible to connect to Outlook datas with ColdFusion | 01 Feb 2005 17:53 GMT | 1 |
I have to build a new Contact Management Module for our internal Intranet. This have to be developed in ColdFusion MX. The idea to have a Contact Management System (CMS) remind in the heads of our users since more than 2 years now - as we might say we are a bit late in the ...
|
| product page | 01 Feb 2005 16:45 GMT | 2 |
To all the Gurus out there, please HELP, I have a product page where I am geting the product Thumbnailimage and information from my access DB but my DB is geting large and I would like to display these images and informations in 2 separated columns, at the moment I have one above ...
|