One thing to note about trapping errors is that the one thing you can't safely catch is a timeout error. You can actually trap it but the moment you try to do...
Search the archives. I don't recall how long ago it was or the product involved but it was discussed in detail and there is a product. -John ... From: Karl...
Thanks Chris, It seems that the <CFUPDATE> tag is not supported (should have never been) and should be replaced by <CFQUERY> with a regular UPDATE SQL ...
I think it was 1-2 months ago, but the product sure looked nifty. JoAnn Schlosser Web Consultant ASI Consulting Advanced Solutions International, Inc. ...
Hello all, I have this strange problem with CF Scheduler. I have an accounting report that is scheduled to run once a month, on the 1st of every month, through...
I have a site I have to ape and it opens without the left- and right-hand chrome in the browser window. How do I replicate this? I can't find CSS syntax for...
That is odd. I don't know what would cause it but if you need a solution now, add the following logic to the top of your template and set the task to run...
Depending on the configuration of *nix boxes, the CFDIRECTORY tag may return date stamps for DateLastModified that look something like "Thursday, September 16,...
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...
Oct 1, 2004 7:25 pm
28849
... To find the proper server to ping, you would need to retrieve the MX DNS record for the domain. Then pinging it would only indicate it is alive and...
Thanks. However, it still does not explain why this is happening in the first place. Do you know if the CF scheduler is designed to account for 28/29/31 day...
I don't know what would cause that. -John ... From: Hakim Ali [mailto:hali@...] Thanks. However, it still does not explain why this is happening in the ...
Could anyone tell me how to store a coldfusion structure into a JavaScript array? I know how to serialize ColdFusion to JavaScript with WDDX, but I don't know...
Rajesh - why isn't Indiannic on here? You are my host! JoAnn Schlosser Web Consultant ASI Consulting Advanced Solutions International, Inc. Alexandria, VA ...
Hi to everyone. last couple of days i was working on form mail script in php. I after spending a whole day i was unable to get anything out of it ( not working...
Check out the CFMAIL tag. http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/tags-pta.htm If you have a form filed named "FirstName", you can email it's...
I'd like to sort the following list numerically. 10_A 20_C 30_G 40_B 50_D Problem is, using "ListSort", I can't sort it numerically because it contains...
Hello, You can use the StructCount(structure_name) function provided by the coldfusion ater you serialize the data. Use it(StructCount) as the next statement...
Hi, I have a site (site1) in coldfusion. I need to be redirected to another site(site2) from which i get redirected back to site1 with some info passed through...
Hi, Please add rejister.com to this list as well. _____ From: coldfusion-howto@yahoogroups.com [mailto:coldfusion-howto@yahoogroups.com] Sent: Friday, October...
Mehdi_ Zare@...
mehdi_zare@...
Oct 4, 2004 4:35 pm
28862
you could put a webservice on site 2, it would likely perform better than a straight cfhttp and parse method this would of course require CF MX. if you dont...
Nate Nielsen
nnielsen@...
Oct 4, 2004 5:05 pm
28863
Hi all, I have an application that allows users to add events to a database. When an event is successfully submitted, a .vcs file is also automatically...
I can't figure this out. I hope someone is still around to lend an 2nd set of eyes. Basically, the application checks for session var and includes login page...
Hello, I think the problem that is getting caused is due to the cflocation. Use cfheader instead and it should work fine.... The code should exactly be .. ...
Thanks John ! helping me out. Now another Problem ... phew..... when i try to send email to hotmail or yahoo it vanish ... i havnt recieve any one of them any...