Advertisement

250 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

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

 
Time Tested ColdFusion Application Server Solutions: 51 - 75 of 836
 
Hello, I am trying out this cfreport tag and I am getting this error.... An unexpected error occurred while using the Crystal Engine. Error number 500 ocurred (Not enough memory for oper...
I'm trying to encrypt the results of a query, then store them to a file which can be downloaded. I am using the encrypt() function which in turn uses Xor. How could I then decrypt this file...
If I do a query of a SQL 'smalldatetime' column, this is the format I get: DateBegin ->  2004-06-21 08:51:00 Here are the form select fields to get the dates I will compare to it. These ...
I can disable the checkboxes but I can't make them read only. I am able to do this, so I know it works: <SCRIPT LANGUAGE="JavaScript">    function disableform(staff_access_allowed_add_r...
I am currently running a Coldfusion 5.0 application with a SQL 2000 backend database. I am interested in creating a tool that will import student records from excel file into my user login ...
Hey developers; I'm creating a page that I would like to display a message for 3 seconds, and then redirect to another page. Here is the code I am using right now. ...... <body><div align...
Does anybody know how I can get a hold of a good coldfusion event Calendar application? or Any suggestions on an event calendar? Thanks.
We have recently been hit with a bunch of various bots trying to glean information on varous websites.  We have in place a global error handling page for ColdFusion on the server so they are n...
How can I modify the following query to ignore disabled users in Active Directory? <cfldap action="query"     name="PhoneList"     start="#Portal.LDAPOUStart#"     attributes="cn,sn,give...
Using coldfusion or javascript. I would like to have a listbox on the left which will be dynamically populated via coldfusion. I want to be able to select one or multiple entries, click "AD...
I have a number: 64118.56 How do I round this to 65,000?
I am looking for my options to have a button on my page to print directly a word document or pdf.   The <LINK rel=alternate media=print href="thedocument.doc"> type tag does not work, it on...
Hello, I just wondered if there was a way I could update two records in the same column with different values with the same query? I have attached a code snippet to demonstrate what I me...
I'm trying to figure something out here... <cfquery name=myquery> select * from table where empid = ... </cfquery> <cfif myquery.recordcount GT 0> Put data here <cfelse> There is ...
I know how to destroy session variables but am encountering some problems. Below is the description of the problem. Description ----------- I am trying to create a website but requires us...
Hi, Is there any way to convert a form value to a number? I've tried <cfoutput>#Val(FORM.numOfFields)#</cfoutput>              <cfoutput>#Int(FORM.numOfFields)#</cfoutput> and CF said ...
I need to find a good quality / cost effective image resizer for ColdFusion MX that gives us the following functionality: 1) good quality thumbnail creation 2) Ability to apply smoothing o...
I have two queries with columns year and value. I want to subtract value in one query from value in the other and store the result in an array or structure. Then I need to convert the array or...
I am trying to duplicate this action in coldfusion from PHP.  I have 2 different list boxes with a date a list of student names.  I want to be able to highlight multiple items in each list box...
I have two coldfusion forms the first has a select box that is populated for a data base. I also has text areas that are populated when an item in the selectbox is selected. Last on the first ...
I have set up a textarea field for users to enter email addresses to send a notice to. I've been trying to convert the results into a comma-delimited list, which I can then use as a recipient ...
We just reinstalled ColdFusion MX7 on a Windows 2000 server. This machine used to have an old version ColdFusion MX 6 on it, but that has been uninstalled. There seem to be remenants from the ...
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?
I'm having trouble executing some PL/SQL from CFQuery using a DSNless connection to an Oracle Database.  The Coldfusion Server is Version 5.  Any help would be apprecipated! Here is a snipp...
I am designing forms which will be asking people for their date of birth. I was thinking to use 3 inputs: combos for day / month then let them key in the year. How can I provide my users...