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 Articleget 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 ArticleonSessionEnd 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 ArticleWhether 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 ArticleHow 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 ArticleNo 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 Articleusing 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 ArticleHow 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 ArticleThe 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 ArticleArray, 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 ArticleCFC 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 ArticleHelp 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 ArticleMultiple 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 ArticleError 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 ArticleCFFORM/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 Articleclearing 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 ArticleRef: >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 Articlehelp 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 ArticleError 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 ArticlePDF 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