| Thread | Last Post | Replies |
|
| image resizing | 31 Mar 2006 23:56 GMT | 5 |
hi i have a image upload area, is there some coldfusion code that i can use to resize image when there are uploaded?
|
| Help with query using dates | 31 Mar 2006 22:24 GMT | 1 |
I am trying to select records based on a date range, this is the query, it doesn't like the format of the form variables. <cfquery Name="Requests" Datasource="#AuditSoftDSN#"> SELECT *
|
| .txt file upload in coldfusion ...help | 31 Mar 2006 21:33 GMT | 2 |
I have an excel sheet that I saved as a tab delimited file. When I upload the file the output comes out unformated. Instead of being lined up (like its saved) a
|
| How do we get needed XML styles to work with CFChart | 31 Mar 2006 19:22 GMT | 8 |
The Webcharts 3D designer (shipped with Coldfusion) has exactly the kind of chart we need (Statistical histogram). Great! :D See the XML, below. However, when we try to use this XML style, we get 'The chart type specified in the style is not a supported ColdFusion chart ...
|
| Producing static version of pages... | 31 Mar 2006 17:25 GMT | 1 |
Is there a generally accepted best way to create static versions of dynamic Cold Fusion pages, e.g. using flash paper etc.? I just need a way of producing a static .htm version of a dynamically built page each time it is viewed (no PDFs)
|
| XML illegal char error in coldfusion | 31 Mar 2006 15:54 GMT | 1 |
Need help ! I am passing XML file as input variable to my webservices steps 1)<cffile action="READ" file="C:\ROR_CFC\input\contacts_u_dev.xml"
|
| Check is session structure exists | 31 Mar 2006 15:30 GMT | 5 |
How do you check to see if the session structure itself exists?
|
| Updating Database | 31 Mar 2006 09:35 GMT | 8 |
Hi, I hope someone could help me because I have no clue how to fix this problem and I'm in need of some assistance. Heres the situation, I have a form and in the form i have checkbox and
|
| Uploading Files | 31 Mar 2006 09:30 GMT | 1 |
First off, many thanks to those people who have answered my questions in the last couple of weeks. ITs been an enormous help and keeps me in check about what exactly I'm capable of. I have another question so I'll take the liberty of asking it.
|
| problem inserting/format "date" | 31 Mar 2006 07:55 GMT | 2 |
I have made a script that uploads a csv file into a database table. De data is directly inserted in a temporary table. The second step is then after uploading it in the temporary table to insert the data into another table. However I have a date field in the other table and the ...
|
| CFC vs Custom tag in Cluster | 31 Mar 2006 05:34 GMT | 3 |
If I run a clustered environment that is likely to access the same tags at the same time, write variables and files, I have to lock it with CFLOCK I guess? If I use a CFC, will each server in the cluster run their own instance of the component and I only have to loch the creation ...
|
| form update | 31 Mar 2006 05:14 GMT | 4 |
i have a form action page with the code below to update my table what i need is if one of the text fields are left blank to enter a null value at the min i get a syntax error <cfquery datasource="Cricket">
|
| Putting data into a temporary table | 31 Mar 2006 05:03 GMT | 6 |
I have a recordset that gets numbers from a text. Is there anyway I put this data into an array and change the data type from text to number.
|
| CFC not returning XML | 31 Mar 2006 03:22 GMT | 1 |
I am writing a function with in my cfc that I am using to return xml. The test code outisde of my function works perfectly, however when I put the code with in my function the I get this error. XML Parsing Error: xml declaration not at start of external entity
|
| Html page stored in Mysql database | 31 Mar 2006 02:59 GMT | 1 |
I have some data from a website stored in a MYSQL database. Instead of <cfoutput> formatting the text into html it just displays <div id="rightcontent"> <CENTER>
|