Hi all I laid out a scenario and it seems to me that there really isn't a need for three application.cfm's or three OnRequestEnd.cfm's. Wouldn't it be more...
Hi James, Did you ever find a solution to this? As far as i've got is outputting the entire presentation as jpegs, but i can't get access to individual slides...
This is what works for me one application.cfm page only HTH, Ernie <!--- application.cfm ---> <cfset dsn="intranet"> <cfset serverPort="81"> <!--- Define...
I'm having a bit of a problem with a scheduled page, twice in the last 4 months it has given the wrong info. This is what is should be doing: At 1:00 am the...
Maybe I'm missing something but to me, it should only email a two day range - yesterday and today. However, you're not stripping out the time so if you run it...
Normally it does just mail the order numbers placed the previous day. But this morning it mail order numbers for more than yesterday and the first hour of...
If you want to open more then one CF studio, and you know how to modify the registry with regedit, Try this HKEY_CURRENT_USER\Software\Macromedia\ColdFusion...
How do I view the cookies that have been passed from another webpage without having the cookies go into a database? I have not been able to get the correct...
Hi Ernest thanks so much for the e-mail. I signed up too`-` thanks John ... <http://mxopenrate.112.2O7.net/b/ss/mxopenrate/1/EMAIL?pageName=10081> ... ...
A thanks from me too! I didn't realize these seminars existed. Kim ... From: John Michael Barrett [mailto:barrjohnm@...] Sent: Thursday, December 01,...
I would like to write a Dynamic Form Builder using custom fields and store the data dynamically. Can anyone give me some links, tutorials or code to help. My...
Hi everyone Any ideas why my button doesn't appear? I get the query results displaying fine but there is supposed to be an 'add button' at the bottom. A user...
Ernest, Thank you for the heads up on this seminar. Much appreciated especially since I am now deciding to start learning coldfusion. Michael Ernest Breau...
<cfset farhen = ((212-32)/100 * celsius + 32)> This works great if "celsius" is not zero. Otherwise fails ... but only 50% of the times (!!) Please advise. TIA...
HI I have a question Three Tables 1.tsHospital fields Hospital_ID Hospital_Name English Russian #English and Russian are check fields (yes/no) 2. tsLanguage ...
Hi Walter, I have a java program that does that, you can see it here: http://www2.hawaii.edu/~johnbarr/Java/Temp.java I can try to convert it to cf tomorrow,...
Instead of two columns Russian or English yes or no why not have one column called language with data which could be then Russian or English. _____ From:...
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...
Dec 2, 2005 6:21 am
36244
Dear all, Our Coldfusion Server 6.0 runnin on ibm XSeries with Intel Xeon 1.1 processor. And ther server connect to database that provide by AS/400 (DB/2). I...
Marulam Sinaga
marulam@...
Dec 2, 2005 10:50 am
36245
Try downloading and installing the patch for MX 6.l and then the updater 3 version to take you to MX6.1u3. This may resolve your issue. -John ... From:...
This should answer all your questions : http://www.cflib.org/udf.cfm?ID=31 Gilles ... From: Walter Conti To: coldfusion-howto@yahoogroups.com Sent: Friday,...
and backward : http://www.cflib.org/udf.cfm?ID=63 Gilles ... From: Walter Conti To: coldfusion-howto@yahoogroups.com Sent: Friday, December 02, 2005 12:29 AM ...
Works well for me, although it might look simpler like this: <cfset farhen = celsius*9/5 +32> -- _______________________________________ REUSE CODE! Use custom...