473,587 Members | 2,496 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.
1
2,347
thread by: CFM Enquirer | last post May 15 '07 by: acoder
What is the best way of DataBinding data held in an XML format to data controlled by Coldfusion? Thanks for your help.
2
2,921
thread by: CFM Enquirer | last post May 11 '07 by: terminon
I'm using SQL databases to populate List/Menus in a form. What I need some advice on is as follows. The user selects an entry from the first List/Menu that is filled from a an SQL database, which will then narrow the selection for the next List/Menu that is filled from a another SQL database. How do I make the query to fill the second...
2
4,601
thread by: OnyxSparrow | last post May 4 '07 by: OnyxSparrow
Hello people, I've got a little coding puzzle I've been trying to figure out but I'm not quite sure if it's possible and I was wondering if anybody could help me out. Basicly it breaks down like this... I have two domains both pointing to the same website, for our argument "Alpha.com" and "Beta.com". What I'm trying to do is set up an automatic...
1
6,065
thread by: Arielle | last post May 1 '07 by: acoder
Trying to migrate from ASP classic to ColdFusion and was wondering how to handle this. A form has a text area that submits to a database and stores a memo that can later be viewed. How can I display the field on the page while maintaining all the style information i.e. line breaks and spacing entered into it? Of course the <pre> tag works but...
1
2,063
thread by: jesmi | last post Apr 30 '07 by: acoder
anybody pls help me with my coldfusion!!! my code for selecting records from database is: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />...
1
2,733
thread by: jesmi | last post Apr 30 '07 by: acoder
on connect to postgresql from datasource administrator following error are displayed: Connection verification failed for data source: record java.sql.SQLException: FATAL: user "system" does not exist The root cause was that: java.sql.SQLException: FATAL: user "system" does not exist please provide me the steps to connect with postgresql...
1
7,847
thread by: jesmi | last post Apr 27 '07 by: acoder
my code is: U]employee.cfm <html> <head> <title>Employee List</title> </head> <body> <h1>Employee List</h1>
1
2,281
thread by: jesmi | last post Apr 26 '07 by: acoder
please provide me the simple and small application for coldfusion for adding, editing, deleting, viewing the records having only two fields ie Name and Address into database. since i m a beginner of coldfusion, i need only the simple code so that it will be easy for me to understand. please provide me the code to be written in dreamweaver.
12
5,391
thread by: jesmi | last post Apr 19 '07 by: Kent
hello i m unable to access http://{ website_url }/cfide/administrator. whenever i access this the error message ie error occured while processing request comes.please provide me some idea how to access this??
1
2,624
thread by: jesmi | last post Apr 19 '07 by: acoder
in coldfusion is it the process that writing form action, query all in dreamweaver and what if database connection from dreamweaver with any database like access, mysql. how to connect with the query written in dreamweaver with the access database?
1
3,590
thread by: ismailc | last post Apr 19 '07 by: acoder
Hi, I am struggling with the same problem using Coldfusion 5 where I want to cut off the text and not allowing for text wrap in my column. <td style="word-wrap: break-word" width="100" align="left">#test#<td> I used the previous example but unfortunately it does not work. Any help please!
1
9,146
thread by: rozx | last post Apr 19 '07 by: acoder
how to pass input value form a page into a database using this onClick function. <input type="button" name="save" value="SIMPAN" onClick="save_all()"> i've tried a few times, each time i click the button, its work but the values were not insert into the database, its null!! this is my function save_all() look like:- <script...
3
2,441
thread by: celery6541 | last post Apr 18 '07 by: acoder
Is there anyway to change what is displayed when you rollover graphs in coldfusion? Also is there anyway to change the color of the graph at a certain point? I have data produced per day as one graph and then I have a maximum storage available as another graph and I want to change the color of the data produced per day graph to red or something...
1
1,970
thread by: jesmi | last post Apr 18 '07 by: acoder
my coldfusion server is not running please help me
1
1,949
thread by: jesmi | last post Apr 16 '07 by: acoder
please provide me some of the email address of coldfusion programmer so that i can contact with them easily. thank you!! jesmi
2
2,676
exoskeleton
thread by: exoskeleton | last post Apr 14 '07 by: exoskeleton
hi guys...may i know what type of programming language is this? is this coldfusion? {IF PAGES} {INCLUDE paging} {/IF} {LOOP MESSAGES} {IF NOT MESSAGES->parent_id 0}
1
6,988
thread by: jesmi | last post Apr 10 '07 by: acoder
what is the connection string for coldfusion for connecting with ms access database? i need the connection string written in coldfusion. Thank you!! jesmi
1
3,941
thread by: James890 | last post Apr 9 '07 by: acoder
I want to enable a user to enter a start and end date to define the period they want to search for records of members who joined on certain dates. Funny thing is...I've got it to work half of the time. For e.g. I have 4 records between 26/10/2005 and 1/08/2006. When I enter 01/01/2005 as startDate and 31/08/2006 as endDate, I get the 4 records....
4
2,910
thread by: James890 | last post Apr 5 '07 by: acoder
Hi, could someone please help me? I am a novice so please try to be patient. I've created a database to hold members who join my website. I've created the form to enable them to join and their data goes into the database. I've managed to use ColdFusion to display a list of all members. But I want to refine this list, to only show members who...
1
3,576
thread by: celery6541 | last post Mar 29 '07 by: acoder
Hi all, I am using a function to check two dates to make sure that an end date comes after a start date. Right now I am trying to call it like this <cfset date_check=check_date(#Form.startDate#,#Form.endDate#)> <cfoutput>#date_check#</cfoutput> <cfif NOT isDefined("date_check")> <li>Please make sure the end date comes after the...
1
3,042
thread by: mrboyer79 | last post Mar 29 '07 by: acoder
hello all, i'm having an issue where the back button i created (not the browser back) is causing me to lose data. allow me to explain: i have three pages. page one is a short form where the user enters in their name (first, mi, last) and a number and there's a y/n radio button. the user then clicks submit and is taken to page two. page two is...
3
4,921
thread by: plongo01 | last post Mar 24 '07 by: acoder
Form some reason I cannot get the flash form to align in the center of the page. Here is my code: <cfform format="flash" skin="haloblue"> <cfformgroup type="vertical" style="vertical-align:center"> <cfinput type="text" name="test1" id="test1" label="Testing:" size="25" /> <cfinput type="text" name="test2" id="test2" label="test2" size="25"...
3
3,683
thread by: celery6541 | last post Mar 23 '07 by: acoder
Hi all, I need to implement multiple input fields that change depending on selections from the user. For example, A user may be prompted to enter data for multiple inputs who's names are incremented by 1 each time. So there would be something like <cfloop from="1" to="maxsize" index="i"> <cfselect name="type#i#" size="1" query="get_type"...
1
2,902
thread by: ploya | last post Mar 20 '07 by: acoder
Here's my code: <cfparam name="FORM.login" default="1"> <cfquery name="Recordset1" datasource="userLogin2"> SELECT welcome FROM Book1 WHERE user_name = <cfqueryparam value="#FORM.login#" cfsqltype="cf_sql_varchar" maxlength="255"> </cfquery>
1
3,801
thread by: praveen328 | last post Mar 19 '07 by: acoder
HI In Report iam passing the Dates Eg. From date and Thru Date This same updated dates has to be automatically displayed in all the Reports Kinldy help me in this

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.