| Thread | Last Post | Replies |
|
| CFFTP Not Working!!!! | 11 Aug 2005 17:49 GMT | 2 |
We're on ColdFusion MX and the CFFTP tag worked GREAT on coldfusion 5. We swiched to MX and started having all sorts of problems with the tags!!!!! Here's the code we're using: <CFFTP ACTION="Open"
|
| cfdocument - memory error | 11 Aug 2005 17:45 GMT | 3 |
I have created an html page which loops over multiple students and generates a schedule for them. It breaks to a new page using a documentsection with a footer for each student schedule for the pdf or flashpaper report. If i remove all of the document items, it prints the html ...
|
| finding number of a specific weekday between date | 11 Aug 2005 15:55 GMT | 1 |
I am trying to find out how many specific weekdays are between two dates. If date1 is a TUESDAY like Aug 9, 2005 and date 2 is a THURSDAY like Sep 15, 2005 I need to know how many TUESDAYS (including date1) there are by date2.
|
| FORM FIELDS LIKE ARRAY | 11 Aug 2005 04:01 GMT | 1 |
I have a form like the following. The point of it is to be able to edit multiple records at the same time on the same form. I can not read the varibles that uses the format []. Is there a way to read them as a array without usesing the Form.FieldNames? I get the error: You have ...
|
| A better way to write this code | 11 Aug 2005 01:35 GMT | 1 |
Hey everyone, I have this code to select a persons avatar from the users database, and put it next to their rant which is pulled fromthe rant database. My code right now involves looping through a query, with another query inside of it, and a query in a loop is just plain bad for ...
|
| Concurrency | 11 Aug 2005 00:22 GMT | 1 |
Hi , I have two people trying to access the record. Person one selects the record and changes the fields to update. The record is not locked. The second person selects the same record for update and the first person has not yet commited
|
| Java CFX returned Query oddity | 10 Aug 2005 23:26 GMT | 3 |
I've been working on a Java CFX tag that returns a Query to the page. For some reason it does not respond to grouping in cfoutput and when I try to do a Q of Q it errors out saying it is not a valid data type. I'm using CFMX 7 and the only thing I found with this error is around ...
|
| writing large files best practice? | 10 Aug 2005 22:07 GMT | 18 |
All, I have to write to a file of variable length. In most cases this file will be small, just a couple of hundred kilobytes, but on occasion, the file will need to be a dump of several hundred thousand rows of information(i.e several megs
|
| force download of generated XML file | 10 Aug 2005 21:17 GMT | 7 |
i have a template which generates an xml file on the server and displays a link to that generated file so the user can download it. problem is that when the user clicks on the link, it opens in the browser instead of prompting them to download it. now i know this sounds dumb, ...
|
| Insert Pipe-Delimited List into Query | 10 Aug 2005 19:54 GMT | 4 |
I have a pipe-delimited list that always contains 21 fields per record, and the list will also have more than one record. I would like to loop through this list inserting each record into the database (21 fields seperately), then move on to the next record until the end of the ...
|
| CFMAIL - including mailto link within body | 10 Aug 2005 19:42 GMT | 2 |
This is the standard mailto syntax <a href = "mailto:name@email.com">Displayed Name</a> but when I use it in a <CFMAIL> it displays literally
|
| automatic polling of dealer inventory | 10 Aug 2005 18:48 GMT | 3 |
Can anyone help me with being able to update car dealers inventory automatically with data and photos. Is there any program that can do this? does anyone know anyone that knows about this or can steer me in right direction.
|
| listGetAt Problem | 10 Aug 2005 17:25 GMT | 4 |
I am reading a comma delimited file from an external souce that I have no control over the formatting of. Each record in the CSV contains several fields, a mixture of number, text and boolean values.
|
| Dynamic Table Problem | 10 Aug 2005 16:48 GMT | 3 |
I have three tables. Table 1 - Lists my products groups , each with a unique products code, and details of the product Table 2 - Lists Customers and their account names and details
|
| Form date format validation | 10 Aug 2005 16:10 GMT | 1 |
I'm using dreamweaver with coldfusion. I've got a form with has a date entry where the format should be i'e 01-Jan-01. How can i set up this form date format entry validated , before the form input will be loaded onto the database.
|