824 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??? | |
hey, i am a newbee to web development.i was wondering as to what is the best platform for creating dynamic websites.... i mean which is better php/myql. , asp , coldfusion etc... with respect to ease of coding and hosting | |
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? … | |
![]() | Hello, We are running cfmx7 with apache on red hat linux. A problem started 2 days ago causing our website to hang, where coldfusion and apache do not seem to be communicating properly with each other. We will restart the coldfusionmx7 service (with or without restarting httpd service), and everything … ![]() |
Can someone please help me with this problem? I have tried many examples, but none of them work correctly. I am creating a guestbook for my website, using ColdFusion 8. The guestbook works great as far as adding new entries to the database and displaying them. The problem is trying … | |
Hello, I’m a jr. CF programmer trying to figure out how to create sets of multipages. What I want to do is create page sets of 10 and have an arrow link, which would jump you to the next 10 pages. The page selected would be the first number of … | |
Hi I dont't know Eanglish well. I have problem with cfchart Mayby someone have this problem too and can help me. Sometimes I using chchart i have that result [URL="http://dragon.tarchomin.pl/zdjecia/error2.gif"]http://dragon.tarchomin.pl/zdjecia/error2.gif[/URL] [URL="http://dragon.tarchomin.pl/zdjecia/error1.gif"]http://dragon.tarchomin.pl/zdjecia/error1.gif[/URL] I'm from Poland Bye-bye Bogi | |
Hello, I have been struggling for awhile now to get my website up and running. Here is some background: Website development: Dreamweaver 8 Dynamic Programming language: ColdFusion MX 7 Database software: MS Access 2002 Type of website: Recipes returned from database input (by user) Goal: To have website visitors use … | |
hi i get an error saying: General error: Table 'ajhart.UserTypes' doesn't exist but i know it does and it's works fine on my local machine, just not when I upload it. Does anyone know why this might be? cheers ash | |
Hi, We have a form where people are able to upload a pdf. This works great. We also have an editing form, where they can edit their entry. However, when I try to call up the PDF file that they uploaded, I get nothing. Additionally, the file they uploaded disappears. … | |
hi, I have problem in connect my access data to dreamweaver cs3. They kp coming out a window in which I need 2 store into server & what format I using. coldfusion or asp.net. do any1 knw the format and should I do a form which have textbox, label or … | |
Hi all, I have a form in which there is a drop down menu. The values from the drop down are populated from a database. When the user selects a value from the drop down, I would like the to display related data from a ms sql server database within … | |
what are hardware needed to host websites from home ? I have cable internet at home 24/7 , can that handle traffic I have desktop with 3 ghz , can i make it as server | |
Hello I am new here in this community How facebook is scritpted ? Do they use Coldfusion type of software / how they store users information ? WHat kind of database would be suitable for social networking sites ? | |
I am trying to replace a series of characters with an encoded string value and use that to look for a value in a table. My problem is that when I put the encoded value in the replace, cf converts it to the character instead of leaving it as those … | |
Hi, I have time stored as an integer in sql server. The time is separated into fields of hour, minute and am/pm. I need to output the data and sort the time, but of course, 12 is coming after 1. Is there a way to sort my hour integers in … | |
Hi, I am working with coldfusion a coldfusion form. There is a drop down menu with different users, ex. user1, user2, user3. There are two list boxes. The LeftListbox contains all values. The RightListBox contains all values that have been assigned for a specific user. After selecting the user and … | |
Anyone Developing an airline reservation system in CF? | |
Hi all, I am working on a coldfusion form. Within the form the user will enter data. (If they open an existing record, they will then be udpating the record). I want one textfield to have data coming from the database, when the record is opened for the first time. … | |
We are recieving errors in the logs that should not exist. We have a large site with lots of traffic. I have reieved a number of errors in our log files EX: Application:The request has exceeded the allowable time limit Tag: CFSTOREDPROC The only problem is, according to this document. … | |
Hi, I'm rather new to writing queries, so please forgive me if this is a really simple thing to do. I need to create a CF query that finds out which rows in the DB have ANY of the values that are in a given list. Only one column in … | |
I'm trying to use an HTML table layout to "organize" several components, one of which is an cfgrid... but nothing shows up, the cfgrid doesn't populate. In fact, in the following example, only the first row of the HTML table is painted in the browser. here's a sample: [code] <html> … |
The End.