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...
How would I create an ODBC connection to an Access database using coldfusion?
Ok, I'm displaying a number from a database table (ms sql 2005). The fields is datatype money. However, it's displaying 4 numeric values after a decimal. How can I remove the decimal and al...
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...
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...
Does anybody know how I can get a hold of a good coldfusion event Calendar application?
or
Any suggestions on an event calendar?
Thanks.
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 have an application that has been working for the past 5 months now with no problem. All of the sudden, after I log out and attempt to log back in, I get the following error:
Element CFI...
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?
...
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...
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 ...
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'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 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...
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...
Quick 500 points ... I spent an hour trying to figure this out and need ASAP
All I need to do is find the last character in a string
Example: Find the last character in the string "Expe...
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 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 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'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...
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...
Hello again folks. I created an oracle database, specified the passwords for SYS and SYSTEM and specified the username/password for the repository also.
I then go to CFMX Admin and create ...
Hi, what is the sql statement to convert a varchar to a number. I'm trying to run a query that grabs all prices that are either less than, more than, or equal to a value but need to convert t...
I've got a table that starts off with a date on top row, then a load of asorted data. Within this data, there's a value field which I need added and written next to the date on the top row.
...
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...