726 Topics

Member Avatar for
Member Avatar for mohanrobin

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.

Member Avatar for jsmall26
0
65
Member Avatar for chicago1985

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 …

Member Avatar for jsmall26
0
110
Member Avatar for jaicse
Member Avatar for jsmall26
0
77
Member Avatar for sweetobi

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

Member Avatar for jsmall26
0
105
Member Avatar for tidoline

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.

Member Avatar for jsmall26
0
82
Member Avatar for sanscls

:?: 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 …

Member Avatar for jsmall26
0
59
Member Avatar for becraig

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> …

Member Avatar for l14n
0
78
Member Avatar for acampolonghi

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 = …

Member Avatar for l14n
0
213
Member Avatar for lafalot

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 …

Member Avatar for lafalot
0
127
Member Avatar for cfintern

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 …

0
56
Member Avatar for eamadden08

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]

Member Avatar for Nige Ridd
0
96
Member Avatar for muvvabharath

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 …

Member Avatar for SheSaidImaPregy
0
44
Member Avatar for raghu2d
Member Avatar for tcv56

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 …

0
49
Member Avatar for scansterz

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 …

0
39
Member Avatar for tcv56

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> …

0
46
Member Avatar for lafalot

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. …

Member Avatar for mellamokb
0
128
Member Avatar for Bernybon

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

0
78
Member Avatar for tiggi

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 …

0
74
Member Avatar for ccrevling

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 …

Member Avatar for ccrevling
0
85
Member Avatar for drumsticks

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. …

Member Avatar for drumsticks
0
101
Member Avatar for GLT

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 …

0
54
Member Avatar for susan10

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, …

Member Avatar for Nige Ridd
0
119
Member Avatar for lafalot

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 …

Member Avatar for hinde
0
77
Member Avatar for tjubaer

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 …

Member Avatar for tjubaer
0
110
Member Avatar for mmathers

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!

0
54
Member Avatar for KKopplien

[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 …

Member Avatar for KKopplien
0
155
Member Avatar for atif.muhammad

Any one can guide me how to develop page in ColdFusion. I have ideas of programming in other tool other than ColdFusion.

0
47
Member Avatar for lafalot

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 …

Member Avatar for hyde11
0
115
Member Avatar for luemob

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? …

Member Avatar for parthabanerjee
0
116

The End.