Advertisement

Over 40 Experts attended the first Annual Core Conference! Take a look at what happened throughout the week...

2008 Core Conference

 

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

 
Time Tested ColdFusion Application Server Solutions: 176 - 200 of 836
 
I'm having this problem with my browser caching login information, even after the browser is closed and reopened.  I have checked the box to use J2EE sessions ( a setting in CF Admin) so I tho...
Hi All, I have a search form with a Getty-style drop-down menu with multiple selections.  Essentially, the user would but some text to search for in the text box (i.e. shovel), then have th...
I'm trying to loop through all the form fields, append the fieldname, value and carriage return into a variable, then inserting the variable into a sql server 2005 database. I can't figure out...
Hello, I need to validate and error check a text box the user sometimes enters a date in.  I would change the data type to a "date/time" from text, however, the user sometimes needs to ente...
Unless I'm missing one, there doesn't seem to be one built in? First person who can point me in the direction of a free function/custom tag/etc that can encrypt using the md5 algorith gets ...
Hello,   We try to automatically identify users on an Intranet zone. All users are using MSIE on Windows NT4 Platform. Cold Fusion Server 4.5 is running on Solaris with Iplanet web server. A...
In single cfquery i am using multiple update and insert statement. Is this possible?? If i use only one update and one If statement, its working great. If i introduce another If statement afte...
I'm trying to update null fields in a table from a current list in the table (where the fields are not null.  Some of the keywords in the table are empty and I'd like to fill them up from the ...
I have been working on this but haven't been able to get it displayed like I want it. I have a simple form, here is the code: <cfform action="#REQUEST.Site.Root##XFA.VerifyUser#" method="p...
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...
Hi, Was not sure whether to post this question here or SQL Server Area.... For some reason I get this error: Database Error: [Macromedia][SQLServer JDBC Driver][SQLServer]Line 35: Inc...
Hi, Our system uses the FCKEditor. I understand that it has been integrated into ColdFusion 8 (via <cftextarea>), but can't find any decent tutorials about how to use it. Please post links ...
JRun is the bain of my existance.  Since the conversion of CF 5 to CFMX (not an upgrade, complete new system) JRun has been a living hell.   For no reason it will spiral up to 500 MB of mem...
No logro conectar los DataSorce a mi herramienta ReportBuilder, tengo una tabla .DBF y ya la di de alta en el administrador de ODBC, me manda una error que no puede encontrar el nombre del DSN...
I'm looking to perform a redirect that can accommodate file names in the originating link.  The issue is I've relocated a domain onto a shared server and created a sub-web, however, the host h...
Does anyone know how to export Coldfusion 7 datasources and other settings from one server to another?  In Coldfuison 5 you could export the datasources from the registry.  The datasources don...
Hi everyone, After copying the entire wwwroot directory from our old web-server (2k SBS) to our new 2003 box, one of our websites decided not to work anymore.  When it is viewed on the 2003...
I'm a coldfusion developer and I have a new project where I have to deploy a war file on jetty. My was war file will be a part of a huge application and will be deployed within it. As long as ...
I have what I thought would be an easy question, but if it was easy, maybe I wouldn't have the problems that I do. I have a very simplistic database, in MSACCESS right now but will eventually ...
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 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...
Hey guys.  I have created a simple email test template.  And I set up my task scheduler to run it.  I manually run the task and it says "This scheduled task was completed successfully. "  But ...
i need to track where our visitors come from. the following code works great if someone A) clicks a link to our site or b) types our actual domain. the problem is, we have several "gateway...
Hello all, I am attempting to use Coldfusion session variables within my web portal system.  However I am running into a major problem when I attempt to add <cfapplication> tag into the app...