473,543 Members | 1,892 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ColdFusion Forum

Coldfusion (Adobe) application server and scripting language - Ask questions about ColdFusion scripting, IDE, databases, SQl, components, CFCs, syntax, server setup, Coldfusion 6 / 7 / 8 and more.
3
2,713
thread by: kayox007 | last post Dec 3 '09 by: acoder
hi all, am working on an app similar to facebook picture tagging, but am to use it on a cfml page, how can i link the java applet with my other cfml pages, thanks
4
2,619
thread by: CFFAN | last post Feb 9 '10 by: bushnellweb
<form action="" method="post" enctype="multipart/form-data"> <input type="file" name="img"> <input type="submit" name="submit" value="submit"> </form> <cfif ISDefined('Form.img')> <cffile action="upload" destination="D:\thumb" filefield="img" nameconflict="makeunique"/>
4
5,582
Haitashi
thread by: Haitashi | last post Feb 17 '10 by: Haitashi
I have a link and opens up a CFWindow. I'm using the default CFWindow skin. I would like to execute a specific function when the user clicks on the X button. I would like to show a div (which will be hidden by default) when I close the CFWindow. I assume I can use ColdFusion.Window.onHide somehow but I don't know how. All the examples I've...
1
4,015
thread by: kasturi207 | last post Mar 13 '10 by: acoder
I want to validate input (text) which i have to check with databse record is exist. the code something like that:- <cfscript> function checkkp() { if (rscheck.recordcount NEQ 0) { writeoutput("Rekod telah wujud"); return false; } }
1
2,360
thread by: Dburn | last post Mar 25 '10 by: acoder
Is it possible to upload a ppt doc in CF 9, get the dimensions of the PPT file, and convert to a PDF with all colors, images and formatting intact with same dimesions on both files, I tried a quick conversion and it dropped some fill shapes and put a 36 x 18 into a 11 x 8.5. It would have to be done dynamically as a custoomer would upload a...
1
2,200
thread by: elamunyon | last post Apr 27 '10 by: acoder
Hello, I am using a coldfusion search to query a database and the results work fine in IE7, however, when I preform the same query in Mozilla I get errors. Has anyone run into this before? Does Mozilla have stricter requirements? Thanks in advance! Emily
1
2,165
thread by: myselfrandhawa | last post Apr 27 '10 by: acoder
Hi i have the following tables and i want to show categories and subcategories underneath them and count how many products exist in category and subcategory: i am allowing multiple categories for a single product table structure as: productcategories CREATE TABLE .( NULL, NULL, IDENTITY(1,1) NOT NULL,
1
2,333
thread by: elamunyon | last post Apr 28 '10 by: acoder
I have a coldfusion search that is pulling from a database and it does not seem to be finding the input variables. I keep getting no reults from my input, when I know that it should be finding something in the database. I have it set-up to display "Sorry your search returned no results." I have attached my code.
2
2,800
thread by: sbcs | last post May 4 '10 by: sbcs
I'm importing a ColdFusion database search page into an iFrame. The search results are returned 8 at a time, with succeeding results listed as page links (2, 3, 4, 5, etc.) across the bottom. I'm finding that in IE8 only (all other browsers, including IE 6 and 7, are OK) clicking on one of those links just returns the iFrame to the initial...
1
2,580
thread by: theborg72 | last post May 21 '10 by: acoder
I am trying to go get this function to start. I have try create something that hide and show function on page with MM_UserAuthorization. To make it I used EQ. When i close browser i get follow error: Invalid list index 0. In function ListDeleteAt(list, index ), the value of index, 0, is not a valid as the first argument (this list has 0...
4
2,196
thread by: bushnellweb | last post Jul 25 '10 by: iohos
In my form I named the check boxes "chk_img_" & #i#. So I get how to use it in IsDefined, but how do I get it to display the value of that FORM.check_img_1 without hard coding the number 1? Sometimes it might be like up to 1,000 and I'm not going to hard code a 1000000000 options. This is probabyl a very easy fix, but i've been up all night...
5
6,116
thread by: chromis | last post Aug 11 '10 by: SMyers
Hi there, I've recently been updating a site to use locking on application level variables, and I am trying to use a commonly used method which copies the application struct into the request scope. Application variables are then accessed in this manner Request.App.<Var>. To begin with I had a simple functioning login system inside a...
1
2,185
thread by: bindumabraham | last post Sep 23 '10 by: acoder
what is the reason for a datefield control return system date as today's date in coldfusion
1
2,369
thread by: usha harali | last post Sep 23 '10 by: acoder
Source: Allaire Allaire MIB Failure to connect to url: http://servername/cfide/mib/getmetricdataXML.cfm. I see this error in the event log and it takes down the app pool and then comes back withing 10-15 mins. Pleas help!!! I dont know whats going on...
2
2,891
thread by: ndeeley | last post Oct 6 '10 by: ndeeley
Hi there, Having problems with a cfif query based on the value of a check box. I have an input type="file" field on a form. This allows the user to choose a file and upload the location to the database. Alas, I`m networked, and everyones drives are on different letters, so I need to strip out the first three characters and add them to the...
3
2,134
thread by: ndeeley | last post Oct 8 '10 by: acoder
Hi, I have a table showing a persons skill in any particular application. So there are 4 columns of skills - Access, CF, HTML, SQL and numerous rows of people names and a check if they have that skill. This is then output to a webpage showing the same checkboxes. I want to show a count of the number of people who have that skill at the...
9
2,689
thread by: ndeeley | last post Oct 13 '10 by: acoder
Hello, Trying to export the results of a query into a spreadsheet, which I can do, but not as I like. Procedure is this: Form holds 2 date fields - ToDate, FromDate query_CreateShowTable.cfm shows the results as a table with all completed records within that date range. On the web page is a button with 'Export to Excel' on it. This...
7
11,087
thread by: dmorand | last post Oct 14 '10 by: acoder
I was under the impression that the Now() function retrieved the date/time from the server running coldfusion, but that doesn't seem to be the case. Ever since the time change my server shows for example: 1:40pm but when I look at the output of the Now() function I'm getting 12:40pm. Any ideas on how to fix this?
1
2,139
thread by: Guy Shahbazian | last post Oct 27 '10 by: acoder
I need to convert the following code in CF From : <APPLET CODE="BarChart.class"CODEBASE="/classes/CFGraphs/" WIDTH="750" HEIGHT="250"> To : CFchart because I should run under CFMX7 Thanks
3
4,403
thread by: kayox007 | last post Oct 28 '10 by: bushnellweb
How do i allow users to upload a minimum of 1 and maximum of 10 images? What is the best way to code this solution?
1
2,983
thread by: bushnellweb | last post Oct 29 '10 by: acoder
I am using ColdFusion 8 and I am moving files with <cffile action="move"> it seems that if I am moving a file into a folder where the file is named the same thing, it overwrites. I know that with <cffile action="upload"> there is a nameconflict attribute. Can I use that on action="move" or will I have to manually check to see if the same...
1
2,909
thread by: bushnellweb | last post Oct 31 '10 by: acoder
I saw on the livedocs site that there were some tags and attributes and attribute values that were deprecated as of MX7 but it did not list any that had dropped as of 8, are there any that I should be concerned about when upgrading from MX7 to 8?
2
7,427
acoder
thread by: acoder | last post Oct 31 '10 by: acoder
How to Send Mail in Coldfusion You can use Coldfusion to easily send mail. From simple plain text emails to more complex HTML and multipart emails, the job is made a lot easier with Coldfusion. In the following collection of articles, we will cover the basics and gradually move onto more useful examples including using a query to send mail...
1
2,487
thread by: C BEal | last post Nov 26 '10 by: acoder
When I use the Now() function in Coldfusion the time returned is GMT not the time on my server, any ideas what setting I am missing to change this to get the time from my server instead?
2
5,324
thread by: bushnellweb | last post Dec 2 '10 by: NBushnell
I am looping through a query and I am wondering if there is a way to access data on the next row of the query I am looping through. Heres some code: <cfquery datasource="#ds#" name="myQRY"> SELECT pic_src FROM pics WHERE pic_id = 2 </cfquery> <cfoutput query="myQRY">

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.