Advertisement

635 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 1215
 
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...
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...
Hello over the last year i have been using self posting pages to perform my FORM validation which works great..... BUT the only problem I am concerned with now is security of passing URL varia...
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 ...
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 ...
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...
Hi! I have a multiple choice question page, as follows: Questions: --- answer 1, 2, 3, 4 in radio button. Now, here are my problems: 1 - sometimes there is 10, other times 15, 17, 20,...
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...
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...
Is it possible to sort a query after I have made an SQL query? If I submit this query: <cfquery datasoure="database" name="test">    SELECT data  FROM table </cfquery> And I have five...
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...
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...
Hi, I found a similar question on this site, but the solution is not what I am looking for. I need to know if there is a way to reload the keystore/truststore while the JVM is running?   ...
Not sure if this is best asked in the JS department... but here goes... I have a form with a dropdown for category, and another for subcategory All subcategories have a related 'categoryID...
I've created a stored procedure in microsoft sql 2005 db.  I am trying to pass just the filepath, filename, size right now because they are all new records im inserting.   Why is it that in...
I am using Coldfusion MX, with an access database. Having just used a form to enter a record, I now want a query to pull off THAT record so I can link other data to it.. as primary key is an a...
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 would like to have either a checkbox or radio button that when selected encrypts the output field. I have the code for the encryption but how do I automatically execute the checkbox function...
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...
How does one send an email with an audio file that plays automatically when the user opens the e-mail message?  I have received numerous emails from friends that play audio when you open the e...
Hey! I have a really easy question on clearing text fields inside a form. I want text to appear in a textbox...eg type search here and when the user clicks to type a search in the text w...
<cfloop query="A03"> <cfset THEFIN = A03.PTFIN> <cfset THEMRN = A03.PTMRN>   <CFPROCESSINGDIRECTIVE SUPPRESSWHITESPACE="No">   <CFMAIL   SUBJECT= "Discharge"   FROM="IntranetAdmin@swgc....
I've spent an hour searching and I can't find a definite answer to my problem.   I have a Coldfusion variable which is a string of SQL that I use to build a recordset.  The string & records...
i am using the following query SELECT POSITION_LIST.EMPID, REPORTS_TO, USER_PROFILE.EMPID, USER_PROFILE.USERFNAME, USER_PROFILE.USERLNAME FROM POSITION_LIST LEFT JOIN HR_TOOLBOX_USER_PROFI...
is there any way to force a user's session to expire when they leave the site so they cant use the back button to get into a secure area?