What do you think about Windows 7? Write a review or a how-to about Microsoft's newest product and earn unlimited points!

 

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

 
Time Tested ColdFusion Application Server Solutions: 176 - 200 of 1375
 
Hey Experts, Forgive my ignorance and vague description - any help would be awesome. We had a Web Application developed for us.  We originally had it setup on a Hosted Dedicated Server.  We...
Dear experts, I cannot explain my self why the following code does not show a "hand" cursor. <select style="cursor:hand;"><option>something</option></select> Why doesnt' it work? T...
Hi, I am trying <cfif #form.sort# EQ "Price">checked</cfif> within cfoutput but when the form hasnt been submitted it produces errors, in PHP you can use isset to ignore it, how do I ...
The specified module could not be found After installed/ reinstalled ColdFusion MX 6.0 over and over on my WinXP Pro, it keep showing me the above error, i don't know how to solve it, just ...
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, ...
My company currently has a subscription form located here: http://www.fma-communications.com/Forms/Subscription-Express.cfm We will be completely rebuilding this form in the future, howeve...
I have image files in a directory on one of our servers that are displayed as links on a web page...some of the image files are TIFF and some are JPG...in coldfusion, how do I go thru the file...
ok, I admit it, I am coming to Cold Fusion from languages like Javascript, Perl, PHP etc. I have done lots of programming in these languages and I have to say that I am only using Cold Fusion ...
I am getting an error message when I try the following insert query, what am I doing wrong? Here it is.... <cffile       action = "read" file = "c:\inetpub\wwwroot\coldfusion\performea...
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 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 have a field in my MS SQL 2000 db that is a TimeStamp datatype, which is stored as a binary field and i cant for the life of me figure out how to output the data (in coldfusion). i get erros...
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...
I have a CF form, in flash format, that if the user selects yes (or specify own value) to one question (from a radio button) that enables a list of questions for the end user to complete.  If ...
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...
I created a document management system that will allow upload/download/delete capabilities on a single document level.  I can create folders to contain groups of documents but I can only delet...
I need help attaching a file in CFMAIL.  I have tried many different ways using both <cfmailparam> and with mimeattach= within the cfmail tag. If I send mail with the following code, I do n...
Ben Forta uses both cfinvoke and cfobject in his tutorial at http://www.macromedia.com/devnet/coldfusion/extreme/bforta_cfc.html Livedocs says "When the cfobject tag creates an instance o...
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...
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...
This javascript opens up a centerd window: function openWin(){ var imgwid = 400; var imghgt = 250; var winl = (screen.width - imgwid) / 2; var wint = (screen.height - imghgt) / 2; ...
I have a ColdFusion 8 HTML cfgrid that contains a "last modified" column which is the date the record was last modified. I want to visually alert the user when the record is older than 90 days...
Trying to delete a specific variable match within a struct...having problems understanding this... <<< I need to delete this specific element >>> masterOrder[itemCount].items[masteritemCou...
I need to run a query that will provide a recordcount for all the orders placed today.  When an order is placed i insert the value of #createODBCDateTime(Now())# into my orders table.  Now how...
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...