RE: SQL Server on a separate machine

2002-02-12 Thread Bill Grover
Thanks Mark and Dave! Boy am I red-faced now! One more thing to fix today. __ Bill Grover Supervisor MIS Phone: 301.424.3300 x3324 EU Services, Inc. FAX:301.424.3696 649 North Horners Lane

RE: CF Certification - feedback needed.

2002-02-12 Thread BEN MORRIS
I agree with these comments and offer another point: Studying for certification is a good refresher for any developer, no matter how experienced. We all get used to tackling problems certain ways. Preparing for cert re-indtroduces us to all of the nooks and crannys of the language, and you

cfcontent, pdf, and internet explorer problems

2002-02-12 Thread Owen Munton
I have a line of code using cfcontent to download a pdf file that works just fine in Netscape, but in IE, it does open acrobat reader, it attempts to display it in the browser. The output starts like this: %PDF-1.2 %âãÏÓ 1 0 obj etc etc etc.. Here is my line of code: CFCONTENT

RE: Pausing execution

2002-02-12 Thread Rick Eidson
CFX_SLEEP SLEEPTIME=3 Custome tag. Rick -Original Message- From: Kay Smoljak [mailto:[EMAIL PROTECTED]] Sent: Monday, February 11, 2002 9:47 PM To: CF-Talk Subject: Pausing execution I have a password system that requires a two second delay after a failed password attempt, to foil

RE: cfcontent, pdf, and internet explorer problems

2002-02-12 Thread James Taavon
Well, in my experience I have never found a way around what you are observing. IE seems to launch apps like Excel, Word and even PDF files within the browser environment. I think there may be a way to shut off this feature in settings, but it needs to happen on the client side. I don't think

Building list of links from files on another server

2002-02-12 Thread Earl, George
Can CF do this? We have a Brio application server that stores .bqy files. We want to keep the .bqy files on the Brio server. Our CF/web server is a separate box. We want to create a CF page that will cycle through files on the Brio app server and return a page with a list of links. By selecting

RE: cfcontent, pdf, and internet explorer problems

2002-02-12 Thread Owen Munton
Actually, I meant to say that it does NOT open the acrobat reader in IE. Thanks, Owen --- James Taavon [EMAIL PROTECTED] wrote: Well, in my experience I have never found a way around what you are observing. IE seems to launch apps like Excel, Word and even PDF files within the browser

RE: cfcontent, pdf, and internet explorer problems

2002-02-12 Thread Mike Connolly
Not sure as to why the content of your PDF is being rendered into your browser, however using the following CFCONTENT will always force your browser to download the file, as opposed to opening using browser plug-ins. cfcontent type=application/x_forced_download file= Regards Mike

RE: cfcontent, pdf, and internet explorer problems

2002-02-12 Thread Ian Lurie
Here's a trick I use a lot: In the link that calls the template containin g CFCONTENT, add /any.pdf onto the end. So, if your CFCONTENT template is at http://mydomain.com/content.cfm, cha nge the URL to: http://mydomain.com/content.cfm/any.pdf The server ignores the last bit, but it forces

Re: cfcontent, pdf, and internet explorer problems

2002-02-12 Thread stas
Prefix your cfcontent tag with this line: cfheader name = Content-Disposition value = attachment; filename=#pdf_id#.pdf - Original Message - From: Owen Munton [EMAIL PROTECTED] I have a line of code using cfcontent to download a pdf file that works just fine in Netscape, but in IE,

RE: cfcontent, pdf, and internet explorer problems

2002-02-12 Thread Ian Lurie
The other thing is that where your PDF is displayed depends on configurat ion of each installation of the Reader... -Original Message- From: Mike Connolly [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 7:03 AM To: CF-Talk Subject: RE: cfcontent, pdf, and internet explorer

Re: cfcontent, pdf, and internet explorer problems

2002-02-12 Thread Stephen Moretti
Owen, Sounds like you have a corrupted installation on the Acrobat plug-in in IE or maybe you need to set the header of the page using CFHEADER. Does this happen on just your PC or other peoples PCs as well? I'm on IE5.5 here and (annoyingly) wind up opening PDFs quite in my browser if I'm not

Re: cfcontent, pdf, and internet explorer problems-SOLVED

2002-02-12 Thread Owen Munton
Good call, all is now working, it must have just been my browser. Works on everyone elses pc. Thanks all! Owen --- Stephen Moretti [EMAIL PROTECTED] wrote: Owen, Sounds like you have a corrupted installation on the Acrobat plug-in in IE or maybe you need to set the header of the page

Re: Upgrading to CF5 Server on Sun Solaris

2002-02-12 Thread Chris Norloff
We haven't updated from CF 4.5 to 5 on our Solaris boxes yet, but when we d o it'll be a clean build. Remove the old CF 4.5, and a complete new instal l of CF 5. I get nervous overwriting software. The time spent re-entering your CFadmi n settings is negligible compared to fixing a problem,

forums

2002-02-12 Thread Brian Rosenstock
We are in the process of evaluating a forums system for one of our clients. We are currently looking at sxforums (http://www.shopstix.net/forums/index.cfm?), but I'm not completely sold on it. Anybody have any experience with it? Anybody know of another forums system written in fusebox (it must

Re: Building list of links from files on another server

2002-02-12 Thread Tyler Clendenin
That would definitly be done best with a virtual directory. - Original Message - From: Earl, George [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, February 12, 2002 9:47 AM Subject: Building list of links from files on another server Can CF do this? We have a Brio

Re: forums

2002-02-12 Thread Dave Carabetta
We are in the process of evaluating a forums system for one of our clients. We are currently looking at sxforums (http://www.shopstix.net/forums/index.cfm?), but I'm not completely sold on it. Anybody have any experience with it? Anybody know of another forums system written in fusebox (it must

RE: forums

2002-02-12 Thread Brian Rosenstock
It appears to be in php. Unfortunately, we need a CF solution. Thanks though. Brian -Original Message- From: Dave Carabetta [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 11:00 AM To: CF-Talk Subject: Re: forums We are in the process of evaluating a forums system for one

RE: forums

2002-02-12 Thread Robert Everland
FBopenforums is 100% CF. Robert Everland III Dixon Ticonderoga Web Developer Extraordinaire -Original Message- From: Brian Rosenstock [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 11:17 AM To: CF-Talk Subject: RE: forums It appears to be in php. Unfortunately, we need a

RE: forums

2002-02-12 Thread Larry Juncker
Brian We are using sxForums and the source code is really clean and we edited things to work how we needed them. I will give a good THUMBS UP for it. -Original Message- From: Brian Rosenstock [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 9:47 AM To: CF-Talk Subject: forums

Re: forums

2002-02-12 Thread Michael Dinowitz
I'm getting the old forums code up at http://www.houseoffusion.com/forumspot/downloads/download.cfm At 10:46 AM 2/12/02, you wrote: We are in the process of evaluating a forums system for one of our clients. We are currently looking at sxforums (http://www.shopstix.net/forums/index.cfm?), but

Web Services

2002-02-12 Thread Bryan Stevenson
Hi All, I'm looking for all the wonderful web service resources that this list knows about (the innner workings, who offers them currently, etc.) Fire away ;-) Thanks Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED]

RE: forums

2002-02-12 Thread Brian Rosenstock
Do you have a URL for that? Brian -Original Message- From: Robert Everland [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 11:16 AM To: CF-Talk Subject: RE: forums FBopenforums is 100% CF. Robert Everland III Dixon Ticonderoga Web Developer Extraordinaire -Original

RE: forums

2002-02-12 Thread Robert Everland
Bottom of this email Robert Everland III Dixon Ticonderoga Web Developer Extraordinaire -Original Message- From: Brian Rosenstock [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 11:49 AM To: CF-Talk Subject: RE: forums Do you have a URL for that? Brian -Original

RE: Web Services

2002-02-12 Thread Cantrell, Adam
www.uddi.org is supposedly the definitive directory of web-services. Here's a good article that might bring non-developers up to speed on some of the advantages/disadvantages (you might like it too ; ) http://www.alistapart.com/stories/webservices/ I myself haven't found a need for using web

Links in CFMAIL

2002-02-12 Thread Stephen Adams
Hi, I am trying to send an email with a link in the body using CFMAIL, but I have found that the link never appears in the message body. I do have the type set as HTML. Here is an example of the cfmail tag I am using: cfmail to=#session.Email# from=[EMAIL PROTECTED]

Re: Links in CFMAIL

2002-02-12 Thread S R
Try changing your href tag to look like this: a href=http://www.here.com/index.cfm;go to site/a From: Stephen Adams [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Links in CFMAIL Date: Tue, 12 Feb 2002 17:05:55 + Hi, I am trying to send an email with

RE: forums

2002-02-12 Thread Brian Rosenstock
So there's a cf version of it? All the links on the site seem to be in php. Thanks. Brian -Original Message- From: Robert Everland [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 11:49 AM To: CF-Talk Subject: RE: forums Bottom of this email Robert Everland III Dixon

sending multiple email attachments

2002-02-12 Thread S R
Is there a way within CFMAIL or any other way to send multiple attachments in one email? _ Join the world’s largest e-mail service with MSN Hotmail. http://www.hotmail.com

RE: Links in CFMAIL

2002-02-12 Thread Stephenie Hamilton
this a href=www.here.com/index.cfmgo to site/a needs to be this a href=http://www.here.com/index.cfm;go to site/a (you have to put the http:// in it to make it a link... ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional -Original Message- From: Stephen Adams

RE: Forums

2002-02-12 Thread E C list
Have a look at E-Zonemedia's FuseTalk 3. Its very good, easy to set up, very feature rich, and they do have the source code available. (This is what Allaire/Macromedia uses to power the ColdFusion forums.) http://www.e-zonemedia.com/ -Original Message- From: Brian Rosenstock

RE: forums

2002-02-12 Thread C. Hatton Humphrey
The SourceForge site itself is a PHP site... the actual application is written in CF Hatton -Original Message- From: Brian Rosenstock [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 12:13 PM To: CF-Talk Subject: RE: forums So there's a cf version of it? All the

RE: Forums

2002-02-12 Thread Brian Rosenstock
Unfortunately, we've already looked at that one and ruled it out becasue it's not in fusebox. Brian -Original Message- From: E C list [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 12:14 PM To: CF-Talk Subject: RE: Forums Have a look at E-Zonemedia's FuseTalk 3. Its very

Re[2]: forums

2002-02-12 Thread Critz
oi Brian!! that's because that site is written in phpdownload the zip file. it's all in CFML http://prdownloads.sourceforge.net/fbopenforums/fbOpenForums-1.0-beta1.1.zip -- Critter, MMCP Certified ColdFusion Developer Crit[s2k] - CF_ChannelOP Network=Efnet Channel=ColdFusion

Re: sending multiple email attachments

2002-02-12 Thread Zac Spitzer
S R wrote: Is there a way within CFMAIL or any other way to send multiple attachments in one email? cfmailparam or see cf_advancededmail z __ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER

RE: forums

2002-02-12 Thread Tyler M. Fitch
Sourceforge runs their site on php. What Sourceforge does is act as a project management center for open source project based on ANY language, java, c++, php, CF and pretty much anything else. So don't judge content based on a file extension. t

RE: Forums

2002-02-12 Thread Craig Dudley
Silly question maybe, but why does it have to be in fusebox? -Original Message- From: Brian Rosenstock [mailto:[EMAIL PROTECTED]] Sent: 12 February 2002 17:19 To: CF-Talk Subject: RE: Forums Unfortunately, we've already looked at that one and ruled it out becasue it's not in fusebox.

Re: sending multiple email attachments

2002-02-12 Thread BEN MORRIS
I recall that it can't be done in CF4.0, but it can in 4.5 using (i think) cfmailparam S R [EMAIL PROTECTED] 02/12/02 12:11PM Is there a way within CFMAIL or any other way to send multiple attachments in one email? _ Join the

RE: Re[2]: forums

2002-02-12 Thread Brian Rosenstock
already realized that. thanks though. -Original Message- From: Critz [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 12:07 PM To: CF-Talk Subject: Re[2]: forums oi Brian!! that's because that site is written in phpdownload the zip file. it's all in CFML

RE: Forums

2002-02-12 Thread Brian Rosenstock
that's one of the requirements of the project. Brian -Original Message- From: Craig Dudley [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 12:15 PM To: CF-Talk Subject: RE: Forums Silly question maybe, but why does it have to be in fusebox? -Original Message-

RE: forums

2002-02-12 Thread Brian Rosenstock
Sorry, I just assumed that the forums that are on the site are the ones everyone was referring to . My mistake. Brian -Original Message- From: Tyler M. Fitch [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 12:22 PM To: CF-Talk Subject: RE: forums Sourceforge runs their

OT, sort of - server outages for backups

2002-02-12 Thread Deanna Schneider
Hi Folks, This is sort of off-topic, but I can give it a cf slant. Once a week, our oracle server is taken down for back-ups. I don't know enough about oracle administration to know if it has to be made unavailable during backups, but that's the way our admins have it set. So, once a week, I

Re: Forums

2002-02-12 Thread Stephen Moretti
Plugs in to Fusebox no problems though, even integrated the login for the main site to the login on FuseTalk so there is only one login rather than one for the site and one for the forums. We've got FuseTalk up on the UK CFUG website (http://www.ukcfug.org/) which is Fusebox 2 based. Regards

CFCONTENT and IE

2002-02-12 Thread Wallick, Mike
Hey everyone. I have a quick question... I was looking at the mime examples from http://www.figleaf.com/demo/mimetest on how to force a download dialog for a file using cfheader and cfcontent and it works great in Netscape. However, in IE (5 or 6) it sometimes works and sometimes it crashes the

Re: OT, sort of - server outages for backups

2002-02-12 Thread Chris Norloff
cftry/catch that catches a timeout, then display a page that says the datab ase is offline for admin work, try back in 2 min. Chris Norloff -- Original Message -- from: Deanna Schneider [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] date: Tue, 12 Feb 2002

RE: cfcontent, pdf, and internet explorer problems

2002-02-12 Thread Steve Oliver
Use a content-disposition header, so it will ask if they want to open or save the pdf file, this way would work since IE looks at the extension of the file, not the file contents. If the file ends with .cfm, it tries to display it as text. (not always, but with certain files) cfheader

Cache Question

2002-02-12 Thread Keen
I have a question about a behavior that I am seeing with cfcache and trusted cache. I am running CF5 on Win2K and have trusted cache enabled. Here is the code I used. cfcache action=cache timeout=#DateAdd(m, -60, Now())# pThis page was created at:br cfoutput#TimeFormat(Now(),

RE: CFCONTENT and IE

2002-02-12 Thread Steve Oliver
I had problems with IE that way, but it was trying to stream mp3 files using cfcontent. Sometimes it worked, sometimes it would freeze up the browser or just illegal op all together. __ steve oliver atnet solutions, inc. http://www.atnetsolutions.com -Original

numberformat for SQL ?

2002-02-12 Thread Adrian Cesana
Does SQL have something like the CF numberformat ? I need to export a large amount of data to a text file, one of the fields is numeric and I need to left zero fill 5 digits. In CF I would just do this: numbefromat(myfield, 0) I could use CFFILE but its a huge amount of data and it

cf_mail, cf_NoTags and too much extra whitespace!

2002-02-12 Thread David Grabbe
We have an HTML and a text-only version for each of our email newsletters. The content is pulled in from a database. The problem is that when the editor enters the content into the database, he occasionally sprinkles in some HTML with it (style definitions, blockquote tags, etc)so of course

RE: Cache Question

2002-02-12 Thread Dave Watts
I have a question about a behavior that I am seeing with cfcache and trusted cache. I am running CF5 on Win2K and have trusted cache enabled. The CFCACHE tag doesn't have anything to do with the Trusted Cache option. When you run any CFM page, the CF server has to read the ASCII text and

Quick help PLease!!! Stored Procedure Errors

2002-02-12 Thread Thanh Nguyen
I have a stored procedure that runs OK in MSSQL Query analyzer but when run in Cold fusion CFSTOREDPROC I got this message. ODBC Error Code = 22003 (Numeric value out of range) [Microsoft][ODBC SQL Server Driver]Numeric value out of range SQL = p_SUPPLIER_LISTING My stored

RE: cf_mail, cf_NoTags and too much extra whitespace!

2002-02-12 Thread Joseph DeVore
Yes, in the custom tags that strip out the html, wrap all non output with CFSILENT. HTH, Joseph DeVore VeloxWeb Technologies -Original Message- From: David Grabbe [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 10:11 AM To: CF-Talk Subject: cf_mail, cf_NoTags and too much

CFhttp problems between 4.5.1 and 5.0 AND working with PayPal IPN

2002-02-12 Thread Trey Rouse
Has anyone experienced any problems using CFHTTP in 5.0? This may be an old question, but I'm definitely experiencing a problem with code that works in 4.5.1 and fails in 5.0. Here is a snippet: CFSET str=_notify-validate CFLOOP INDEX=TheField list=#Form.FieldNames# CFSET str = str

RE: cf_mail, cf_NoTags and too much extra whitespace!

2002-02-12 Thread David Grabbe
Thanks -- that worked beautifully. David David Grabbe Manager, Information Systems Church of the Great God [EMAIL PROTECTED] http://www.cgg.org -Original Message- From: Joseph DeVore [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 1:23

OT: Postal/Zip code info

2002-02-12 Thread Bryan Stevenson
Hey All, OK I'm a Canadian and I need to know about the structure of Zip codes. In Canada the 3 character prefix (i.e. V9A of V9A 1Y8 determines the postal walk and is close enough for doing long./lat. based radius distance calculations. So is there an equivalent structure with zip codes or

Sessions in a Cluster

2002-02-12 Thread Owens, Howard
How do I modify an application using session variables so that, in a clustered environment, a user is forced to stay on a single server instead of being bounced around? I've come across references saying this is possible, but can't find anything explaining how to do it. H. Howard Owens

RE: Postal/Zip code info

2002-02-12 Thread Lee Fuller
Bryan, Typically, the first 3 digits will give you a good idea of the general area. However, it's nothing near close enough to give you long/lat calcs. So the whole thing is really needed to tell you where things are. The entire number indicates a zone (or walk as you put it). Hth

variable to reference HTML generated so far by CF Server?

2002-02-12 Thread Gyrus
Is there a way of referencing all the HTML generated so far in a request by CF Server (5)? I'm fed up of saving out from View Source in order to validate pages (via the W3C validator) on a locally hosted intranet. I thought I could put an OnRequestEnd.cfm in an app, and at the end of every

RE: variable to reference HTML generated so far by CF Server?

2002-02-12 Thread Cantrell, Adam
Check out the savecontent features in CF5. Adam. -Original Message- From: Gyrus [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 1:41 PM To: CF-Talk Subject: variable to reference HTML generated so far by CF Server? Is there a way of referencing all the HTML

RE: variable to reference HTML generated so far by CF Server?

2002-02-12 Thread Joseph DeVore
Sounds like you might be able to use CFHTTP and save the output to disk. Then run your validater on the local static file. It would more less work that same as viewing the source, saving it and then checking it against your validation routine. HTH, Joseph DeVore VeloxWeb Technologies

RE: variable to reference HTML generated so far by CF Server?

2002-02-12 Thread Joseph DeVore
Ooops, validater isn't a word.. -Original Message- From: Gyrus [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 11:41 AM To: CF-Talk Subject: variable to reference HTML generated so far by CF Server? Is there a way of referencing all the HTML generated so far in a request by

RE: Sessions in a Cluster

2002-02-12 Thread Brunt, Michael
What clustering solution are you using? Mike Brunt Sempra Energy 213.244.5226 All computers wait at the same speed. -Original Message- From: Owens, Howard [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 11:27 AM To: CF-Talk Subject: Sessions in a Cluster How do I

RE: Sessions in a Cluster

2002-02-12 Thread Owens, Howard
Don't know ... but whatever solution I implement will need to be programmatic. Corporate won't reconfigure the servers just for me. H. Howard Owens Internet Operations Coordinator www.insidevc.com [EMAIL PROTECTED] AIM: GoCatGo1956 -Original Message- From: Brunt, Michael

RE: Sessions in a Cluster

2002-02-12 Thread Rosenbaum, Daniel
Howard have you considered using Client variables instead of Session variables? Dan Rosenbaum Wachovia Securities Corporate Investment Banking [EMAIL PROTECTED] -Original Message- From: Owens, Howard [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 2:58 PM To:

RE: Sessions in a Cluster

2002-02-12 Thread Owens, Howard
Considered it ... don't like the idea ... but the more I research, the more inevitable it looks. I guess for this application all I would need to do is a search and replace on session. = client., then, of course, I would need to go through and remove all of the cflocks. H. Howard Owens

RE: Sessions in a Cluster

2002-02-12 Thread Christopher Olive
generally, you need to configure the clustering solution to handle sticky sessions. christopher olive, cto, vp of web development atnet solutions, inc. 410.931.4092 http://www.atnetsolutions.com -Original Message- From: Owens, Howard [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February

RE: Sessions in a Cluster

2002-02-12 Thread Rosenbaum, Daniel
That should work as long as you are not storing any complex data types in a Session variable. You will also want to make sure you are storing your Client variables in a database. Dan Rosenbaum Wachovia Securities Corporate Investment Banking (704) 715-5146 [EMAIL PROTECTED]

RE: CFhttp problems between 4.5.1 and 5.0 AND working with PayPal IPN

2002-02-12 Thread Plane, Nathaniel
Try it without the URLEncodedFormat, we had a similar problem when migrating over.. What's happening is cfhttparam is encoding it automatically, and hense your ddata is double encoded. Nat -Original Message- From: Trey Rouse [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002

OT: Browser Title Bar

2002-02-12 Thread James Taavon
Is there a way to disable the - Microsoft Internet Explorer in the title bar of your browser? Don't know if this is possible, just thought I would ask. __ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB

Re: Browser Title Bar

2002-02-12 Thread Douglas Brown
There is a registry setting for that. Just do a search for Microsoft Internet Explorer in your registry. I cannot remember the key, but you will know when you see it. There are two major products that come out of Berkeley: LSD and [Unix] BSD. We don't believe this to be a coincidence.

Re: OT: Browser Title Bar

2002-02-12 Thread Critz
oi James!! I believe it's a registry setting -- Critter, MMCP Certified ColdFusion Developer Crit[s2k] - CF_ChannelOP Network=Efnet Channel=ColdFusion - Tuesday, February 12, 2002, 3:42:12 PM, you wrote: JT Is there a way to disable the - Microsoft

RE: Sessions in a Cluster

2002-02-12 Thread Owens, Howard
By complex data type, you mean array or structure, right? That isn't a problem with this particular application that I need to fix ASAP, but I have another one that uses a lot of arrays and structures ... what's the alternative there? Also, for the application I'm fixing now, it's an intranet

RE: Sessions in a Cluster

2002-02-12 Thread Christopher Olive
you can WDDX the advanced structures before you store them. that 'flattens' them into strings. christopher olive, cto, vp of web development atnet solutions, inc. 410.931.4092 http://www.atnetsolutions.com -Original Message- From: Owens, Howard [mailto:[EMAIL PROTECTED]] Sent:

deactivating Enter key in forms

2002-02-12 Thread Tim
Is it possible to deactivate the Enter key in cfforms? I have users that prematurely submit forms by accidentally hitting the Enter key, and I'd like to restrict form submission to the Submit button. __ Do You Yahoo!? Send FREE Valentine eCards

Re: deactivating Enter key in forms

2002-02-12 Thread Critz
oi Tim!! switchtheinputtype=submit .. to input type=button onClick=this.form.submit() -- Critter, MMCP Certified ColdFusion Developer Crit[s2k] - CF_ChannelOP Network=Efnet Channel=ColdFusion - Tuesday, February 12, 2002, 3:56:12

RE: deactivating Enter key in forms

2002-02-12 Thread Steve Oliver
Use input type=button instead of type=submit, then in the onclick put this.submit() __ steve oliver atnet solutions, inc. http://www.atnetsolutions.com -Original Message- From: Tim [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 3:56 PM To: CF-Talk

RE: Sessions in a Cluster

2002-02-12 Thread Owens, Howard
Oh boy, something new to learn :-) H. Howard Owens Internet Operations Coordinator www.insidevc.com [EMAIL PROTECTED] AIM: GoCatGo1956 -Original Message- From: Christopher Olive [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 12:55 PM To: CF-Talk Subject: RE:

Securing CF applications - OWASP

2002-02-12 Thread BEN MORRIS
I read about this site OWASP (Open Web Application Security Project) and it seems like a pretty good resource. On this list, there have been discussions about best practices for securing web applications. www.owasp. org is designed for all web apps, not just CF. The Open Web Application

Re: variable to reference HTML generated so far by CF Server?

2002-02-12 Thread Gyrus
Check out the savecontent features in CF5. Thanks, managed it with this. cfsavecontent wrapped round the html tags, followed by cfoutput#allHTML#/cfoutput cffile action=WRITE file=D:\_test\validate.html output=#allHTML# A bit fiddly to turn on and off when developing, but does the trick

RE: Sessions in a Cluster

2002-02-12 Thread Christopher Olive
no big deal, really. RTFM on WDDX in CFStudio. it's actually pretty close to being correct, if i remember correctly. christopher olive, cto, vp of web development atnet solutions, inc. 410.931.4092 http://www.atnetsolutions.com -Original Message- From: Owens, Howard [mailto:[EMAIL

OT: Microsoft Releases New Security Patch for Internet Explorer (Critical)

2002-02-12 Thread Christian Abad
Microsoft Security Bulletin MS02-005 - Cumulative Patch for Internet Explorer 11 February 2002 Summary Who should read this bulletin: Customers using Microsoft Internet Explorer Impact of vulnerability: Six vulnerabilities, the most serious of which could allow an attacker to run code on

CDONTS Exception?

2002-02-12 Thread Carlisle, Eric
I run a wrapper script that uses CDONTS to send mail. Occasionally I'll get an error like this. It's very vague and doesn't give me much to go on. It looks like CDONTS is throwing an exception. Error Diagnostic Information unknown exception condition unknown error while executing a tag.

Re: Web Services

2002-02-12 Thread Jochem van Dieten
Bryan Stevenson wrote: Hi All, I'm looking for all the wonderful web service resources that this list knows about (the innner workings, who offers them currently, etc.) Webservices are a specification which is developed at the W3 consortium. It includes SOAP/XML and a lot of other very

RE: Sessions in a Cluster

2002-02-12 Thread Rosenbaum, Daniel
Yes, that is what I mean by complex data types. I would continue to pass the token in the URL if you are uncertain about setting cookies. The solution I have gone with in an instance like this is to write all of my variables in the Request scope and then in the OnRequestEnd.cfm convert t he

RE: Sessions in a Cluster

2002-02-12 Thread Dave Carabetta
Oh boy, something new to learn :-) H. Nah, WDDX really isn't so bad at all. I was admittedly a little intimidated back when I first started with it. Keep in mind a lot of the WDDX functionality takes place under the hood. To get from CF to WDDX, all you really need to do is feed the tag a

RE: CFCONTENT and IE

2002-02-12 Thread Wallick, Mike
No idea as to why? -Original Message- From: Steve Oliver [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 12, 2002 12:09 PM To: CF-Talk Subject: RE: CFCONTENT and IE I had problems with IE that way, but it was trying to stream mp3 files using cfcontent. Sometimes it worked,

cfx java reload ..

2002-02-12 Thread joachim
Anyone who has found a solution to ColdFusion not using the new compiled classes ? I have recompiled my .java but ColdFusion is *not* giving me any updates.. I've tried using the reload=always attribute and my files are located in the classes directory. Thanks, Joachim

RE: cfx java reload ..

2002-02-12 Thread Matthew R. Small
I had that same problem last year when I was developing a lot of CFX java files - I ended up having to restart the server every time I wanted CF to reload. I was using 4.5.1 enterprise. - Matt Small -Original Message- From: joachim [mailto:[EMAIL PROTECTED]] Sent: Wednesday,

Re: variable to reference HTML generated so far by CF Server?

2002-02-12 Thread Jochem van Dieten
Gyrus wrote: Is there a way of referencing all the HTML generated so far in a request by CF Server (5)? Have something throw an error in OnRequestEnd.cfm (cfthrow). Then use cferror and error.generatedContent to write whatever you want to a file and then pass it on to the client as well. You

Getting locale's date format

2002-02-12 Thread James Sleeman
Hi all, is there any way to get a string representation of the currently set locale's date format, ie something like dd/mm/ or mm/dd/. Seems that I can parse dates in the locale's date format but you can't find out programattically what that date format is. I want to do

RE: Sessions in a Cluster

2002-02-12 Thread Owens, Howard
I didn't mean to imply that I wasn't eager to learn WDDX. I haven't had much of a reason to up to this point, so I welcome the excuse to learn it. I wasn't trying to be ironic. I am storing the client vars in a database. I have retained my URLTOKEN in my links (now #client.urltoken#, instead

Re: forums

2002-02-12 Thread Kay Smoljak
There's a great new open source forum application written entirely in Fusebox 3.0 - check out http://fbopenforums.sourceforge.net. HTH, Kay. Brian Rosenstock [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... We are in the process of evaluating a forums system for one of our

ezEdit and cfmodule

2002-02-12 Thread Guy J. McDowell
I'm trying to use ezEdit on my no Custom Tags using cfmodule. I currently have the tag in its own directory under the root of my site, but I don't think I am using cfmodule properly to call it. The silly thing is, I have done this before but the client won't let me take a look at my own source.

Case statements in SQL Server stored procs

2002-02-12 Thread Bryan Stevenson
Hey All, Looking for the lingo to do case statements in SQL Server stored procedures. So I want to mirror this: cfif len(qOrderRules.Union_ID) AND Sup_Service_Union.Union_ID = #qOrderRules.Union_ID# AND Sup_Service_Union.Service_ID = Sup_Service.Service_ID /cfif in the WHERE

Case Statements in SQL Server Stored Procs

2002-02-12 Thread Bryan Stevenson
Hey All, Looking for the lingo to do case statements in SQL Server stored procedures. So I want to mirror this: cfif len(qOrderRules.Union_ID) AND Sup_Service_Union.Union_ID = #qOrderRules.Union_ID# AND Sup_Service_Union.Service_ID = Sup_Service.Service_ID /cfif in the WHERE

OT: intercepting keystrokes??

2002-02-12 Thread Shawn Grover
Is it possible to intercept the keystrokes from anywhere on the web page (i.e. an input text box may or may not have focus). I have a need to simulate the windows behaviour of the Alt-Key combinations (i.e. Alt-F opens a file menu, Alt-S may trigger a button event, etc.) I'm looking for ideas

RE: intercepting keystrokes??

2002-02-12 Thread Steve Oliver
In IE you can use accesskey=F for an alt+F combination. You can also use labels which will give the input box focus if you click them. label for=fileFile/labelinput type=text name=filename id=file accesskey=F __ steve oliver atnet solutions, inc.

Cfcontent for downloads and redirection

2002-02-12 Thread Martin P. Cadirola
Hi there, I'm using the following code to generate an automatic download: cfheader name=Content-Disposition value=inline; filename=#varfile# cfcontent type=application/unknown file=#varPath#\#varfile# deletefile=No Question is, how do you generate a redirection after issuing the above code, so

Date/Time to Numeric Date

2002-02-12 Thread Vinny DiDonato \(si.rr\)
Hi Folks: Hopefully this isn't a stupid question, so here goes: Our Spectra DB stores dates/times in a numeric format such as 37195.0. Converting this value to a date/time string which makes sense has been accomplished, but my question is this: How does the date/time get converted

  1   2   >