ColdFusion Hosting Providers ColdFusion Hosting Providers' List brought to you by *** ColdFusion-HowTo: Yahoo's No. 1 and the biggest group for ColdFusion...
One nice thing about using array notation to reference variables is that it allows you to access otherwise invalid variable names - including creating them. If...
#warning! very new to the cf game! Thanks Joe - i got glued! but... and there always is one ... I m getting an error - cfoutput tag property/attribute error (...
Hi, If you are on windows PC have a look for the character map utility which allows you to find all the different codes. But note that some characters are only...
Hi, I'm using the CFHTTP tag in CFMX7. A couple questions: A) When I set the timeout within the tag to "0", or even "1" - there are times when it will loop...
I need to display different HTML inside cfloop for different if conditions. Any suggestions. thanks, faiz <cfloop list ="" index=""> <cfif> <query> </cfif> ...
You can use css to do this and set the class name different depending on which one is chosen through your cfif statement. This is rough but hopefully you can...
I can remotely connect to my sql 2000 sevrer through Enterprise manager, but I cannot get CF to connect. Do I have to create a DSN on the SQL server as well....
Which cf server do you run? _____ From: coldfusion-howto@yahoogroups.com [mailto:coldfusion-howto@yahoogroups.com] On Behalf Of DPHOT0_99 Sent: Thursday,...
I have a simple form on my site and I am using Dundas Mailer to process and email the form data to me. I want to add the ability for the site visitor to send a...
Connect directly via coldfusion scripts and report the SQL error here. When debugging always remove not add factors to get down to the source of the problem....
This is pretty much off-topic for a ColdFusion group. Why not try your question in an ASP group? ... -- Richard Michael http://iraq.ancestryproject.com/ Iraq...
I understand this is off-topic, but I can't seem to find an ASP group that is as active as this group, and I was hoping that some kind soul who knew the answer...
I had to do something similar, a few years ago with asp. Took about 2 weeks to figure out and get to work right. You will need to build or install something...
Is there a simple script that will take all form variables and send them through CFMAIL? I've build form processors in the past, but each time I had to output ...
<cfdump the form scope In the email that's what I do _____ From: coldfusion-howto@yahoogroups.com [mailto:coldfusion-howto@yahoogroups.com] On Behalf Of Pedro...
Thats what I did yesterday and I connected perfectly. The server had no ODBC connection setup. I ran a quick query and recieved a dump, then tried again and CF...
Use it everyday. Works with VeriSign PayFlow Pro credit card processing. ________________________________ From: coldfusion-howto@yahoogroups.com on behalf of...
First, Access loves to make things overly verbose. 1) There is no need for any of the "pad_application_table." prefixes because your SELECT statement has only...