726 Topics
| |
hi .i am mohan .i ama newbie to this website.Any one can guide me how to develop page in ColdFusion. I have ideas of programming in other tool other than ColdFusion.any way thank you for entering into my site. | |
For the past 5 years I been using DSN connections to connect to Oracle in my Cold Fusion. Is there any other way to connect in Cold Fusion MX 7 without using DSN? <CFQUERY NAME="query_name" DATASOURCE="db_name"> SQL statements </CFQUERY> Maybe instead of System admins creating DSN, I can create the … | |
hai guys, send me some usefull information regarding this cold fusion | |
hello everyone am a new geek in this forum ..... all i need is HELP on how i can add mp3 and video to my new website ..thank you | |
Please can someone tell me if it is possible to possible to create a PDF with updateable fields, then use ColdFusion & pdf forms to merge the data. | |
:?: I am using CFINCLUDE for a sidebar panel in a webpage. I want the user to be able to click a link in that side panel and the information change based on DB code on that page. HOWEVER when I click a link in the sidebar it takes the … | |
ok I am kinda dumb so let me try to make sense I am trying to do the following 1) I want to read an html file (Done invoked CFHTTP) 2) find a value in the file which is embedded between a <li>eg <li class=class>Value I am looking for </li> … | |
Hi, This is My problem: I receive datas from an xml Feed and I always worked in this way: <cftry> <!--- fetch data from web service ---> <cfhttp url="http://www............. method="get" charset="utf-8"/> <cfset xmldata = cfhttp.fileContent> <cftry> <!--- extract data from XML document and convert to query ---> <cfset lstColumns = … | |
Hi, For a reservation system, I would like to be able to highlight those reservations where the dates and times are duplicates, so those confirming the reservations will easily see double-bookings. So, for the following list of dates & times Jan 1, 10-3 Jan 2, 4-5 Jan 1, 10-3 Jan … | |
Hi, My name is Josh and as my username implies I am a Coldfusion Intern. I have learned everything about coldfusion from volumes 1 and 2. I have a question about cfset. I am making a error list using if statements like so: [code]<cfswitch expression="#form.a#"> <cfcase value="submit"> <cfif len(trim(FORM.username)) eq … | |
Hey everyone, can someone explain to me why it is so difficult in finding someone who does quality work. I am not here to bash the profession but a lot of guys bs in this field? Does anyone want to make money or rather just play warcraft....:?: [email]eamadden06@yahoo.com[/email] | |
Hi I have project which is developed in cold fusion and it is having more than 25 complicated modules. we are planing to implement in .net,so we are going module by module development, i want to know after completing on module can we plug-in to cold fusion application. whether it … | |
How to Pick a current date, day and year in drop down??? | |
Hi all, Since i did not get any response from my previous question (posted few days ago) , let me ask you all another question and hopefully (if I get some answers) this would help the other. I passed a list of some calculated variables from my cf template to … | |
Hi, Here is the scenareo as well as I, a nubi can 'splain' it. Three pages: 1. Order Form page. Collects the data and use input. Very complicated, but works and does its stuff well. 2. Processing page. --a. checks for errors, returns errors - all ok --b. If no … | |
Hi, I am trying to pass several cf calculated variables (for EACH record in my table) to cf report builder and I got the same repeated value showing up for that many records on my report (as if I had only one record).Here are what I have tried: template.cfm <cfloop> … | |
Hi, I have a cferror type = "exception" exception="any" in my application.cfm file. This works great for most errors, but I recently found that it is not working for attribute validation errors. For example, if I misspell an attribute for the cfqueryparam tag, my custom error page is not called. … | |
Hi, There is a coldfusion webservice that I want to call in C# and/or C++. Is anybody know how to do that? Because I can call my commun web service I created manually in asp but not the one we fornished me in coldfusion. thanks | |
Hi, I need some help with cfwindows, I got a page with few buttons in a cfform that initialize cfwindows with source in another page. Everything works as it should cept that when I click on 1 button the rest don't work. I am getting an error "error processing JavaScript … | |
I am a php coder and my work has asked me to take a look at why there is a problem with a site that is in cold fusion and php. So i said ok. Now im in a pickle i cannot figure out how to solve this problem. So … | |
Hello, I'm getting my feet wet using Async Gateways with CF8, and I have created a loop which calls the gateway X amount of times. The gateway request then logs the data, however, it is logging X requests, but only the actual data from the last request in the loop. … | |
Hi guys! Im am setting up a login page using Dreamweaver MX but I cannot set up my testing server. I need to set up my testing server to use the server behaviours. I have a little tick beside 'create a site' and 'choose a document type' but cannot get … | |
Im new to Coldfusion, and here is what i would like to do: I'm using a html-editor on one cfm-page, and saving the text in a database: --mytext written i the html-editor ---------------------- Nunc libero ligula volutpat ac aliquet id laoreet ac lacus. [peopleoutofoffice] In dictum tincidunt turpis. Morbi sodales, … | |
Hi, I'm selecting email addresses to mail where the field emailsent is null. After I run the cfmail, I update the field to the date the email was sent. Is there a danger of the update query running before the cfmail is finished? Is there a solution for this? Many … | |
Cold fusion do not support input param array like below: <input type='hidden' name='hid_id[]' value='1'> <input type='hidden' name='hid_id[]' value='2'> <input type='hidden' name='hid_id[]' value='3'> Whereas PHP can handle it as an array. But i have a code which will display some events and their corresponding child events in a page. User can … | |
For sale: New in box, unopened, and unregistered Macromedia ColdFusion MX 6.0 Professional for Windows Server. Fully licensable and upgradeable to the latest version. We purchased several of these for a server farm and ended up with an unused copy. Asking $250/obo. Please email me at [email]webmaster@sportbikerider.us[/email]. Thanks! | |
[QUOTE]I am trying to access a NetMail server through LDAP port with <cfldap> I keep getting an error Diagnostics: An error has occured while trying to execute query :[LDAP: error code 32 - NDS error: no such entry (-601)]. One or more of the required attributes may be missing/incorrect or … | |
Any one can guide me how to develop page in ColdFusion. I have ideas of programming in other tool other than ColdFusion. | |
Hi, I have a calendar w/data stored in SQL Server. People can reserve multiple dates for an event. Before a reservation is confirmed, I want to be able to see if the dates have already been reserved. I first query the dates for the unconfirmed reservation. I then want to … | |
I recently used a cfmail tag to process a email form on a coldfusion server. This actually processes my email request and sends the email to the right address but I am getting the following error on the initial form page: Why would this error appear if the form works? … |
The End.