I have been having a difficult time writing text string manipulations. If some one could show two or three examples of extracting the number 98.67 from the following text string. The number w...
hi
how can i test if a string contains another string? for example, if i need to return true if a passed string is "jobs.new" or "jobs.old", it would make sense just to check for the exis...
does coldfusion offer an easy way to combine variables into a string like java
e.g. <cfset something = "String1" + variable + "String2">
Cheers
ColdFusion Upload PDF, Zip, etc into a MS SQL Server Blob(Varbinary(max) then how do I get it back out un corrupt?
I have some code which works for jpeg, doc, xls files. However if I uploa...
I am using Coldfusion stored procedures to insert form field data into a SQL Server 2005 database and I am getting the "String or binary data would be truncated" error. I've read through past...
Looking for a Dynamic Calendar that is not a Pop-up. Similiar to CF_Calendar, nut I do not want Flash either. Need to select one date from Calendar, then move on to next screen.
Just as a fail safe and to keep users from tinkering, I'd like to strip all HTML tags except bold and italic and maybe a few other tags. How can I accomplish this?
I am trying to access the paypal webservice but I can't just use the cfinvoke tag because PayPal requires you to acces their webservice via HTTPS with an SSL certificate. I have installed the ...
okay i have the following question with four choices:
****************
Choose one of the following: <br />
<cfinput type="Radio" name="at" value="A"><font face="arial" size="2">choice A</...
I am using SQL Server 2000 and ColdFusionMX. I have a query that returns several records per user (the database is not relational), one of the fields contains different information depending o...
I an getting this error java.io.IOException CreateProcess: when I try to use cfexecute on cfmx the same code works fine on cf5
also I do not have access to the CFAdmin or the server directly
Hello excel guys (and gals)
I need a method (or a piece of software) to break a large excel sheet into smaller ones.
A real plus is keeping the header (1st row) in all files.
I have some paths being entered in a form, which are used in other places as dynamic directory locations.
When inserting from the form (cfquery, insert... etc) I need to check these fields ...
I setup a basic email server using windows 2003 (not using exchange). I'm able to send and recieve email to the server using outlook.
I have the setup from this website that I used as examp...
I'm currently using cfcontent to allow users to export information from a site to Excel. It's been working great, but I may not have Office available on a web server I am being moved to... Is...
Hello there,
I have two issues.. one regarding calculating some values in my mysql tables and secondly how i can display these with CF code.
I have identical tables with different data i...
I am currently (in development, not production) using a page that makes a CFLDAP call to our AD server. I know that the secure port on AD is not on (any calls to the standard secure port are ...
Hi All,
I am currently building an auction website in coldfusion.
The user can input various things like location, title etc for their auction. One of the things that I am having a bit o...
I have attached the instructions for a form I am working on. I understand how to pass the string for validation, but what I don't know is how to hide the results from the user and then appen...
I recently found a ColdFusion script that allows you parse an RSS feed:
http://www.activsoftware.com/code_samples/code.cfm/CodeID/125/ColdFusion/Parsing_RSS_with_CFMX
However, although I...
Hi i have been running a test on the last page of my project and i cannot seem to get over the error that comes up. can someone explain where i am going wrong. the error is :
String index...
Thought this would be easier...
Trying to pass a dynamic where clause to a SQL query in Coldfusion (using SQL Server 7) The where clause is passed in from a form field. A simplified vers...
I have a 'users' table and a 'diaryDates' table. The users table has two foreign keys columns: assignedTo & createdby which pull from the users table. I need to change my SQL query around t...
In Windows 2000 Server, the IIS server allowed one to map .htm files to the ISCF.DLL coldfusion file via the Add Mappings option in the Configuration Tab.
But this doesn't work in Windows 2...
I have an XML feed coming in from the outside to post information on my website:
http://secure.pharmacytimes.com/services/Recent_Courses.asp
Now out of nowhere after two months of gettin...