Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

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

 
Time Tested ColdFusion Application Server Solutions: 76 - 100 of 1707
 
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?   ...
ran into a problem today...switched to firefox 1 to do my development and seem to be running into issues with cflocation...or fusebox or...??? Error Message "Redirection Limit for this...
I cant install ColdFusion 8 on Windows 2008 with IIS7. I get the ErrorPage: HTTP Error 500.0 - Internal Server Error The page cannot be displayed because an internal server error has occur...
I have a comma-delimited list that have a double quote after each string such as peter", paul", mary"  How can I remove the double quote from each string, then recreate the list?
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 ...
Hi,  I'm getting error while working with JSP page having prepared statement. There are 3 prepared statements, 3 different ResultSet objects being used correspondingly.Other two prepared st...
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...
I'm having problems pulling BLOB data from a mysql db and displaying it in a web browser.  I can query the db just fine and return text data.  However, the BLOB shows up as "Y0ya" instead of t...
Okay, I am having some trouble sending an email via Coldfusion 8. There are three servers all on the same network, all can access each other fine, and all also have different external IP ad...
I want to replace one image with another larger image but I absolutely don't want to reload a page or open another window. Can this be done using a form INPUT (OnClick) or even an href anchor?...
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 would I create an ODBC connection to an Access database using coldfusion?
I am developing a site that's a bar database that displays events, band and schedules, etc. One of the features is an event by date calendar. When a date is clicked, any event or  band eve...
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 ...
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 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 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...
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...
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...
Is there a formula or tag to convert decimal time to regular time?  (ie 5.75 into 5:45)
ok i am trying to get the values from the form by using FORM.myEditor after submit (posted to same page). but all i get is a error: Element MYEDITOR is undefined in FORM! Now i know that when ...
Hi, I am attempting to access Windows 2003 server active directory with the LDAP command.   I cannot find very good documentation how to do this, however I am attempting to do the following...
Hi, I am migrating a pl/sql web based system onto an Coldfusion server so have to re-write all my stored procedures into .cfm files. In my current environment I use templates e.g. PRO...
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 ...
Does anybody know how I can get a hold of a good coldfusion event Calendar application? or Any suggestions on an event calendar? Thanks.