Re: double quotes/single quote problem in Coldfusion with back end as ORacle
Hi Tribute,Thanks!!FOr an example, I made the value as "In Stock" but actually it was the user input. selecting the columns dint work:( Yes I m using the test template only; i have made the function...
View ArticleRe: double quotes/single quote problem in Coldfusion with back end as ORacle
Can you please post your code in its entirety? Please also try using "cf_sql_char" as the sql type and give that a shot. Also, try omitting the cfsqltype and see what error, if any, that gives.
View Articlecftextarea to PDF
We are using Cold Fusion 8. I created a text box on a form using cftextarea, which uses FCKeditor that came with CF8. When I try to populate a PDF form using cfpdfform/cfpdfformparam the embedded...
View ArticleRTMP in Coldfusion10 - Type 'coldfusion.flash.messaging.CFRTMPEndPoint' not...
I'm trying to use RTMP with Coldfusion 10 and the embedded livecycle ES. The other channels and endpointshave been working fine, but when the server starts up I get an error complaining that the...
View ArticleUsing forms and coldfusion?
Hi, I'm building a website for selling boats, I would like to open for people to be able to put in their boats for sale and that this information they are putting in automatically comes out on the...
View ArticleRe: Web Connector Issue in CF10
IIS has all requirements installed now. Can delete and add connector to 'All', but only CFIDE and root website parse cfm. Added virtual directories to a site and it still doesn't parse cfm files -...
View ArticleCold Fusion 10 only parses cfm files in CFIDE and root website - need help
Just purchased CF 10 and cannot get it working on the site. We currently use CF9 on Windows Server 2003 (32bit). We are installing CF10 (32) on Windows Server 2008 (32). Have tried multiple times...
View ArticleRe: New Install of ColdFusion - Only serving CFM Pages in WebRoot and CFIDE
I have this exact same issue and posted a question earlier today. Were you able to resolve it? I'm past frustration.
View ArticleRe: Cold Fusion 10 only parses cfm files in CFIDE and root website - need help
Hi Can you show us the screenshot of permissions of wwwroot folder and sub-directory folder? Also, can you create a new site in IIS and create the same directory structure however assign permisison as...
View ArticleRe: New Install of ColdFusion - Only serving CFM Pages in WebRoot and CFIDE
Hi Can you show us the screenshot of permissions of wwwroot folder and Business Process folder? Also, can you create a new site in IIS and create the same directory structure however assign permisison...
View ArticleRe: Web Connector Issue in CF10
If this is not a production server, then try reinstalling ColdFusion 10 with Admin rights
View ArticleRe: Cold Fusion 10 only parses cfm files in CFIDE and root website - need help
Doesn't seem to be permissions as all listed in CFIDE are in wwwroot and subdirectories. Added new folder to C:\ drive named 'website' and copied the web application to there. The permission for...
View ArticleRe: Cold Fusion 10 only parses cfm files in CFIDE and root website - need help
You mention that CF is running under "user domain mgr." Two things to check: does that user have privs to all the folders under the webroot, and what user is the IIS app pool running under for that...
View ArticleHow to you save form data on a form submitted to itself?
I haven't touched cold fusion in 10 years so I'm a bit out of practice. I have a request from a user to save the form data on a form she submitted. I looked at the code and even made it just a simple...
View ArticleRe: How to you save form data on a form submitted to itself?
@mayer4, When you say "save form data", are you referring to saving the data to a database? Or some other persistence mechanism? Can you clarify what you want to achieve? -Carl V.
View ArticleRe: How to you save form data on a form submitted to itself?
Sorry about that. The original page shows all the data. The form gets entered and then the user clicks submit.... and now the form data is gone with the data from the search displayed. Thanks Laura
View ArticleRe: How to you save form data on a form submitted to itself?
Laura, use hidden form fields to pass the data in the form forward. This is the most common way of passing form data back to the same template.
View ArticleRe: How to you save form data on a form submitted to itself?
I'll give it a shot thanks.
View ArticleGet SQLSTATE from error routine in application.cfc?
I'm trying to use the following code in application.cfc to allow a meaningful error message for the user (dsp_error.cfm). It isn't practicle to wrap every query in in the app try/catch code; too little...
View Article