| Thread | Last Post | Replies |
|
| Pie Chart Error | 29 Jun 2007 23:21 GMT | 2 |
My recently upgraded 7.0.2 MX Enterprise edition is causing the famous null null error when generating cfcharts with a chart type of PIE. It works with a chart type of line or bar. I'm trying the upmost basic examples, no dynamic data, and it's erroring. Is there an update for ...
|
| CF Upgrade 7.0.0 to 7.0.2 | 29 Jun 2007 21:54 GMT | 2 |
We are in the process of upgrading CF MX 7.0.0 to 7.0.2 in Windows 2003 server. Based on the release notes link for 7.0.2(http://www.adobe.com/support/documentation/en/coldfusion/mx702/cf702_relea senotes.html), we understood that 7.0.1 needed to be installed first.
|
| CFMX7 slow restart and not starting on reboot | 29 Jun 2007 21:45 GMT | 1 |
We are running Windows Server 2003 with CFMX7. We have been having major performance issues for some time. I made some configuration changes which have helped reduce the number of times CF hangs on us however we still get issues like our Application pool in IIS mysteriously get ...
|
| cffile reading to find URLs | 29 Jun 2007 19:23 GMT | 3 |
new problem. I am reading a file to locate a specific URL variable/value then I want to grab that URL and shoot it through a loop. Here is some sample data...
|
| QoQ and ANSI SQL Operator "IN" | 29 Jun 2007 18:48 GMT | 4 |
Howdy, I'm trying to get a query subset based on a specific value existing in a "list" field of the main query. Please see code. Is it possible to test for that value in the list as I show in the code? I've already tried it and it
|
| Missing Form Variables | 29 Jun 2007 16:55 GMT | 3 |
We have a login form with two fields (login/password), when some users hit submit, the processing page says that no login or password field was submitted; form.fieldnames isn't defined either. This occurs in IE 6/7 and Mozilla 2.0.0.4 on multiple machines. Clearing cookies and ...
|
| cffile destination error | 29 Jun 2007 11:23 GMT | 6 |
I've tried to hard code the cffile destination, originally it's a variable, and I'm still getting the error msg: "The value of the attribute destination, which is currently "D:\INETPUB\skyhead\learnlang\yiddish\Lesson 2\", is invalid."
|
| randomly assign 20 elements to 30 available rows | 29 Jun 2007 08:22 GMT | 1 |
we have 20 words we have 3 rows of 10 cols (in each row, the 10 cols are dynamicly generated with a cfloop from 1 to 10) i was wondering if there's an "easy" way to randomly assign our 20 words over
|
| directory name field query | 29 Jun 2007 05:25 GMT | 1 |
I'm doing... <cfdirectory directory="#methodsPath#" name="dir_methods" filter="*.cfm"> <cfset list_methods = ValueList(dir_methods.Name)> and am looking for a 'simple' method of separating the file from its extension
|
| Invoking A Method in onApplicationEnd | 29 Jun 2007 04:15 GMT | 1 |
Has anyone else ever had a problem invoking a method from another component within onApplicationEnd I used cftry to catch the error: coldfusion.xml.rpc.CFCServlet cannot be cast to coldfusion.runtime.CFPage
|
| cfquery | 29 Jun 2007 03:47 GMT | 3 |
I'm trying to insert data with cfquery. The cfquery code is attached. I get this error when i run the file and try to insert something: Number of query values and destination fields are not the same. The error occurred in E:\Domains\domain\wwwroot\admin\upload.cfm: line 21
|
| Webservice woes | 29 Jun 2007 02:41 GMT | 1 |
I'm attempting to consume a 3rd party webservice, but I'm running into all sorts of problems. I've tried everything I can find on here and on the 'net to get this working, but it's not happening for me. I'm getting everything from 'could not generate stub objects' to 'service ...
|
| cfform and validation | 28 Jun 2007 22:37 GMT | 2 |
My forms were working fine and if you tried to contine without a username or the email was not formed properly etc..the form would halt... now..it just continues on as if there was no validation...I had no changed any code in the form...it just stopped working.
|
| Check for Colon in Form Field | 28 Jun 2007 22:10 GMT | 3 |
I have a form with 10 time fields. I need the user to input the time in military format like this 12:16. The problem is users are entering the time WITHOUT THE COLON and its causing problems.
|
| Read Excel in CF | 28 Jun 2007 21:07 GMT | 1 |
I've done a lot of online searching and have found a lot of references, but not a good one that explains how to read an excel file in CF MX 7. I've attempted to do it myself If anyone has any good/working solutions, with examples of code used in a CF
|