Congratulations to DanRollins, the first member to earn 50,000 Article points! With 56 articles written, including two Editor's Choice and ten EE Approved, DanRollins is more than worthy of this honor. Keep on rollin', Dan!

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested ColdFusion Application Server Solutions: 1351 - 1375 of 1375
 
Hello, With a login in a computer of an closed network the user is already identified in the network and on the server. Can i get the username he uses to login in my ColdFusion-Application...
Hi all I use cfx_image to manage a database portfolio picture, No problem for thumbnails generator but when I try to write copyright text/keywords into image with this parameter "      <CF...
Hi, I would like to create a Forum in Cold Fusion. I went to one web site, but it seemed kind of confusing. Does anyone know where a good web site is to follow instructions step by step ...
I am using GETDIRECTORYFROMPATH(#CGI.CF_TEMPLATE_PATH#)and it returns the proper directory except that it has a \ at the end. I.E. c:/www/test/\. Anybody know why this happens?
I am trying to create an error report page that appologises to the user that the error has occured and also sends an email to myself with the error code. Is there anyway of setting a variab...
I only want to pull rows from a database where the date in SentDt column is greater than today minus 22 days. For some reason ,  the query is working and stuff is outputing, however the dat...
I have a page that involves a textarea entry. For example a user types in the textarea field with this one: ---> This is just a sample reply. For reference you may go to this site : http...
I am transferring a site and get this error. What do I need to do to correct it? Cannot find CFML template for custom tag formurl2attributes.   ColdFusion attempted looking in the tree of...
Hi, I am trying to create two dynamically linked drop down menus. IE Person selects product category in first drop down menu and then sub categories for that major category are automaticall...
I am getting "strange behaviors"  while trying to open an excel worksheet in IE. Several machines running 2000; NT4.0 with IE 5.50 sp2  and IE 6.0 work fine; but others running with IE5.50 s...
Hi there, Got something wich cracks my mind... Ive got some members inserting some data in the database. This is something like an event at one day they are inserting. For example: I am i...
How can I create a winzip file using coldfusion code? Can this be done, or do I need to use a diffrent scripting language for this like Visual Basic?
I'm trying to query a .dbf file (what kind I dont know), using Coldfusion.  I read that this would be the command for a dynamic connection: <CFQUERY NAME="qContact"  DBTYPE="dynamic"  CO...
I installed a UDF called SafeText that I read about in "Coldfusion MX Bible" (http://www.cflib.org/udf.cfm?ID=56). I'm using it for a web form that stores data in a database, emails the same d...
This code works fine for a table, but  when i put it inside the <cfoutput> tag i get an error.  Is there a better way to change the color of a row then i mouse over it (when the data is output...
Is it posible, not to mention good practice to use the output from a query inside a loop?  I am attempting to do that now and instead of getting the enitre list like I was expecting I get 1040...
can anyone solve this error?? Query Of Queries syntax error. Encountered "ServiceCode" at line 4, column 15. Incorrect conditional expression, Incorrect conditional expression, Lexical err...
I have a website where when you login you get taken to your profiles page and the url looks like domain.com/profie?cfid=234234234&cfsession=whateverhere. I'm using session and client manage...
I'm looking to create a web service that can be made available to anyone.  I want to start by creating the component object, running an initialization method to set the user's unique keys, and...
Question pertains to right naviagation of this page http://dev.fusionapps.com/wboe/dsp_home_page.cfm Will open multiple questions if this is not an easy fix. Wondering if there is more d...
I would like to create a query based on CFLOOP.  I need to update a undetermined number of numerically-named fields.  After the loop is processed, I am looking for the following example to be ...
Hey all, Is there a way that I can capture the windows login so that my users don't have to login to their computer AND login to the intranet site?
Hello, I am interested in creating a coldfusion hit counter for my website.  I need the hit counter code to work and yet monitor several pages page1.cfm page2.cfm page3.cfm I need ...
Anyone know how to get better whitespace compression out of coldfusion. The New Atlanta Blue Dragon server does it much better, I'm hoping there is an easy way, I know I can code it myself but...
Hi experts, What I want to do is to have a "Textarea"(within a <cfform>) in my coldfusion page and have the users upload news releases. I don't have the control over how big in size this ne...