Quantcast
Channel: Adobe Community : Unanswered Discussions - ColdFusion Application Development (read only)
Browsing latest articles
Browse All 70 View Live

CFFORM/Dreamweaver Display Issue

This is not exactly a Coldfusion question - but is sort of is  I just noticed that when I use <CFFORM>...</CFFORM> tags in Dreamweaver, Dreamweaver shows the form (in display mode) with an...

View Article



clearing custom java classes from cache

Hi, I've written some java classes and am accessing them via the "cfobject" tag. My problem is that each time I recompile my java program, coldfusion continues using a cached version of my custom...

View Article

Ref: >Net Integration into cold fusion

I am trying to use the following .net assembly to integrate windows authentication in my cold fusion application. The app connects to a network drive thatvalidates the userid/password on the network...

View Article

help with conditional hyperlinks

Hi all. I need some help creating a link that goes to a page depending upon a variable in a database. Here is sample code I am trying to make work:<cfquery "" <cfquery name="rsgetAvailable"...

View Article

Error retriving mark up for element 14_window_body :element process is...

Hi ,I am working on the ajax 'coldfusion.window' feature of coldfusion 8.0 . I am having a cfform in the pop up cfwindow . when i submitting the cf pop window . it throw above mentioned error on the...

View Article


PDF customized certificate of completion

I need to create a printable landscape PDF certificate of completion, and I am not sure the best approach to take.  The end certificate should look kind of like a diploma (will have fancy image border,...

View Article

Replace Function in Cold Fusion

Hello All,The code below does the following: It finds an item in Spanish (in this case it's GetBasket.options, 2) and add `SPA` to the SKU code. <cfif ListContains(GetBasket.options,...

View Article

Running exe file

I'm trying to run an exe file (together with an XML) within my application. For some reason I cann't. Would you please help to let me know what is the best way to do this! Regards,H. Asgari

View Article


Which XSLT Processor does CF8 use?

I'm writing some XSLTs and would like to use the fn:base-uri() that is accessible in Saxon-SA 9.1.0.7 or later editions.  I cannot find any documentation on which XSLT processor(s) CF8 uses.  Nor can I...

View Article


Cfhttp column problem

Hi I'm working with a ColdFusion Server MX Version 7.0.2.x. On the old server we have an import-job which imports a txt file into the Oracle table. For this we use the cfhttp function which works well...

View Article

Required Image Library

Hello, Not sure if anyone can answer me on this one.  I recently upgraded all of our servers to 64bit windows 2008 and our Coldfusion Enterprise server to the 64 bit vers of 8.  Now however, i am...

View Article

Form validation problem: KT_getRealValue: Unknown method: KT_Insert1.

Hi, I am using Dreamweaver Cs4 with ADDT 1.0.1.   Whenever I use the Insert Record Form Wizard to create a form on a .cfm page and then I try to preview the page on my local testing server, instead of...

View Article

Creating .sis Installer for Flash Lite Using COLDFUSION!

Alex Michael Posted a wonderful tutorial of how to create .sis file installer that is able to contain multiple swf and associate files; however Alex did this in php, and as I'm a big fan of Coldfusion...

View Article


Cold Fusion 5.0 Authentication failed

Hi All, I have a win 2003 server on which my cf authentication modle deployed, when i upgrade the server to win 2003 sp2(service pack 2), the authentication is no working. its not throwing any error...

View Article

CF7 and JDK 1.4.2 - EV SSL Certificate Issue

Let me start off by telling the group that we do not use CF for any of our applications.  We are a payments company that hosts a .NET API in IIS that 100's of thousands of customer use.  We have one...

View Article


How to protect ColdFusion CFM templates from Cross Site Scripting attacks

Restricting Cross Site Scripting attacks while working with ColdFusion is not so difficult. Add the following lines of code to your ColdFusion files to ward off these attacks.<cfif NOT...

View Article

extjs and coldfusion 9

How to download extjs 3.0 which is integrated with coldfusion 9?Does this means it is free if you have coldfusion 9?How much would it cost to upgrade to extjs 3.2 and later to extjs 4.0 when it is...

View Article


Just downloaded CF Builder trial and it is showing expired.

I downloaded CF Builder when it was in BETA, I tried some things and realized I needed a copy when I start doing CF9 development. That time has come and I downloaded a trial version and had difficulty...

View Article

How do I load an alternative image when Flash player is not available?

My website is using a Flash banner that I would like to be able to swap out for a static image if a media player is not available on the browser’s PC. Is there a script that I can use to do this?  Here...

View Article

using .cfr report files in an application

We are developing an application that sits behind a login. In this application we have several .cfr pages. When we try to access one of the reports the web browser returns a blank page. If we remove...

View Article

cfc Questions about struct

Hi, Have a problem and I'll probably explain this wrong, but here goes. I invoke a CFC:  <cfinvoke   component="cfc.price.PriceGateway"  method="getById"  id="1"...

View Article


get value from cfform flash format

Hello all... Is there any one that had experience on getting the textbox value that located in cfform flash format, then passing the value to cfwindow.example: <cfform name="myForm"...

View Article


onSessionEnd not removing cookie

We are trying to use the onSessionEnd to remove a cookie that is set in the login.cfm page.  This is intended to allow us to know when the session has ended to avoid generating errors when the session...

View Article

Whether ColdFusion 9.0 is compatible with Oracle 11g R2 database

Hi,We are upgrading our applications from ColdFusion 5.0 to ColdFusion 9.0. It is clearly indicated on Adobe site that ColdFusion 9.0 is compatible with oracle 11g R1 Database. But our database is...

View Article

How to monitor status of executable

I'm using ColdFusion 8 on a Windows Server 2003 (web edition) machine.  I'm building a CF application that will ask the user for some information, will run a Python script that performs some ArcGis...

View Article


No rds configuration option in Eclipse 3.5 (Galileo) with cf extensions for...

Hi, I writing some code using cf and want to debuging in my eclipse. I installed Eclipse 3.5 (Galileo)CFEclipse 1.4.2CF Extensions for eclipse (CF801-Extensions-for-Eclipse.zip)  link from here...

View Article

using BETWEEN Operator with OR operator

I have a <cfquery>Select *from tableWHERE columnBETWEEN value1 AND value2ORWHERE columnBETWEEN value4 AND value5 is this a viable use of the WHERE clause and BETWEEN/OR operators?

View Article

How to Sort a Cfgridcolumn caseinsensitively in CF8 and with no CFC's involved

I'm on CF8. I need to Sort the Grid rows when I click on the CFGridColumn. I have tried to Sort but not succeeded. When I try to sort, I get the sorted rows as follows:  Ex: APPLEBoy...

View Article

The page show error cannot be display after it run longer than 15 minutes

I have a production server running on windows 2003, iis 6, coldfusion 8 64 bit. Whenever there have a page like processing a huge cfloop and when it reach 900 seconds of 15 minutes, the user directly...

View Article



Array, List, or Recordset

Not sure how to label this issue that I am trying to solve... What I am trying to do is take a list of students from a database query recordset and assign them the a counselor from a database query...

View Article

CFC question - dynamically changing more than just an argument

Hopefully this is really simple and obvious but I cna't find anything at the moment. I have the following query     <cfquery name="dept" datasource="#dbdsnd#" username="#dbuname#"...

View Article

Help with - cfhttp throwing error "The column name "" is invalid ..."

I am getting the following message when using cfhttp to create a query. The tag is using all default parameters only. Has anyone encountered this, and if so, what is the solution/workaround? The column...

View Article

Multiple returns from a function

I've got 3 similar dynamic queries that I'd like to combine into a single function but called 3 times with different names on the same page. Is this possible? The 3 queries when generated are different...

View Article


Image may be NSFW.
Clik here to view.

Error Occured while processing a Request-openning a another coldfusion page...

in one page there is dynamic link in that i want to open anather page...code is compiled ok and page is at place where i refered a link but it gives error 'error occured while processing a...

View Article

Image may be NSFW.
Clik here to view.

Cfchartseries duplicating bars in CF8

The chart shows two sets of bars duplicating the data. What I want is one bar for each series and data item. Here's the code: <cfchart format="png" chartheight="180" chartwidth="300"   scalefrom="0"...

View Article

ADDT not compatible with ColdFusion 9 ??

HI, Does anyone know if ADDT can be made to work with ColdFusion 9?  I am trying to upgrade from CF8 to CF9 and forms created with Adobe Dreamweaver Developer Toolbox do not work.  The error is:...

View Article

Browsing latest articles
Browse All 70 View Live


Latest Images