ColdFusion Hosting Providers ColdFusion Hosting Providers' List brought to you by *** ColdFusion-HowTo: Yahoo's No. 1 and the biggest group for ColdFusion...
coldfusion-howto@yaho...
Sep 1, 2003 11:03 am
18612
... From: John To: coldfusion-howto@yahoogroups.com Sent: Monday, September 01, 2003 3:16 PM Subject: [coldfusion-howto] Re: request scope <snip> Ideal things...
I'm having a problem where I'm trying to display all the months by the 3-letter abbreviation but instead I'm getting this... DEC / JAN / JAN / JAN / JAN / JAN...
the problem is that DateFormat is expecting an actual date, It interprets the integer variable "monthlist" as a date. Use Left(MonthAsString(monthlist),3) or ...
Hi, The problem is ColdFusion is expecting a date and you are passing it an integer; hence DateFormat is choking. I am afraid the best you can do in this...
Does anyone have experiences with "Project Management Tracking System" with ColdFusion or know the example sources? This system will need to handle multiple...
I am planning to move onto Oracle 9i with ColdFusion. I like to the best version of ColdFusion (5, MX, or 6.1) with Oracle 9i. Please advise. Thank you, ...
Of course, there are exceptions to every rule. But on the norm, the datasource won't change so it's simply a good rule in that case. That way, if you move...
Hi group, I searched the archive on Yahoo and googled around several times and came up dry. I have a form that I would like only to be served up securely, but...
... What version of CF are you using? I don't have access to an SSL server, but in CFMX 6.1, I get these interesting attributes from a cfdump of CGI: ...
corrections inline ... when using a cflocation to redirect a page, it doesn't appear to the user that they are loading a page twice.. ... .. ... .. ... that...
Ben and Roger, This snippet did the trick: <cfif cgi.HTTPS IS 'off'> <cflocation url="https://site.com/form.cfm"> </cfif> Nate - my reference to the...
But are you using the security certificate? regards, ... Marcos Placoná Macromedia Cold Fusion Developer Cel: 9560-3260 ... From: Watts, Patrick (Word Ent) ...
Although that still doesn't do much for form variables. Hmmm.... must ruminate. JoAnn A. Schlosser Senior Consultant Grant Thornton LLP Vienna, Va. Tel: (703)...
Help! I've been staring at this project for waaay to long and now can't figure out why this (simple) thing is giving me an error. All I want to do is find all...
Apparently "such a platform" is mine. ; - ) Thanks Ben, That worked! Though I could swear I've used one of the others before on this server... course the SAs...
... Someone correct me if I'm wrong, but I was under the impression that a readonly lock was not a lock at all -- it merely causes the code in question to wait...
Me again. : ) Same application, but now I'm trying to use cfinclude to pull in a txt file that the user will create for each question. This file has only...
I think u better use 6.1 5 and MX are fine too :-) I am currently using coldfusion 5 & oracle 9i and everything is working fine. ... From: Kang, Daniel To:...