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...
I am very much a Newbie and very much confused.
I used Coldfusion MX7, Acess 2000, and Dreamweaver MX 2004 and am trying to load my dynamic site on a Crystaltech server. Since they do not a...
Hi,
I'm working on a form that has already been created for 2004 & updating it for 2005. The previous web developer used the following code to validate the credit card expiration date form...
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...
I'm creating a form that has a dropdown of items to order and I need the price associated with this item to populate the price field. The dropdown is a cfselect populated with options from an...
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...
Im trying to get ColdFusion to create an .xml file. I need the file extension to be .xml and want it to work like any other .cfm file. So I created an IIS Application Extension for .xml and...
Is it possible to encrypt URL information between pages?
Here is the example that I am trying to get to work...
FormA.cfm
*************************************************
<cfset X...
We recently purchased a new server running MS server 2003 and I had someone install CF MX 6.1 onto it (shoulda done it myself!), but they forgot what they entered for the administrator passwor...
Just got finished configuring IIS 7 on my brand new Windows Vista Machine (Premium Edition). The installation program for WIndows for Adobe Cold Fusion 8 went to completetion with no errors, ...
This javascript opens up a centerd window:
function openWin(){
var imgwid = 400;
var imghgt = 250;
var winl = (screen.width - imgwid) / 2;
var wint = (screen.height - imghgt) / 2;
...
Is there a way, perhaps using <cfheader>, to reomve the query string from the url that appears on the users address bar.
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...
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 a coldfusion form with a few multiple select list boxes. Users are successfully able select multiple values from any of those list boxes and do a search query that displays a results pa...
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
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...
I am having trouble reading from Oracle using the following ColdFusion code:
<CFQUERY
name = "GetMessageID"
datasource = "REMDEV"
maxrows = "1">
SELE...
For some strange reason I have a website that is unable to access the CF8 Ajax scripting libraries.
The website is not set up as the default website on the server (IIS 6.0 , Windows 2003), ...
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...
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 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...
Hi, am describing part of Return Authorization process. There are two screens that I am dealing with: on the first one I display a drop down list with contract numbers; after picking a number...
Quick 500 points ... I spent an hour trying to figure this out and need ASAP
All I need to do is find the last character in a string
Example: Find the last character in the string "Expe...
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.