Hi,
I am using a web service that returns an XML document with a pdf in it as a base64 string. I cannot for the life of me figure out how to get this to display as a pdf. I have tried encod...
Is there an easy way to copy verity collections from one server to another and have them automatically get registered in the ColdFusion Administrator module? The paths are exactly the same.. a...
In my property search form, I'm trying to avoid having 2 fields (min) and (max) Im using a drop down list to search betwteen 2 acreage values.
------------------------------------------
<sel...
Hi,
This is probably a silly question but need to double check. I have Coldfusion 8 running on Windows Server 2003 powered by a single dual core processor. This webserver will be connecti...
Is it faster to run your queries on coldfusion pages by calling Views from the SQL database or gathering the data from CFQUERY within the page?
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...
have tried editing the limits.conf file to change the ulimit value for the linux box. Since i got the warning in logs "INFO | jvm 1 | 2008/10/02 19:58:49 | java.io.IOException: Too many open...
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...
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.
expert: I am new to cold fusion and want to develop one simple cf web page that does a simple select search say on first name and returns results ( i.e. fn and ln) on same page. Would have a s...
Was curious how you can loop throught the values of a query similar to the way I can with PHP.
PHP code attached.
I am working with an HTML form that is in turn handled by ColdFusion. The form asks some basic questions then gives the user the option of attaching up to three (image) files. the form can b...
Hello
I've been looking around the web with no luck
1) ups will only accept packages with a weight of 150 lbs or less and so the code we use to grab shipping options and prices needs a wei...
I have two variables simg & limg.
I also have a variable pnum.
How do I do a cfset for the following,
<cfset simg = #pnum# -1>
<cfset limg = #pnum# -2>
So if pnum = 1234, simg would equa...
Hello experts.
I have two queries like:
<cfquery name="q_test1" datasource="#dsn#">
SELECT Mobile_ID, User_ID
FROM dbo.artikel
WHERE User_ID = <cfqueryparam value="#SESSION.User_ID#" cfsq...
I have a cfquery which executes without error but returns no values, which should NOT happen but when it does i need to know, in this case i want to create a custom error page and have the SQL...
Every once in a while I receive the following message: "Response has already been committed." What are some of the factors that could be triggering the "Response Committed" message. In my pa...
Using isapi_rewrite 2, how can I rewrite the following ("domain" should be wildcarded):
http://domain/content.cfm?id=7 should be http://domain/about_us
Where "about us" is the page title...
I've seen some questions/answers similar to my question on here before, but I think I have a small twist that makes my question unique. I apologize if this exact question has been answered bef...
i am having issues with cflogin in application.cfc (code is attached). I have a login form that post to itself and i handle the login code inside the application.cfc in the OnRequestStart func...
Hello all.
I am running ColdFusion 5 on;
Dual Processor
Solaris 5.9
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_05-b04)
Java HotSpot(TM) Client VM (build 1.4.2_05-b0...
Is there any way to perform the below function? I know this particular way does not work, but is there a way to mimic what this would do?
Hello Experts.
I have one Insertpage for cars.I'm using checkboxes for the extras and i want to know how i can store the values in the DB.
I have tried to use :
<input type="checkbox" name=...