Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested ColdFusion Application Server Solutions: 176 - 200 of 1707
 
does coldfusion offer an easy way to combine variables into a string like java e.g. <cfset something = "String1" + variable + "String2"> Cheers
Having Problems Inserting Details into a SQL Server 2000 database Coldfusion Code to do this is :- <cfstoredproc procedure="AddCand" datasource="IntranetBeta"> <cfprocparam type="In" cfs...
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...
Hi i need to use the the euro currency format, which i use:    #LSEuroCurrencyFormat(subtotal,"International")# For Example an output example of this on my .cfm page would be: USD999.00, wh...
I have the following two lines of code: <cfheader name="Content-Disposition" value="attachment;filename=#filePre##fromDate#-#toDate#.csv"> <cfcontent type="application/octet-stream" d...
The company I'm with is running ColdFusion MX 7.0.1 with JVM version 1.4.2_05 on Windows Server 2003. A lot of our code uses the date and time functions built into CF and we are wondering how ...
ColdFusion 5 - SQL Server 2000 I have a form with an input field that sometimes gets input with an ampersand (&) ... When I pass the URL to the next page, 'Me & Bobby' becomes 'Me ' ... I k...
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?
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...
Does anyone have any nice code to produce a pop up reminder window once a specified reminder date has occured ? Do i need to run this code in the application.cfm every one or two minutes or...
I have read several threads about this, followed the suggestions, and have not been able to solve this problem. An exception occurred when using <cffile ... > to perform a file copy operati...
Hello all,       I have a form in a coldusion page that has two different submit buttons; both of type submit but with different value tags.  One has value "edit" and one has value "submitO...
How can I make a substring from the last index of a char to the end of the String. IF I have the String "Hello and_ Welcome to _America" I want to extract the _America bit into a separate v...
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...
How to you do a date comparison to a datetime. ie: Have a datetime in a database and want to get all records for a single date.
is there a cold fusion object/tag I can use to decode a Base64 Encoded graphic image?
What would be the best way to insert date and time into a datetime field in mysql 4?
Hey all,        This should be a simple question.  I want to know how to get the path for the current page in coldfusion.  I know there is some coldfusion variable that stores this.   I wou...
hello,   I have a simple html form as below: <form action="page1.php" method="post"> <table> <td> <input type="text" name="username" size="20" maxlength="40" id="user"><br> </td> </tab...
I need to know how to unset a session variable and regular variables... Thanks in advance!
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...
Hi, I'm using z-index to stack a couple of swf files want to change the stacking order from a rollover event in flash and coldfusion.  Is there a way to do that?
hello this cfquery works fine till i add the datediff part <cfquery name="get_admits" datasource="#DSN#"> SELECT   last_name, first_name, admit_date, disch_date, admitting_diagnosis, icd...
I am having a little trouble creating a side bar menu and including it on all the pages.... I want to start out with a basic list type menu that takes up about 15% of the page.... so there i...
I have a MS Access DB with a column of data in all CAPS and I need it in Title case. Suggestions?