CFCHART value column issue Basically, a value column which should be 0.02, is being displayed as 0.002 on the graph.
1. The database shows 0.02 2. The cfdump of the query shows 0.02 3. Here's how the ba | | 0 | 99 | 3/30/2008 12:40:25 AM |
Rounding... sort of Hello everyone. I am trying to take a number and round it down. For example, I want to change 38 to 30 or 32 to 30 or 59 to 50. Anyone know how to do that?
| | 0 | 86 | 3/29/2008 9:21:05 PM |
Display data in full description! Hello all,
I need to display the column data from a table into cold fusion page. In my database, they use abbreviation alphabet for simple inputs.
For example: table student< | | 3 | 104 | 3/29/2008 3:55:50 PM |
SQL Problem I have spent the last 6 months working on a database system to replace my companies current Microsoft Access database with a coldfusion based one. The backend is still Access and we have pre | | 11 | 94 | 3/29/2008 10:46:11 AM |
Referencing field in a query struct About 5% of the time I get an error 'Element COMPANYSTATUS is undefined in Q.' from the code in SNIPPET 1. Can anyone tell me why I would ever get this error? If the query returns 0 results | | 12 | 108 | 3/29/2008 1:38:00 AM |
More CF8 on Mac woes ... to be cont'd
| | 6 | 126 | 3/28/2008 8:59:01 PM |
CF8 and Flex3 I am interested in developing a Flex3 (AIR) application with a CF backend. I have a good bit of experience with Flash but none with Flex or CF.
My development computer is an intel Mac P | | 5 | 101 | 3/28/2008 7:08:51 PM |
Problems with Dropdown option Hi all,
I am new to coldfusion. I have created a coldfusion page demo.cfm. The page consists of contacts dropdown. The options of this dropdown contains first name,last name,e | | 1 | 97 | 3/28/2008 5:19:21 PM |
Embedding Quicktime Movies in a webpage Hi,
I have a lot of quicktime movies stored on a server.
I'd like to create a page on the fly somehow, so the movie is embedded in the webpage.
Is there something s | | 6 | 135 | 3/28/2008 3:39:06 PM |
Difference b/w a custom tag and cfinclude Hi, can anyone pls describe the difference between a cold fusion custom tag and cfinclude. Or how they are processed in the server? While we use the custom tag it nearly functions same | | 2 | 99 | 3/28/2008 3:03:49 PM |
CF 8 not rendering page, displays a blank page Okay I have something that started to happen today and it seems others have seen it happening on IE. I try to go to a page on our site it doesn't display anything, just a blank page. If yo | | 4 | 127 | 3/28/2008 2:59:51 PM |
Real Estate / Classified Software I've been using ColdFusion on my Website for years. I'm not a developer, but "get by" and appreciate the fact that I can develop applications for my site with ColdFusion --- witho | | 1 | 90 | 3/28/2008 2:43:42 PM |
Pinging ports Hi all, first post :grin;
In a nutshell, I have a script which embeds an IP camera's stream into a web page. I'd like to be able to put some code at the start of the script which | | 7 | 96 | 3/28/2008 2:31:11 PM |
Cold fusion dropdown related issue Hi all ,
I am new to coldfusion. I have created a page, which has two divisions.In each divison there is a radio button. Click on radio button of first division disables | | 2 | 153 | 3/28/2008 1:27:06 PM |
ReReplace all html tags except selected Folks, I'm trying to figure out how to eliminate all html tags in a string except for <img> and <a> tags. Any ideas? I've been stumped for several days. thanks, /r
| | 3 | 137 | 3/28/2008 1:14:17 PM |
Dynamic SQL! Hello all!
I need to build sql dynamic in cold fusion that combine three sql queries in order to display the data result as following:
1. first query
select name, ag | | 12 | 90 | 3/28/2008 1:05:03 PM |
cfset and cfquery I just have a quick question, in the project that I recently took over, i noticed that <cfset> tags were being used inside <cfquery> tags to carry through URL variables. Somethi | | 2 | 106 | 3/28/2008 8:05:17 AM |
isValid("uuid",i) Problems Hi,
I'm in the process of building me a CMS. The fields are dynamic and pulled
from a database, because of this, it made sense to make each fields name a
UUID. So far so good.
So what I do | | 5 | 112 | 3/28/2008 7:56:25 AM |
should bind work with int? running cf 7.02 using cfform and cfgrid, trying to bind some cfinput fields, but it only works for 2 out of 4... username is text and bind works ok ext is text as well, but bind do | | 0 | 83 | 3/28/2008 4:56:21 AM |
Updating multiple records I have this query : <cfquery name="qry" datasource="dsname"> select line_item, part_no, qty from tblName where ref_no = '#form.ref_no#' </cfquery& | | 2 | 101 | 3/27/2008 11:52:55 PM |
onclick form submit from link Guys,
I am calling onclick="document.form.submit();" in a hyper clink.
On click, it goes to a fuseaction where act_load_structure.cfm loads the structure with form v | | 9 | 191 | 3/27/2008 9:36:10 PM |
Is this possible? In CF8 is it possible to send information back to a control (cfwindow,cfdiv etc ) based on a event triggered on the server? To clearify, Say I have a scheduled job that checks a DB for a ent | | 2 | 96 | 3/27/2008 9:05:30 PM |
How to accomplish?? On our page, we send users to another company to register for classes (we have no control over that)...
The company uses a redirector, I assume to assign a ID number in the URL.
| | 0 | 104 | 3/27/2008 8:41:55 PM |
cfpdf protect pdf permissions ignored I have been trying to protect some pdf's I have been creating with the new ColdFusion 8 cfpdf tag. STEP 1: I create a new pdf using action="processDDX" and then .. STEP 2: I t | | 5 | 130 | 3/27/2008 3:53:54 PM |
hello :beer;
| | 1 | 126 | 3/27/2008 2:56:19 PM |
Stumped on Regular Expression in ReReplace Hi Folks, I'm new to regular expressions and I'm stumped on two of them. I have a book on order from Amazon on this, but can't wait 3 days for it to arrive. Any help would be greatly | | 0 | 126 | 3/27/2008 2:54:54 PM |
I'm stumped - CF8 stops rendering mid-page Now THIS is a stumper! I don't think anyone's seen this.
I'm using CF8 Developer on a Windows XP Pro SP2 rig (using the Admin Pack so I have IIS 6 rather than 5.1) Anyways, this probl | | 5 | 86 | 3/27/2008 1:48:28 PM |
application.cfc and invoking by url a cfc hi all!
i have to invoke by url a cfc. like this... http://domain/cfcByUrl.cfc?method=get
now, if i add application.cfc to root of my application, my cfc invoked by url n | | 4 | 107 | 3/27/2008 12:07:36 PM |
IsUserLoggedIn returns "NO" after cflogin I'm using the IsUserLoggedIn() function for some basic logic like this
<cfif isUserLoggedIn() > <!--- display the logout link ---> </cfif>
But it doe | | 4 | 144 | 3/27/2008 1:57:04 AM |
CFMX 7.0.2 - What to apply Is there a way to determine what (if any) Cumulative Hot Fix has been applied?
I have a system I have taken over and as far as I can tell only a single specific HF has been applied.
| | 8 | 103 | 3/26/2008 7:59:10 PM |
What Is The Best Way To Upload A Bunch Of Items At Once? Using ColdFusion 7 or 8 - What is the best way to upload a bunch of items at once?
For example:
Let's say a user wanted to be able to up load 20 .jpg pictures into a website | | 4 | 95 | 3/26/2008 7:41:35 PM |
ldap I have created a function. How do i pass error param in this ldap. if my ldap return 0 record that means userid or password invalid. so when i call this function it will return error =0 or 1 | | 4 | 96 | 3/26/2008 7:38:16 PM |
Dynamic Form Builder? We are a company that has been building ColdFusion apps and content managements systems since v3.1. That said, I am (and have been for the last 2 years) in desperate need for a good ?dynami | | 0 | 127 | 3/26/2008 7:36:32 PM |
CF8 Dev Enviroment My company recently switched to CF8 on their servers. I came here to look at the demos and get some ideas for how to take advantage of some of the new stuff. However, they seem to be using s | | 1 | 82 | 3/26/2008 7:30:33 PM |
Horizontal Output With Table Hi folks,
- Let's say that the results of a query were 15 items - normally they would be listed vertically one at a time like:
item1 item2 item3 item4 ite | | 8 | 154 | 3/26/2008 6:58:13 PM |
Rich Text (FCK) Editor Issue I am getting a JavaScript error using the Rich Text Editor (FCK) which ships with ColdFusion 8.
In Internet Explorer, there are times when the FCK Editor works properly -- but othe | | 3 | 142 | 3/26/2008 6:47:14 PM |
Re: cfinput date validation When I tried "13/25/2008" as date I have the following popup error.
"Please Enter The Date Arrived in MM/DD/YYYY Format"
| | 2 | 159 | 3/26/2008 2:48:08 PM |
cfquery.columnlist order is there a way to have coldfusion return the results from a query in something other than alphabetical order? (like the order the items were selected perhaps? I have a JSON serializer and i | | 1 | 120 | 3/26/2008 2:05:15 PM |
cfmail and EOF messages in mail.log Sporadically, we're seeing that messages that should have been sent via a cfmail tag are lingering in the undeliverable mail folder. The mail.log file shows entries to accompany these undeli | | 3 | 114 | 3/25/2008 9:54:48 PM |
Displaying Farsi Here's my vital stats: - Using latest Dreamweaver - Using CF 7
When I cut and paste Farsi into the page (in Dreamweaver), I see it fine. Then when it's outputted by the CF ser | | 1 | 97 | 3/25/2008 6:48:18 PM |
Re: cfinput date validation What is the question?
| | 1 | 142 | 3/25/2008 6:32:02 PM |
Re: replace vbCrLf from a form Duhhh. :) I'll try to that.
| | 0 | 143 | 3/25/2008 5:05:54 PM |
Debug Information on web page I create a page using Dreamweaver and ColdFusion. I click on Server Debug and the page looks fine. When I preview the page through IExplorer I see like a report in the background of the we | | 2 | 118 | 3/25/2008 4:51:12 PM |
Re: replace vbCrLf from a form You can try reverse engineering. :)
| | 0 | 98 | 3/25/2008 4:50:09 PM |
Re: replace vbCrLf from a form You can check other "fancy" and "featured" solutions in the cflib.org. :)
I can suggest to check out "ParagraphFormat2" UDF via http://cflib.org/udf.cfm?ID=38
| | 0 | 113 | 3/25/2008 4:47:32 PM |
Re: replace vbCrLf from a form Now I have a new problem. What I'm trying to do is include the form message
that I replaced with into the body of another textarea when a person wants
to reply. When I pull the original mes | | 0 | 105 | 3/25/2008 4:37:32 PM |
Re: replace vbCrLf from a form Thank you! Tested it out and it works well. That was a fast solution. Anything else I should be aware of that I can do to optimize form inputs?
| | 0 | 87 | 3/25/2008 4:33:23 PM |
Re: replace vbCrLf from a form You can easily replace CHR(10) and CHR(13) with tag.
Something like that:
")>
| | 0 | 101 | 3/25/2008 3:56:49 PM |
CFIF Tag Dear All,
Hope someone can help me. Here's the deal. When I use the following code, I get nothing on my page:
<cfquery USERNAME="tsglawcom" PASSWORD="eTWUMCc | | 3 | 113 | 3/25/2008 6:12:50 AM |
Page Title Jijacked I have created a navigation bar using fireworks and exported as in GIF format to dreamweaver where I use it in an [b]application.cfc[/b]. My problem is that now every page I access has the n | | 2 | 88 | 3/24/2008 10:14:04 PM |