Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top ColdFusion Application Server Solutions: 76 - 100 of 152
 
I'm trying to create dynamic reports for printing, but they must be in a particular format. I need three vertical columns per page, where the text reaches the bottom of the first (left column)...
What settings can ui use to allow a large file upload in cf8? I have set jvm to 1024M but file is 1106.3M and MaxPermSize to 512 which results in the following error 500 ROOT CAUSE: ...
Hello, I need to update 2 tables in an access db using coldfusion and sql. I have tried several different methods but I am getting nowehere fast! Really what I would like to do is have a clie...
We have a web server cluster (8 servers) and use client variables.  Two of the 8 servers use coldusion 8 and the rest use version 6.1.  One of the servers does the purging of all client variab...
Hello experts. I have o INSERT INTO query like: <cfparam name="Form.Mobile_ID" default="1"> <cfparam name="Form.Mobile_Sub_ID" default="1"> <cfset art_uuid = createuuid()> <cfquery name...
Errors logs in CF Admin word wrap. I'd rather be able to add a line feed wherever I want when formatting the error from the error handler. How? Can't get it to work with CHR's or <br>'s, etc. ...
I'm using cffile for users to upload images. All seems to go fine when I test but there is never any image in the destination directory, which does exist. No errors. FYI, I will want to li...
I'm generating images based on query results. Is there a way to get the cfimage ImageDrawText function do multiline text?
In the below code, the submit button is coded to be activated by the check box.  IF I submit a blank page i get this error: The cause of this output exception was that: java.lang.NullPointe...
i have a dedicated linux server on mediatemple, we just installed coldfusion 8. the installation went well but when we try to access the admin panel we get a Coldfusion error. view the link be...
I am trying to insert a logo (gif file) dynamically at the top of each page outputting to a  pdf report, using CFDocument & CFDocumentitem. In Coldfusion 7 the image is huge and in Coldfusion...
UPDATE blog_comments SET comment=replace(LCase(comment),'#LCase(phrase)#','*****') WHERE comment LIKE '%#phrase#%' I use the above query in CF to update a blog comment that may have an of...
I have the following query,  <cfquery name="getIsc" dbtype="query">     select *      from GetSschedulet      where IsDay = '1' </cfquery> And I am getting the following error,  Query Of Quer...
Hi, Can anyone tell me how I set the laberlformat of a cfchart to a pound sign, rather than dollar sign. In the .cfc that the chart is in, I am setting the locale to "English(UK)", whic...
Because of all the SQL injection attacks I've been asked by my company to see if it is possible to access session variables on a server. And if so what is the best way to protect from it. We...
hey all, I have been playing with the CFAjax proxy tag within cf 8.  I have successfully managed to populate from the cfc and also upon selection of a dropdown (displaying records).  now I am ...
Trying to check to see if someone has entered in correct information into a database (AFTER form validation was implimented - ya I know, no lectures please on not doing that fiirst!) Using ...
I have a button on a cfm page which when pressed runs a function of open another .cfm page and run some code.  The first time you press the button it works well however, thereafter it does not...
I have a form with the following information set, <form id="form2" name="form2" method="post" action="<cfoutput>http://#CGI.SERVER_NAME#/index2.cfm?id1=#trim(GetInfo.IID)#&id2=#form.user2#</c...
I have a coldfusion form that foreign users complete.  I am getting wierd characters which i'm assuming are foreign type characters. For Example in the text below:  Äú  and  Äì What do t...
Im trying to add some <cfif> statements to my <cfform> via radio button so if someone selects radio button (A) they will see this, if they select radio button (B) they will see something diffe...
I am redesigning our company's website, moving from a ColdFusion MX 7 web site/application to an ASP.NET web site/aspplication.  I intend to replace the web files in the directory on the web s...
expert: I know nothing about coldfusion and have been asked to run an existing coldfusion web application (running on unix with a back end sql server database) on mine capable servers and need...
Hi, I have a coldfusion forum application. The application is pretty old and uses application.cfm file. But now I have changed the application.cfm file to cfc which is giving me a number of...
Can an Cold Fusion 7.02 unix web application run in a  Cold Fusion 8.0 unix environment (also web application) and if not what needs to be done.