Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! Let me know if you need help using the site or assistance with non-technical questions.

 
Time Tested ColdFusion Application Server Solutions: 126 - 150 of 1790
 
I have created the following CFC based on a UDF I found online somewhere.  It basically creates a .ics (iCalendar) file that is e-mailed to a client.  The event is accepted by iCal on the Mac ...
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
If I pass an empty field into a stored procedure like so: <cfstoredproc procedure="myProcedure" datasource="#Application.DSN#" debug="yes" returncode="yes"> <cfprocparam type="in" cfsqltype=...
I have a page that has an iframe in it.   I want to know if there is a way to use the pass url variables of the page containing the IFRAME to the IFRAME page. For example: ParentURLtes...
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.
Hi there I have the following web page trying to do a ajax post to a coldfusion page which inserts data to a file: dave.html: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional...
Trying To Find A CF Function To Work Out UK (Tax Week & Tax Month) For A Specified Date Definations Of a Tax Week & Tax Month:  - Income tax weeks (tax weeks) Tax weeks are periods of...
I am trying to open a new window on an <cfinput type="button">. The window should be a javascript window and should be able to contain dynamic url variable references, I have tried the follow...
Can the UserFilesPath be dynamically customized per application? We would like to use one set of FCKEditor files at {root}/FCKEditor and then have our applications at {root}/{application#/n...
Is there anyway when uploading a word document to convert the main body of the document to text/html for storage in a varchar or similar column in SQL server instead of those dreadful BLOB fie...
I'd like to pass an array to a ColdFusion template using the URL query string. Something like: MyColdFusionTemplate.cfm?myarray=ArrayName Is this possible? The bigger picture: I have a s...
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 an edit form with three checkboxes on it.  When the original form is filled out I save the number 1 to the database if they check one of the text boxes.  How would I pull this data from...
I've created a stored procedure in microsoft sql 2005 db.  I am trying to pass just the filepath, filename, size right now because they are all new records im inserting.   Why is it that in...
Hello, I just wondered if there was a way I could update two records in the same column with different values with the same query? I have attached a code snippet to demonstrate what I me...
I would really appreciate it if someone could explain to me in detail how file upload works. The reason I am asking is because a client of ours has implemented a global filtering system on ...
I am having trouble reading from Oracle using the following ColdFusion code: <CFQUERY      name = "GetMessageID"      datasource = "REMDEV"      maxrows = "1">                    SELE...
Is there a way, perhaps using <cfheader>, to reomve the query string from the url that appears on the users address bar.
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...
A client's MLS company offers realty listing information in the form of RETS xml data. I've done several xml-based sites, usually reading the xml data into a mySQL database, but from what I...
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...
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 have simple application that utilizes the CFLOGIN tag. Here is the code: <cfapplication name="UserPortal" sessionmanagement="yes" setclientcookies="yes" sessiontimeout="#CreateTimeSpan(0,...
I am trying to install ODBC drivers for Excel on a server that is running Server 2008 64 bit. There is no option to add an Excel driver in the ODBC setup box. When I use the 32 bit ODBC setup ...
I have a table displaying several records.  I’m trying to display one of the fields, “TemplateID”, in a select box, but I’m unable to force the correct value into the select box for each recor...