We do not have any clients running IE 6.0 within our organization, but I need to be able to test in IE 6. Is there any solution for this other than getting another PC with 6.0 installed?
How does one send an email with an audio file that plays automatically when the user opens the e-mail message? I have received numerous emails from friends that play audio when you open the e...
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 ...
Okay, I am having some trouble sending an email via Coldfusion 8.
There are three servers all on the same network, all can access each other fine, and all also have different external IP ad...
Is there a formula or tag to convert decimal time to regular time? (ie 5.75 into 5:45)
How can i make a flash form submit upon the user hitting the ENTER key?
Like in a standard HTML form.
Thanks in advance for any answers..
Am giving 250 points.
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...
I am doing my best to try to read an Excel file using ColdFusion.
The problem is, if I try to load this data:
LOGICAL_CIRCUIT BUSINESS BUC
TEST_CIRCUIT 666666 D47147
TEST_CIRCUIT 66666...
I am using CF MX and consuming a .Net webservice (http://book.livebookings.net/webservices-test/internal/service.asmx?wsdl). When I parse the result to retrieve datetime values they are return...
I've successfully instlled CF8 on Ubuntu and now I'm tying to add a startup script to make it auto start whn the server is restarted.
I followed the instructions in Matt woodwards blog on t...
Hi, I'm calling a coldfusion webservice that pulls back records, parses them in xml and displays them but am getting this error..Document root element is missing. Any ideas? What would I nee...
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...
I have a mysql database that I am storing data and images. I want to allow a user to search for an item and then have that search retrive the text, image and show it to the brower. I have no p...
I am seeing this error in the event log and I am trying to detrimen the cause. Can someone point me in the right direction.
Failed to register with the CMS servername. Please make sure the...
Hi all,
I'm trying to strip all text from a string excluding anything within brackets (<.....>).
Here is a sample string: 211 - 215, London Road ST4 5RW <10675347>
Using the regex state...
I am in the process of switching from Ruby on Rails to ColdFusion.
I've installed ColdFusion, and the tutorial i'm using (http://www.intermedia.net/support/ColdFusion/CFMXdocs/Getting_Start...
I'm trying to return a query that has both null values and empty values, which are different. The following doesn't work..
I searched the site and I *KNOW* there's an solution for this. I have 2 cfinput datefields stacked on top of each other in a form. (yes, using a table if that matters - yes bad coding, I know...
This is the full error,
ODBC Error Code = 37000 (Syntax error or access violation)
[Microsoft][ODBC SQL Server Driver][SQL Server]Line 1: Incorrect syntax near '='.
SQL = "select * from ib_...
How many concurrent users can the follwoing conguration support? I'm wanting to figure out how many clients I can manage before having to switch to the enterprise version of CF8.
Its primaril...
I installed CF8 on a test server to plan for upgrade from CF7. When I reboot the server, the "ColdFusion 8 Application Server" service does not start. I checked to make sure the service was ...
Hi Experts,
I'm having issues with poor performance on my web site and I need some guidence as to how to trouble shoot the problem.
In short, my web pages are taking a long time to load...
Hello,
I installed ColdFusion8 in Multiserver environement with JRun 4 and the system works well.
Now I'm trying to upgrade JRun with the latest Updater (Adobe JRun Updater 7) downloaded fro...
OK, hopefully I can explain this with confusing anyone. First I have a table in my SQL database that contains events. The fields are EventID, EventName, EventDesc, EventDate. Second I have a w...
Hi There,
I'm sure this problem is very simple I just can't find out what I'm doing wrong. Need to insert a single value into a MS Acces database however both the TABLE NAME and the FIELD N...