Netscape + Frames

2002-01-07 Thread Neil Clark
Any idea why, and if you can get rid of the horizontal scrollbar within Netscape when you have a frameset? Even on a blank page, Netscape puts a sodding horizontal scrollbar...! __ Dedicated Windows 2000 Server PIII 800 /

RE: Cybercash / Barclays in the UK

2002-01-07 Thread Kevin Roche
Peter, Thats interesting. We are just beginning a project to connect a CF site t o Barclays and they told us it should be possible. What have you found out ? Kevin -Original Message- From: Peter Dray [EMAIL PROTECTED] [mailto:Peter Dray [EMAIL PROTECTED]] Sent: 04 January 2002 09:50

RE: Cybercash / Barclays in the UK

2002-01-07 Thread Kevin Roche
Hi, I am just trying to do this myself and getting a problem with the next st ep. At the next step the ePDQ server calls my server and submits some info saying that the transaction has worked or failed. The data is (apparently) sent in binary so cant be read with Form variabl es. The example

Tag CFSCRIPT

2002-01-07 Thread Waldemiro Junior
Hi Folks, does anyone know if within a cfscript tag I can use full Javascript or there are some restrictions regarding its synthax? And one more question...where can I find any documentation (complete one) about this specific tag? Best Regards, Waldemiro Junior ADDTechnologies Web Developer

RE: Tag CFSCRIPT

2002-01-07 Thread Raymond Camden
Do you mean, If CFSCRIPT 100% compatible w/ JavaScript? If so, the answer is no. Things like object constructors: var point = { x:0, y:9 }; are not possible in CFSCRIPT. === Raymond Camden, Principal Spectra Compliance

Spell Check

2002-01-07 Thread Neil H .
Anyone have any suggestions about a spell check of a TextArea? I have struggled too much with ASPELL and ISPELL in Win2k and its just a real bear. Thanks, Neil __ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB

RE: Tag CFSCRIPT

2002-01-07 Thread Dave Watts
does anyone know if within a cfscript tag I can use full Javascript or there are some restrictions regarding its synthax? No, you can't use full JavaScript - in fact, you can't use any JavaScript at all! What you can use is CFSCRIPT, which follows the general syntax of JavaScript, but

Re: Spell Check

2002-01-07 Thread Gary Kraeger
Ben Forta has a spell checker and cfdev also has one. - Original Message - From: Neil H. [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, January 07, 2002 8:58 AM Subject: Spell Check Anyone have any suggestions about a spell check of a TextArea? I have struggled too

Re: Spell Check

2002-01-07 Thread Birgit Pauli-Haack
http://www.spellchecker.net/features/textbox.htm haven't tried them yet, ... :-)) Birgit Monday, January 07, 2002, 8:58:45 AM, you wrote: NH Anyone have any suggestions about a spell check of a TextArea? I have NH struggled too much with ASPELL and ISPELL in Win2k and its just a real bear.

RE: Tag CFSCRIPT

2002-01-07 Thread Kola Oyedeji
I am aware of the differences between js and cfscript but is it not possible to use writeoutput() to generate the javascript to be sent to the client or would there be problems with the syntax being close to cfscript? Thanks Kola Oyedeji |Web Developer |ekeda elthorne gate |64 high street

SetLocale() not working in v5

2002-01-07 Thread Aidan Whitehall
Repost - didn't see this appear 1st time around== Using SetLocale(English (UK)) and then LSCurrencyFormat returns dollars, not pounds sterling (down with the Euro! j/k). I'm reluctant to hard code £s... 99% certain this site will never be localised, but this

RE: Tag CFSCRIPT

2002-01-07 Thread Raymond Camden
As far as I know, as long as you watch your internal quotes and stuff, writeoutput can display ANYTHING, period. Ie, you only need to concern yourself if you want to output quotes: writeOutput(Ray said, Welcome to ); Notice that I had to escape the quotes in the string above. It doesn't

Re: Spell Check

2002-01-07 Thread Neil H .
Thanks but I was looking for something free :) Neil - Original Message - From: Birgit Pauli-Haack [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, January 07, 2002 9:35 AM Subject: Re: Spell Check http://www.spellchecker.net/features/textbox.htm haven't tried them yet,

RE: Tag CFSCRIPT

2002-01-07 Thread Kola Oyedeji
Thanks for the tip Ray! Kola Oyedeji |Web Developer |ekeda elthorne gate |64 high street |pinner |middx |ha55qa t +44(208)429 7333 f +44(208)429 7339 |www.ekeda.co.uk -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED]] Sent: 07 January 2002 14:46 To: CF-Talk

OT: SQL error code 08S01

2002-01-07 Thread nerd
Has anyone ever had this problem: ODBC Error Code = 08S01 (Communication link failure) We started getting this error message at the bottom of all our pages out of nowhere, and I can't figure out why or how to get rid of it. I'm using CF 4 to connect to Microsoft SQL 7. jim

Recommend a Stress Testing tool?

2002-01-07 Thread Nick Betts
Hi, Can anyone recommend a free stress testing tool for websites (CF). Regards, Nick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 07 January 2002 15:22 To: CF-Talk Subject: OT: SQL error code 08S01 Has anyone ever had this problem: ODBC Error Code =

RE: Recommend a Stress Testing tool?

2002-01-07 Thread Andrew Scott
MS have one, but it sounds like a bottleneck to the SQL Server? -Original Message- From: Nick Betts [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 8 January 2002 2:37 AM To: CF-Talk Subject: Recommend a Stress Testing tool? Hi, Can anyone recommend a free stress testing tool for websites

RE: Javascript Calendar

2002-01-07 Thread Shawn Grover
There's one at http://www.mattkruse.com/ that works great. I think it's better than the CF_Calander tag, but it is a bit tougher to get set up. Shawn Grover -Original Message- From: W Luke [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 05, 2002 4:28 PM To: CF-Talk Subject: Re:

RE: Recommend a Stress Testing tool?

2002-01-07 Thread Nick Betts
The server itself seems to be hammered. When I VNC into it, it is painfully slow. Another problem is that client vars are stored in Registry..yes I know..very bad. I take it this will have an effect on server speed? Regards, Nick. PS. Andrew, hows the job market for CF'ers in OZ?

RE: Javascript Calendar

2002-01-07 Thread Andre Turrettini
Theres a very nice looking flash calendar on the allaire site too. Though I'm not sure if its parameters are set by cf or internally by flash. DRE -Original Message- From: W Luke [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 05, 2002 4:28 PM To: CF-Talk Subject: Re: Javascript

Re: Recommend a Stress Testing tool?

2002-01-07 Thread Stephen Moretti
Nick, The server itself seems to be hammered. When I VNC into it, it is painfully slow. Another problem is that client vars are stored in Registry..yes I know..very bad. I take it this will have an effect on server speed? Yup. If your registry is nearly full then the chances are that

Forums App?

2002-01-07 Thread Christian Abad
Folks: I'm looking for an inexpensive (read: FREE) canned forums app that I could drop into an existing site with minimal modification to the existing code. I've looked at the CF-Talk archives and came up with a few leads, including Open Forums and Active Forum. Could anyone recommend any

Include a Dynamic Page

2002-01-07 Thread Jim Vosika
I am very, very new to Cold Fusion and I was wondering how you would place a dynamic webpage, let's say and Amazon product for example, into an existing website template? Ultimately what I want to do is: say I am an affiliate of Amazon.com, I want someone to be able to come to my website, click

cfcatch and can't catch

2002-01-07 Thread Chris Norloff
Here's an odd one - I've got two instances where an error was, at the same time, caught and handled by cfcatch, and NOT-CAUGHT and hit the CFserver. I'll put the shorter of the two examples below - one is the application.log file entry, and the other is our logging of all error.vars available.

RE: Javascript Calendar

2002-01-07 Thread Ron Hornbaker
http://www.vawter.com/test/calendar.html I made one yesterday that pops up but does't use a new window. No CF in code so if you want it just snag the source. Works great in IE and NS6 and is functional in NS4.7 That's very slick, Don. Have you attempted yet to squash the bugs with NS4x,

RE: Forums App?

2002-01-07 Thread Kevin Langevin
Simple Message Board by Tony Schrieber is great, but the site to download from has been down for a while. Tony- the offer is still open to host SMB for you. Just say the word. Kevin Langevin Web Guy In Charge UsWebGuys 954-327-5780 -Original Message- From: Christian Abad

Re: 360 Review

2002-01-07 Thread Dimo Michailov
One little problem with requiring IDs for submitting the surveys will be that it will affect the responses. If the boss wants the responses to be STRICTLY ANONYMOUS then dealing with any kind of ID or other identifier will likely cause the people to submit skewed reviews, just because they

RE: Forums App?

2002-01-07 Thread Brian Ferrigno
Christian, Try the YABB forums at http://yabb.xnull.com/. Free and easy to set up. Brian Ferrigno -Original Message- From: Christian Abad [mailto:[EMAIL PROTECTED]] Sent: Monday, January 07, 2002 1:16 PM To: CF-Talk Subject: Forums App? Folks: I'm looking for an inexpensive

RE: cfcatch and can't catch

2002-01-07 Thread Dave Watts
Here's an odd one - I've got two instances where an error was, at the same time, caught and handled by cfcatch, and NOT-CAUGHT and hit the CFserver. I'll put the shorter of the two examples below - one is the application.log file entry, and the other is our logging of all error.vars

Re: Include a Dynamic Page

2002-01-07 Thread Bryan Stevenson
This could potentailly happen via CFHTTP (not an easy task though), but I'd make dang sure Amazon knows what you're up to and they say it's OK ;-) Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED]

Re: CFMail and html/text

2002-01-07 Thread kelly
I am testing the code below - is there something missing? When I get the email I get: --veloxweb Content-Type: text/plain; charset=us-ascii This is the text email. --veloxweb Content-Type: text/x-aol; charset=us-ascii This is the aol version. --veloxweb Content-Type: text/html;

Re: CFMail and html/text

2002-01-07 Thread kelly
Why does the email send the AOL version as an attachment? - Original Message - From: Joseph DeVore [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, January 06, 2002 10:45 PM Subject: RE: CFMail and html/text Mike, See the code below... Nick, thanks for reposting this

Re: CFMail and html/text

2002-01-07 Thread kelly
Is there a way to tell how many people actually open the email that was sent? - Original Message - From: Michael Wilson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, January 06, 2002 10:43 PM Subject: RE: CFMail and html/text Hi, Could you post this to the list. I

spiders spiders

2002-01-07 Thread Paris Lundis
does anyone have any decent Cold Fusion spider code that they can share? the stuff on developers exchange is fairly .. ahhh not so great... looking for anything with a minimal of smarts :) -p __ Dedicated Windows 2000 Server

Re: 360 Review

2002-01-07 Thread Bryan Stevenson
I haven't read all responses to date, but could you use IPs as unique identifiers? Then just boot folks that try and do the survey from the same IP more than once? Obviously this will only work if everyone has a seperate workstation and static network IPs. my 2 cents...but hey that's about 3

Re: Javascript Calendar

2002-01-07 Thread Don Vawter
NS4 is really tough because each layer has it's own document and is essentially useless when you have form fields. I think the solution is to detect the browser and if NS4 open a window instead and no I haven't done that yet. I don't understand your comment on NS6. I am using 6.2 here and the

RE: 360 Review

2002-01-07 Thread Tom Nunamaker
You can issue you random numbers on pieces of paper, like drawing from a hat. Explain that they are unique numbers that can only be used once. Each number would correspond to a number in your ID table. Just delete it as it's used. That should alleviate fears of being tracked. Tom Nunamaker

RE: Include a Dynamic Page

2002-01-07 Thread Jim Vosika
Amazon was actually just an example to show what I needed done. Do you have any more insight on how I would go about doing this or where I could look for answers? Thank you, Jim Vosika SoftwareSuperMall.Com -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED]] Sent:

RE: twoselectesrelated frustration!!!!! please help

2002-01-07 Thread Amanda Stern
I am getting another error. I must be missing something where I need to put in a CFPARAM somewhere for the query...I did not edit the template at all from the Developers Gallery and I also cut and past it into my page(is this okay to do?)this is the error message I am getting thanks

RE: CFMail and html/text

2002-01-07 Thread Joseph DeVore
If you are sending HTML mail then yes, using CFCONTENT and IMG you can accomplish this. Thank you, Joseph DeVore VeloxWeb Technologies -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, January 07, 2002 9:22 AM To: CF-Talk Subject: Re: CFMail and

Re: CFMail and html/text

2002-01-07 Thread Thomas Muck
You're probably better off creating a separate version for AOL subscribers using only the x-aol version. Regular newsreaders such as Outlook Express will interpret X-AOL as an attachment. Only AOL software recognizes it. Not only that, but you'll trim the message size by creating separate

Re: Include a Dynamic Page

2002-01-07 Thread Bryan Stevenson
Well without really knowing the specifics it's hard to comment. I'd try the frames approach first as it will take considerably less effort to get the same results. If you are looking to change the look and feel of the included site, you are in for a lot of work. As I mentioned, CFHTTP might

Re: CFMail and html/text

2002-01-07 Thread Thomas Muck
If you have extra whitespace in the headers or boundaries, there might be a problem. There should be one blank line after each. Also, make sure the multipart/alternative header is all on one line -- not wrapped as in the post. tom [EMAIL PROTECTED] wrote in message

Re: sorry I know this been talked about

2002-01-07 Thread Troy Montour
Kola, yes that's how I'm testing it. and I get the red icon every time so I think its the compact policy. since I don't have one. maybe you have an example of how the format should be on the html/cfm file so it loads correctly. Thanks for your help on this. Troy Montour - Original Message

RE: CFMail and html/text

2002-01-07 Thread Joseph DeVore
You may want to try putting the HTML (text/html) version before the AOL (text/x-aol) like so: cfmail to= from= subject= cfmailparam name=X-Mailer value=VeloxWeb multipart mailer v1.0 cfmailparam name=MIME-Version value=1.0 cfmailparam name=Content-Type value=multipart/alternative;

Re: CFMail and html/text

2002-01-07 Thread Jochem van Dieten
[EMAIL PROTECTED] wrote: Is there a way to tell how many people actually open the email that was sent? No. Closest to add an image or something with code like img src=http://domain/counter.cfm?id=12345; Then, make sure that counter.cfm logs to a database or whatever and uses cfcontent to

Re: Forums App?

2002-01-07 Thread Jochem van Dieten
Christian Abad wrote: Folks: I'm looking for an inexpensive (read: FREE) canned forums app that I could drop into an existing site with minimal modification to the existing code. I've looked at the CF-Talk archives and came up with a few leads, including Open Forums and Active Forum.

RE: Recommend a Stress Testing tool?

2002-01-07 Thread Andrew Scott
Client vars in the registry is only bad because you need to keep an eye on the growth of the registry. I think that it would be slower for the client vars to come from the DB on high volume sites than the registry. As far as jobs goes, I guess it is a matter of looking as I haven't been for

RE: sorry I know this been talked about

2002-01-07 Thread Christian Abad
Troy: I've been working with P3P Policies for a few months now. Perhaps I could help, although I'm not sure what difficulties you are experiencing. Feel free to contact me off-list, if you'd like... Christian N. Abad ColdFusion Web Developer -Original Message- From: Troy Montour

Web Hosting?

2002-01-07 Thread ksuh
Anybody know of a hosting place that offers ASP, JSP and CF, preferably in Canada or the U.S.? Thanks in advance. __ Why Share? Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation

Re: Web Hosting?

2002-01-07 Thread Bryan Stevenson
try WeDoHosting.com great tech support...good rates...and in CDN dollars ;-) Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner

RE: spiders spiders

2002-01-07 Thread jon
Do you mean code that uses the CF 5 verity engine? If so, we can share our code with you... -- jon jon roig epilepsyfoundation.org -Original Message- From: Paris Lundis [mailto:[EMAIL PROTECTED]] Sent: Monday, January 07, 2002 3:03 PM To: CF-Talk Subject:

CFCAHCE problem - can't delete single page

2002-01-07 Thread Pete Ruckelshaus
I have a little problemI cannot delete a single cached page using cfcache action=flush. Environment: Win2K Server/CF5/Spectra 1.5 I Create a cache file using the following code (this works perfectly, #request.app.pathreal# is a variable set in application.cfm): cfcache

RE: Include a Dynamic Page

2002-01-07 Thread Costas Piliotis
I'd also look into web services and seeing that if the site you're interested in already provides web services... CF6 is going to support them, but you can also get the jump and use MSSOAP toolkit and parse out the web services... Less programming than cfhttp, but also many more problems result

RE: spiders spiders

2002-01-07 Thread Paris Lundis
:) kind folks... actually, I don't touch the verity stuff... for a lot of reasons, including massive growth potential and hands on customization as needed. looking to create (in the process of) a CF based spider that will troll our partners sites within a network of such sites as far as we all

RE: Web Hosting?

2002-01-07 Thread Shawn Grover
Expensive compared to www.readyhosting.com. It works out to about $150/year CDN. and offers more in terms of storage space. Not sure if they do JSP, but they DO do CF and ASP. CF4.5 though... not 5 yet (unless they've changed this in the past couple of weeks). Shawn Grover -Original

Re: Web Hosting?

2002-01-07 Thread Bryan Stevenson
how's their tech support? we are talking 20 minute response from a web form request at WeDoHosting.com Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia

RE: Web Hosting?

2002-01-07 Thread Bruce Sorge
I have had some pretty good experiences with Experthost.com. Affordable and reliable. -- Original Message -- From: Shawn Grover [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Mon, 7 Jan 2002 14:05:45 -0700 Expensive compared to

Re: Web Hosting?

2002-01-07 Thread corrigan
Anyone got suggestions for dedicated servers with CF? Michael Corrigan Programmer Endora Digital Solutions 1900 S. Highland Avenue, Suite 200 Lombard, IL 60148 630/627-5200 x-136 630/627-5255 Fax - Original Message - From: [EMAIL PROTECTED] To: CF-Talk Sent: Monday, January

Re: Web Hosting?

2002-01-07 Thread Bryan Stevenson
again...WeDoHosting.com should be able to accomodate you Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com -

Re: Web Hosting?

2002-01-07 Thread Bruce Sorge
The same and better in some instances -- Original Message -- From: Bryan Stevenson [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Mon, 7 Jan 2002 13:10:03 -0800 how's their tech support? we are talking 20 minute response from a web form request at

Re: RE: Web Hosting?

2002-01-07 Thread ksuh
Hmm, I need a place that does JSP hosting as well. - Original Message - From: Shawn Grover [EMAIL PROTECTED] Date: Monday, January 7, 2002 2:05 pm Subject: RE: Web Hosting? Expensive compared to www.readyhosting.com. It works out to abo ut $150/year CDN. and offers more in terms of

Re: RE: Web Hosting?

2002-01-07 Thread ksuh
Looks like experthost.com is the winner, provided that that have JSP support in the future, like they claim they will. - Original Message - From: Bruce Sorge [EMAIL PROTECTED] Date: Monday, January 7, 2002 2:17 pm Subject: RE: Web Hosting? I have had some pretty good experiences with

Re: RE: Web Hosting?

2002-01-07 Thread Neil H .
We don't do JSP yet, but its in the works. www.HostMySite.com Check our testimonials... Neil - Original Message - From: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, January 07, 2002 4:15 PM Subject: Re: RE: Web Hosting? Hmm, I need a place that does JSP hosting as

RE: spiders spiders

2002-01-07 Thread Robert Everland
I would be willing to work with something like this with you, I wanted to do something like this a while ago when I was looking into how much I would have to hack verity. Robert Everland III Dixon Ticonderoga Web Developer Extraordinaire -Original Message- From: Paris Lundis

RE: cfcatch and can't catch

2002-01-07 Thread Chris Norloff
Thanks for the response. Interesting observation - I AM using a rethrow in a cfcatch, though I don't think that's what's causing the problem. I use a rethrow because timeout errors come in two types here: type=unknown and type=com.allaire.coldfusion.request.timeout. I have 4 cfcatch's:

Re: Web Hosting?

2002-01-07 Thread epena
Try http://www.atomicqube.com I started it because I develope in CF and I couldnt find a host that could give me the services that I needed. Ernie Pena Sr web developer M.D. Anderson Houston, Tx 713.745.7680 281.650.1150 - Original Message - From: [EMAIL PROTECTED] To: CF-Talk [EMAIL

RE: Web Hosting?

2002-01-07 Thread Shawn Grover
It used to be pretty good it's started suffering lately though. but then again, I haven't really needed tech support, but was asking mor business plan type questions (like when they plan to support CF5.0) -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED]] Sent:

CFMAIL

2002-01-07 Thread James Taavon
I have used CFMAIL before several times without difficulty. In this current case it is working fine, but it does not seem to be formatting like I am used to. When I get the email in my Inbox the data comes over just delimited by spaces not a hard return. Is there something different about CFMAIL

OT: anyone using imail server? I need help with list management

2002-01-07 Thread Mike Kear
I'm trying to build a list similar to this one (but a different topic entirely) for my client using imail v7.04. I have made the list, and it responds to a test message properly, sends the message out correctly, adding the trailer.txt file and modifying the subject line. So far so good. But

Re: Web Hosting?

2002-01-07 Thread Matt Robertson
Cybercon. Box comes with 32 IPs and you can add as many as you like *dirt* cheap. My server with 96 IPs runs me about $450 monthly. I think I'm pay ing something like $15 monthly for the extra 64 IPs. Incredibly cheap. No hand-holding, though. You provide the s/w for the box. They do a

RE: anyone using imail server? I need help with list management

2002-01-07 Thread Mike Kear
OH well DER! I found the problem. Technical tip folks: IF you spell it [EMAIL PROTECTED] it works. If you spell it [EMAIL PROTECTED] it doesn't. Sorry :) It was a simple finger problem. Shoulda looked a little harder before I asked for help. ' [returning to behind the couch to hide

RE: cfcatch and can't catch

2002-01-07 Thread James Ang
Chris, You are on the right track here. CFRETHROW within a CFCATCH throws to a upper level CFTRY block, and not within the same level as the current CFTRY/CFCATCH block. E.g.: cftry!--- Level 0 --- cftry!--- Level 1 --- cf_somereallylongwindedcodehere cfcatch type=any!--- Level 1 ---

RE: anyone using imail server? I need help with list management

2002-01-07 Thread Andrew Scott
A little dyslexic this morning Mike:-) -Original Message- From: Mike Kear [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 8 January 2002 9:30 AM To: CF-Talk Subject: RE: anyone using imail server? I need help with list management OH well DER! I found the problem. Technical tip folks: IF

RE: cfcatch and can't catch

2002-01-07 Thread Dave Watts
Thanks for the response. Interesting observation - I AM using a rethrow in a cfcatch, though I don't think that's what's causing the problem. I use a rethrow because timeout errors come in two types here: type=unknown and type=com.allaire.coldfusion.request.timeout. I have 4

RE: cfcatch and can't catch

2002-01-07 Thread James Ang
Dave Chris, I think all DB errors are logged into the application.log file. If you notice from the log, all uncaught DB exceptions generate 2 entries in the log. One which is strictly an ODBC error with no CFML error info (e.g. tag context, line number, et al). The second one is the actual

CFLOCK on files

2002-01-07 Thread Jim McAtee
Does CF set an operating system level file lock on files being accessed within a named CFLOCK? Or is this handled by CFFILE? Or at all? Jim __ Why Share? Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB

Creating ZIP archives

2002-01-07 Thread Nick Texidor
Hi, I have a requirement to zip up some image files together and FTP them to another server. The FTP bit is easy, but I'm wondering if anyone knows how (or whether there are any modules) that will create a ZIP file. Thanks Nick -- Nick Texidor

RE: Creating ZIP archives

2002-01-07 Thread Darryl Lyons
There's number of CFX tags on http://devex.allaire.com/developer/gallery/ that will do this (one is even free I believe). -Original Message- From: Nick Texidor [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 8 January 2002 9:39 AM To: CF-Talk Subject: Creating ZIP archives Hi, I have a

RE: Creating ZIP archives

2002-01-07 Thread Joseph DeVore
Ben Forta's CFX tag works great: http://www.cfxtras.com/SalesComponentDetail.cfx?componentid=23 HTH, Joseph DeVore VeloxWeb Technologies -Original Message- From: Nick Texidor [mailto:[EMAIL PROTECTED]] Sent: Monday, January 07, 2002 3:39 PM To: CF-Talk Subject: Creating ZIP archives

Re: Creating ZIP archives

2002-01-07 Thread Jim McAtee
I assume this on a Windows installation. If so, one way to do this is with cfexecute and a command-line interface to WinZip. Jim - Original Message - From: Nick Texidor [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, January 07, 2002 4:39 PM Subject: Creating ZIP

RE: CFLOCK on files

2002-01-07 Thread Kelly Matthews
as far as I know it's not something that can be done. CFLOCK is strictly for sessions, etc. CFFILE doesn't allow you to add a system level lock on a file nor release a lock. Would be nice though. :) I could be wrong but I don't think it has that capability. -Original Message- From: Jim

Re: CFLOCK on files

2002-01-07 Thread Jochem van Dieten
Kelly Matthews wrote: as far as I know it's not something that can be done. CFLOCK is strictly for sessions, etc. CFLOCK is for single threading CF. Whatever you do inside that single threaded application is not of CFs concern. CFFILE doesn't allow you to add a system level lock on a

RE: Link Exchange Code

2002-01-07 Thread Peter Tilbrook
There's a new tag on the Developers Exchange called Traffic Swappers that might suit. Check it out at: http://devex.allaire.com/developer/gallery/info.cfm?ID=21FE342E-FAB3-11D5-8 3F800508B94F85Amethod=Full -Original Message- From: Double Down [mailto:[EMAIL PROTECTED]] Sent: Monday, 31

ANN: ColdFusion Server Developer Edition

2002-01-07 Thread Matt Brown
I think you guys know this from the end of last week, but I wanted to make it official. Sorry there was some miscommunication on our end about the timing of the release. Hopefully most questions will be answered with this. On January 7, 2002 Macromedia is making available a new ColdFusion

Re: Creating ZIP archives

2002-01-07 Thread Jon Hall
I've used Ben's cfx tag and it works well. You could also roll your own if you want with cfobject and using the java.util.zip package, or a zip COM object. I'd probably do this just for the challenge though, as Ben's tag is easy to use and cheap. jon - Original Message - From: Nick

RE: CFLOCK on files

2002-01-07 Thread stas
I believe the OS (NT and W2K) still return an error code that the file is busy So you should at least be able to wrap your code with a cftry/catch block. -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: Monday, January 07, 2002 7:25 PM To: CF-Talk Subject:

RE: ColdFusion Server Developer Edition

2002-01-07 Thread Andrew Scott
This is good news, however does Homesite still do the same as it used to when I was using it back in the V3.0 days and you could keep using it after the trial expired or has this also changed. Also I am about to reinstall CFStudio 5.0 over the trial, I had some problems where I couldn't enter

RE: Creating ZIP archives

2002-01-07 Thread Alex
cfexecute and run a commandline zip,gzip,or pkzip On Tue, 8 Jan 2002, Darryl Lyons wrote: There's number of CFX tags on http://devex.allaire.com/developer/gallery/ that will do this (one is even free I believe). -Original Message- From: Nick Texidor [mailto:[EMAIL PROTECTED]]

RE: CFLOCK on files

2002-01-07 Thread Andrew Tyrone
Remember, though, that you can catch cffile errors with cftry/cfcatch , and inform the user that the operation failed and that they should wait a nd try again. You can also inform system administrators via email if a file operation fails. There are many ways you can use this functionality to

OT: Need a quick Flash Guru...

2002-01-07 Thread Lee Fuller
Can anyone interested in a quick 1 hour, or less, question session in Flash, having to do with submitting a flash form to an ASP or CF script, yell at me off list? Yes.. Am paying for it. But need someone rather quickly... Thanks! [EMAIL PROTECTED]

Re: Creating ZIP archives

2002-01-07 Thread Steven Dworman
cfx_zip, or something like that. check out the developers exchange on allaire's site. - Original Message - From: Nick Texidor [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, January 07, 2002 6:39 PM Subject: Creating ZIP archives Hi, I have a requirement to zip up