Using CGI or Coldfusion how can I get the page name I'm on? For example if I'm at http://www.test.com/page1.cfm how can I get the variable "page1.cfm"
I did this before but can't remember h...
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, ...
Hello,
I am writing a web based email app that uses the flash capabilities in Coldfusion. In this particular instance I am having problems with the behavior of cfgrid. First I have a checkbox...
I'm converting the commas in a list to line breaks (for display in a textarea) this way:
<cfset newlist2 = listChangeDelims(newlist,"#chr(13)#")>
Is it necessary to include chr(10) as w...
I have a question regarding null values. I have a data table, and that table has a few fields, some have data, some don't. What I'm trying to do is a cfif statement in a cfm page that if the d...
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,
How can i check in Coldfusion if exist the file: "www.mysite.com/pic.jpg"?
Thanks.
I'm simply trying to insert a date/time object i've created with CreateODBCDate and insert it into a database. The access db is connected via OLEDB and the field is defined correctly as date/t...
Hi, I want to make sure that user names entered into a database are not duplicated. My approach has been
- Create the registration form
- Test on the registration action page if the enter...
i am getting this error, been looking online can not find any help really:
An exception occurred when performing the FTP close operation.
The cause of this exception was that: Connectio...
We just reinstalled ColdFusion MX7 on a Windows 2000 server. This machine used to have an old version ColdFusion MX 6 on it, but that has been uninstalled. There seem to be remenants from the ...
Can anyone tell me how I can detect the visitor pc's screen size/resolution?
I've searched ee and found a mention below:
http://www.experts-exchange.com/Web/WebDevSoftware/ColdFusion/Q_119...
OK, since Excel incorrectly formats CSV files (it does not put quotes around all fields, which is the standard), ODBC has problems with data formats. I won't bore you with the details here.
...
I need to replace the (#) with a hex symbol it hasn't worked for me not sure if its correct. I also have a + symbol that Im replacing as well. The query is being pulled from the url.
I now have about 30 members on electriciansnet.com and presently, when they enroll, they enter their city as well as other surrounding cities in their service area to get sometimes over 100 zi...
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</...
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...
How would I populate a combo box with data from a cfc? I have an array below but they are hard coded. The cfc is built to return the data. Just need to know now to populate the combo box wi...
Hello Experts,
I'm trying to send an XML data which contains a .wav file decoded into Base64 format. This of course adds many pages of coded data to my XML code and I get the following err...
I am trying to loop over all form fields and strip out certain characters and will be performing other cleanup type actions.
For simplicity tho I am just sticking with one action till I get t...
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...
Hi,
Does anybody know where I can get a Coldfusion quiz script that is simeler to a poll? I wanted the quiz to have more than 2 questions on one page.
I was going to write the quiz scrip...
I saw this progress bar script in the Cold Fusion Contruction Kit. I just want to know where this script is being made to wait 5 seconds as noted in the comments of the script? I just do not ...
i am having an issue with gmail displaying HTML emails that are produced via coldfusion. i have tried several variations and i still cant get it to display html. a sample of code is attached.
...
I have an application that populates different types of pdf files. and I am using Ben Fortas <cf_pdfform> custom tag to populate the form fields in the pdf.
so i have 3 cfm pages to serve up ...