Error Handling

2002-02-03 Thread Eric J Hoffman
We have just a weird little bug affecting maybe 1 of every 100 purchases on a site..and we always get back it was an error, I dunno even though the page asks the user to copy and paste and send to the provided email link. Within cftry/catch, can you use cfmail to fire us a mail, and on an

Re: Error Handling

2002-02-03 Thread David Schmidt
I've used something like Cferror template=errorhandler.cfm type=Exception and then used cf code in the errorhandler.cfm template. I've also cfmail'ed. Works fine (at least in CF5). I believe that is is the global catch-all error handler that you specify in the CF Administrator that cannot

Re: Error Handling

2002-02-03 Thread Don Vawter
I surround every template with try catch and call a custom tag/module within the catch. The module serializes the session, cgi,url,form,request,error and client structs stuffs them in the error_log table and mails the designated admin a summary of the error and a hot link to the page that

RE: Replacing Commas in a Form Field to keep list from Bombing

2002-02-03 Thread Raymond Camden
Don't forget you don't need evaluate to get form fields. Change evaluate(form.#itemname#) to form[itemName]. === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email: [EMAIL PROTECTED] Yahoo IM :

comma to tab

2002-02-03 Thread Eric J Hoffman
Is there a custom tag or easy method to take a comma delimited list and convert it to tab delimited...something better and more robust than trying some sort of rereplace madness? I see some in the gallery to output from data queries, but we are merging two comma delim files but the client's

Re: comma to tab

2002-02-03 Thread Don Vawter
listchangedelims(list,newdelimiter,olddelimiter) - Original Message - From: Eric J Hoffman [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, February 03, 2002 12:05 PM Subject: comma to tab Is there a custom tag or easy method to take a comma delimited list and convert it

RE: comma to tab

2002-02-03 Thread C. Hatton Humphrey
Have you tried something like replace(ListVar, ',', '#Chr(9)#', 'ALL') or ListChangeDelims(ListVar, '#Chr(9)#', ',')? Oh... I'm pulling Chr(9) from memory as the ANSI character for a tab, BTW... That's what I get from making a suggestion from home ;) Good luck! Hatton -Original

RE: comma to tab

2002-02-03 Thread Raymond Camden
ListChangeDelims() will replace any list delimiter with another. === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email: [EMAIL PROTECTED] Yahoo IM : morpheus My ally is the Force, and a powerful

OT: New Code Red-type outbreak?

2002-02-03 Thread Matt Robertson
Is it just me, or has the usual level of noise generated by Code Red-infected servers gone *way* up in the last few days? My home dsl connection is being inundated with attempts, and my server logs show a steady increase beginning on the 28th, from the looks of it. --Matt Robertson-- MSB

Re: comma to tab

2002-02-03 Thread Jim McAtee
I've got a feeling he may be asking for something that can handle qualified, delimited lists, such as: Item one,Item two, with a comma,Item three,Item four Often, I've had to deal with lists in which the qualifiers are optional, but are needed when an item contains either whitespace or the

RE: comma to tab

2002-02-03 Thread Eric J Hoffman
well looks like we might use a tag to take the merged comma file, put to a query, then use a tag to output it to our liking. Sorry for the interuption... Regards, Eric J. Hoffman Director of Internet Development DataStream Connexion, LLC (formerly Small Dog Design) -Original Message-

RE: comma to tab

2002-02-03 Thread Andrew Scott
Well for starters I wouldn't use ReReplace as this is for RegularExpressions, a normal Replace would be faster:-) -Original Message- From: Eric J Hoffman [mailto:[EMAIL PROTECTED]] Sent: Monday, 4 February 2002 6:05 AM To: CF-Talk Subject: comma to tab Is there a custom tag or easy

Re: OT: New Code Red-type outbreak?

2002-02-03 Thread Nick McClure
I have more than usual on my DSL, but it is not bad. But yea, I see and increase from about the 26th. At 11:47 AM 2/3/2002 -0800, you wrote: Is it just me, or has the usual level of noise generated by Code Red-infected servers gone *way* up in the last few days? My home dsl connection is being

RE: comma to tab

2002-02-03 Thread Eric J Hoffman
Well, we have considered that...this is a text file that needs to get read into a variable either way, slapped into a list or to a query...then have the delim change happen...and then write it to a text file again. So it seems one half of one, one half of the other. At this point putting it

CF Studio Error: The Connection With The Server Was Reset

2002-02-03 Thread E C list
Hi Folks, I am suddenly getting an error message in ColdFusion Studio 5.0 when I go to save files to a particular remote server via RDS: The Connection With The Server Was Reset I can open and browse just fine but I suddenly can't save files. I don't think anything has changed on my end and

RE: OT Javascript

2002-02-03 Thread Dave Watts
You need to use the proper case methinks. onDblClick The event handler itself is an attribute of an HTML tag, and isn't actually part of JavaScript itself. Therefore, it doesn't matter what case you use - at least, I've never encountered a browser in which it matters. Dave Watts, CTO, Fig

RE: CF Studio Error: The Connection With The Server Was Reset

2002-02-03 Thread Andrew Scott
Because it is timing out! Browsers used to display this same message back in the days of V3. -Original Message- From: E C list [mailto:[EMAIL PROTECTED]] Sent: Monday, 4 February 2002 9:30 AM To: CF-Talk Subject: CF Studio Error: The Connection With The Server Was Reset Hi Folks, I

RE: OT Javascript

2002-02-03 Thread Andrew Scott
You are correct Dave, it would be that Netscape handles the DOM differently. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Monday, 4 February 2002 9:48 AM To: CF-Talk Subject: RE: OT Javascript You need to use the proper case methinks. onDblClick The event

Re: OT Javascript

2002-02-03 Thread Massimo Foti
Dave Watts [EMAIL PROTECTED] wrote in message You need to use the proper case methinks. onDblClick The event handler itself is an attribute of an HTML tag, and isn't actually part of JavaScript itself. Therefore, it doesn't matter what case you use - at least, I've never encountered a

RE: CF Studio Error: The Connection With The Server Was Reset

2002-02-03 Thread E C list
Hi Andrew, I would agree, and maybe its still something along those lines, but I have my RDS timeout set to 30 seconds, and this message comes up IMMEDIATELY when I press the SAVE button...there's definitely not enough time for their to be a timeout. (Also, keep in mind that I have other RDS

Re: asp dns managment object

2002-02-03 Thread Eric Dawson
I can use it. I don't need tons of features, so I would be happy to strip away what I need. Eric From: Bill Davidson [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Re: asp dns managment object Date: Sun, 3 Feb 2002 17:32:11 -0500 I have written a pretty

RE: asp dns managment object

2002-02-03 Thread Lee Fuller
Bill, Yes.. We're building one ourselves, for use as a part of our control system for domain hosting clients. I'm sure an integration of technologies would be nice to see. Let us know. And, by the way, didn't know for sure what your address was below, so am just sending back to the list, for

Re: CF Studio Error: The Connection With The Server Was Reset

2002-02-03 Thread Bill Davidson
I can attest to Eron's problem - we have several set up the exact same way.. I am not seeing the problem with either of my two CF workstations, but I know he is having the problem with our boxes... VERY strange - we didn't change anything. Any help is much appreciated. -Bill brainbox -

Coordinating updates in two sites

2002-02-03 Thread Richard Colman
Here is a problem that many of you must face, i.e. how to synchronize updates in between production sites and development sites. For example, assume a situation where you have one production site and one development site. The production site has content updates on a regular basis. New sections

RE: Coordinating updates in two sites

2002-02-03 Thread Andy Parry
Hey, you want me to come round and do your homework for you ? LOL -Original Message- From: Richard Colman [mailto:[EMAIL PROTECTED]] Sent: Monday, 4 February 2002 9:50 AM To: CF-Talk Subject: Coordinating updates in two sites Here is a problem that many of you must face, i.e.

Re: Coordinating updates in two sites

2002-02-03 Thread Jeffry Houser
I use WS-FTP Pro to keep files and directories in sync. There is a 'sync directory' function, which is fairly powerful. If the content being created on the production server is database driven, you may not need to update the development database server on a routine basis. As long as you

RE: Coordinating updates in two sites

2002-02-03 Thread Andy Parry
just me being an idiot. sorry. Already apologised to Rick. I'm not sure why the 'homework' flame came across the list; keeping two servers in sync seems like a common real-world situation. __ Dedicated Windows 2000 Server

display pdf in a CFM page

2002-02-03 Thread Nyon
Hi, I am not having success in displaying a PDF file in a CFM file. The pdf file suppose to show in one of the tables. I tried using CFContent tag but all it come up was a bunch of characters. __ Dedicated Windows 2000 Server

RE: Coordinating updates in two sites

2002-02-03 Thread Matt Robertson
During my nightly service cycle (batch file) I copy my db files to a new location just after taking the db service down. Then I bring the service(s) back up and, still in the same batch file, zip up the db files. Several minutes later a scheduled ftp operation pulls down the zipped db's.

Re: Coordinating updates in two sites

2002-02-03 Thread kodanet
I hope I'm not coming in too late on this thread - just got back from a superbowl party so I'm not totaly with it. I have a sitiation where I need to keep a number of tables (same database name structure) in sync between two different sites on two different servers (and two different hosts)

Re: display pdf in a CFM page

2002-02-03 Thread SimplyKool26
Can you show us a url of that? I think I may have a solution for you but I'd need to see what you're talking about to be sure first. Thanks Nathaniel http://www.nathanielhorwitz.com Hi, I am not having success in displaying a PDF file in a CFM file. The pdf file suppose to show in one