| Thread | Last Post | Replies |
|
| CFC in Application Scope Looping Index | 04 May 2005 06:38 GMT | 3 |
I am getting an 'outofbounds' errors in cfc's that I have in application scope. This occurs in loops and is logically impossible to happen. Can anyone tell me if the variables in functions in a CFC stored in application scope are not local to that function and/or request?
|
| Exception Error | 04 May 2005 03:59 GMT | 3 |
Hi.. my cold fusion application server return this error: An exception occurred when instantiating a Com object. The cause of this exception was that: java.lang.IllegalArgumentException: Argument is not a COM
|
| Problem with function ListGetAt | 04 May 2005 00:46 GMT | 3 |
I have written the code for a DB driven image viewer. It is pretty simple. I am having a problem with my navagtion going to the previous and next links. The times when I have a problem is when I am on the number 2 in my list I don't see the previous link to get me to number 1. ...
|
| Assign Array with Dynamic Variable Names | 04 May 2005 00:31 GMT | 3 |
I have an 2 dimensional array that I want to assign to an 1 dimensional array with a dynamic Variable Name. I can set the newarray function, but I can not get the syntax right to assign the array: 2d array - flag [element1] [element2]
|
| cfchart - no longer working cfmx 6.1 standard IIS6 2003 standard - URGENT HELP REQUIRED | 03 May 2005 21:28 GMT | 6 |
Hi, for some reason our cfchart tag is no longer generating flash charts.... the web page just sits there waiting for the flash file but nothing appears - the chart gets created in the cache folder but does not display, this has affected all our sites that run cfchart and is an ...
|
| Dealing with application/pdf | 03 May 2005 16:05 GMT | 1 |
All right, so you can build interactive forms in Acrobat that a user can fill out in their browser and then submit to the server. There are a couple of ways to submit ... you can just POST any fields that exist in the form and then they show up as standard FORM variables, or you ...
|
| cfhttp error "Invalid column header" | 03 May 2005 15:42 GMT | 2 |
I got a very simple csv file name "test.csv" which has from,to,email test,test,"test,test" My code
|
| cf structure and unicode data | 03 May 2005 15:18 GMT | 3 |
Has anyone tried storing unicode characters in a cf structure? I have a structure in which I'm trying to store Japanese unicode characters and always get ??? when I dump the values. I can't seem to find a charset property or anything. Is this just a limitation of structures? ...
|
| CFMAIL Send Limit? | 03 May 2005 13:24 GMT | 2 |
CFMAIL has been sending to only a partial list of recipients. I have tried two methods for sending mail, both using a function. In the first I looped through the list of recipients sending each a separate email.
|
| Problem with an Update on a table. | 03 May 2005 10:23 GMT | 1 |
I have been using this query for sometime now. For some reason it doesn't want to work anymore. I have gone through to check my fields in the 2 access table to make sure that they are the same. This is the error message that I get. Error Occurred While Processing Request
|
| Creating Excel worksheets | 03 May 2005 09:04 GMT | 1 |
Hi, I need to create dynamic excel worksheets using coldfusion. Using cfcontent tag, we can create single worksheet. But my requirement is, i need to create dynamic worksheets under single workbook.
|
| Help PLEASEEEEEE With CurrentRow Issue | 03 May 2005 05:35 GMT | 1 |
I would like to display 6 records in row then go to the next row. I would like to do this without using a table. I would also like to me able to drop the hyphen - after the 6th record and the last row. I am working with a table now. I would like to discard the table. Here is my ...
|
| Using cfloop to intialize variables | 02 May 2005 21:56 GMT | 4 |
In trying to intialize a number of variables, I wanted to use an index loop, using the following: <cfloop index="i" from="1" to="29"> <cfset Q#i#1 = 0>
|
| using ASP.NET WEB SERVICE in ColdFusion | 02 May 2005 19:59 GMT | 7 |
html> <body> <cfinvoke webservice="http://10.16.16.69/Webservice9/service1.asmx?wsd"
|
| CF 7 | 02 May 2005 18:02 GMT | 1 |
I have installed the new CF 7 server and everthing is running well. I am likeing the new server a lot. We are going from 5 to 7. Lots of new functionality here. I watched the demo for the CF7 server from Macromedia and it says we can now connect to other machines with a TCP ...
|