Re: CFLOOP and CFOUTPUT

2002-03-09 Thread Jochem van Dieten
Plane, Nathaniel wrote: Eek, what about cfoutput group=? You wouldn't be able to group result sets in this case. Just use a conditional loop which is not over the query as a query, but over the query as a structure of arrays. Have to do that anyway if you want to jump back and forth between

RE: Report Writer

2002-03-09 Thread Adam Phillip Churvis
I am looking for Pros/Cons on various Report Writers that can be integrated with ColdFusion. I have one project that I would like to generate Avery Labels through the Web Browser. This is a new area for me and all information is greatly appreciated. Hey Graham, You're gonna LOVE this

RE: Report Writer

2002-03-09 Thread Andrew Scott
Adam, I have to admit that as simple as it is, that is one hell of a good tip and very cheap to implement. -Original Message- From: Adam Phillip Churvis [mailto:[EMAIL PROTECTED]] Sent: Saturday, 9 March 2002 10:53 PM To: CF-Talk Subject: RE: Report Writer I am looking for Pros/Cons

401.3 Unauthorized: Unauthorized due to ACL on resource

2002-03-09 Thread David Clover
I have upgraded a server to CF 5 - it's an IIS4 server on NT 4 with the August 2001 IIS 4 security roll up installed. The NT server is running SP 6a Documents publish OK with extension .htm. I have declared the extension default.cfm, index.cfm in the IIS MMC console as valid. (see

is this possible?

2002-03-09 Thread Jeff Fongemie
Hello cf-talk, Can someone steer me in the right direction to look for this? I need to take a list of names passed by a form. Then generate an html page with release form info and the first name so the user can print. User clicks next and then another page with release form and the

RE: Intranet apps

2002-03-09 Thread John McCosker
When I want to know what my local weather is like, I look out the window. When I want to know the forcast (rarely), I watch broadcast news, or the weather station on tv for a few minutes. Its all relative, do you ever engage in a chat environment on-line, or even send an email, of course you do,

Re: is this possible?

2002-03-09 Thread nagraj
Hi Jeff, Yes It is posssible.If you know that there are 8 elements and keep track of how to show.Then it is possible. Once the 8 variables are finished then you divert the submission to original page.Till that you will be revolving in same page with different variables requesting. Cheers!

RE: Macromedia's XML Resource Feed

2002-03-09 Thread Dave Babbitt
Is it that the WDDX cannot read the ?xml version=1.0 ? tag? When I try to subscribe to this feed with my Radio Userland I get: Can't subscribe to the channel. The most likely cure is to check the URL in a web browser and see if you can get it to read the feed. The following message probably

RE: Macromedia's XML Resource Feed

2002-03-09 Thread Jeffry Houser
I wrote a ColdFusion function to parse the newsfeed. The code is located on InstantColdFusion.com. It's fairly specific to that newsfeed, though, not a standard XML parser. http://www.instantcoldfusion.com/resources/articles.cfm For the record, WDDX and XML are two different things.

Re: Macromedia's XML Resource Feed

2002-03-09 Thread Clint Tredway
Very cool Jeff! Clint - Original Message - From: Jeffry Houser [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Saturday, March 09, 2002 8:19 AM Subject: RE: Macromedia's XML Resource Feed I wrote a ColdFusion function to parse the newsfeed. The code is located on

Re: Macromedia's XML Resource Feed

2002-03-09 Thread Jeffry Houser
Yes, imagine my dismay when I discovered my host wasn't on 5, and therefore didn't support custom functions. I'm in the process of moving the site. Comments on the code are welcome, it should be documented and someday I want to write an article describing what I did and why I did it.

Re: is this possible?

2002-03-09 Thread David Schmidt
Jeff, Just pass the list from one release to the next using hidden form fields, along with an index number for the next name. You will actually only have to write this one time, so you can just keep going back to this same release for each of the 8 people. Plus, you never have to worry about

preserve javascript formatting?

2002-03-09 Thread Eric J Hoffman
Ok, last question, for a bit... :-) How do you guys deal with preserving the formatting of javascript? A tag is redoing some content on a page, and when it spits it out, its lost its formatting, thus the navigation no longer works? Viewing source shows it all lopped together. I know this

Re: preserve javascript formatting?

2002-03-09 Thread Jon Hall
How about surrounding the script tags with pre tags? I may not be understanding the issue though...javascript can be compressed (if that is what this tag is doing) just like html and still work. Perhaps you are missing some semicolons and two javascript statements are getting stuck together?

Re: Desktop Icon Creation

2002-03-09 Thread Neil Clark
Hi Eric, I could be wrong, but I am pretty sure that you cannot do this via ColdFusion (well, not unless ColdFusion is running locally). You can however do it using Macromedia Director with the Buddy API Xtra. Again, I haven't had to try this and I could be wrong. HTH Neil - Original

ODBC for Interbase

2002-03-09 Thread Nathan Chen
Hi, All: Does anyone has experience working with Interbase database? I assume you need an ODBC driver for CF Server to talk to Interbase. Where can I get the driver? Any hint is appreciated. Nathan Chen __ Dedicated

Re: ODBC for Interbase

2002-03-09 Thread Howie Hamlin
There's one here: http://www.ibdatabase.com/ It costs $200 for the server driver. HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com - 631-737-4668 x101 inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server Find out how iMS

RE: Desktop Icon Creation

2002-03-09 Thread Chuck McElwee
I don't have my JavaScript references with me, but I don't think you can do this type of file operation, because it would pose tremendous security risks. However, you can easily add a link on your page to add a favorite, for what it's worth. Here's a reference:

Re: ODBC for Interbase

2002-03-09 Thread Jon Hall
http://ofbodbc.sourceforge.net/ Nathan Chen wrote: Hi, All: Does anyone has experience working with Interbase database? I assume you need an ODBC driver for CF Server to talk to Interbase. Where can I get the driver? Any hint is appreciated. Nathan Chen

RE: ODBC for Interbase

2002-03-09 Thread Robert Everland
Also on sourceforge there is the free version, called firebird, I think that comes with an odbc driver. Bob -Original Message- From: Howie Hamlin To: CF-Talk Sent: 3/9/02 5:07 PM Subject: Re: ODBC for Interbase There's one here: http://www.ibdatabase.com/ It costs $200 for the

OT: my own box

2002-03-09 Thread Jason Davis
I'm about to start co-locating next month my own win2K server box. from installting, through service packs, hotfixes, sql server and all that... I'm wondering if anyone can share thoughts on installing IIS patches/hotfixes. I know that there are many of them, how do you keep up? any info would

Re: OT: my own box

2002-03-09 Thread Jochem van Dieten
Jason Davis wrote: I'm about to start co-locating next month my own win2K server box. from installting, through service packs, hotfixes, sql server and all that... I'm wondering if anyone can share thoughts on installing IIS patches/hotfixes. I know that there are many of them, how do you

Re: my own box

2002-03-09 Thread Neil H.
http://www.microsoft.com/technet/treeview/default.asp?url=/technet/security/ current.asp?productid=30servicepackid=161submit1=go Since SP3 isn't finished yet a service rollup was introduced. If you are looking for Colo rates or a dedicated server, please let me know. Neil - Original

Re: OT: my own box

2002-03-09 Thread Jon Hall
Burn the SP's to a CD and install everything, and remove all of the unnecessary extensions, _before_ plugging in the network cable. Otherwise I guaranteee you will get infected by Nimbda and all the rest before you can even get IIS started. Removing the unnecessary IIS extensions pretty much

RE: my own box

2002-03-09 Thread Mark A. Kruger - CFG
Jason, Here's a URL for subscribing to microsofts security service: http://www.microsoft.com/technet/treeview/default.asp?url=/technet/security/ bulletin/notify.asp I'd also recomend subscribing to a couple of other CERT services. Vulnerabilities are often first discovered by third parties

2nd try OT: setting up your own box.

2002-03-09 Thread Mark A. Kruger - CFG
Jason, Here's a URL for subscribing to microsofts security service: http://www.microsoft.com/technet/treeview/default.asp?url=/technet/security/ bulletin/notify.asp I'd also recomend subscribing to a couple of other CERT services. Vulnerabilities are often first discovered by third parties

CFFTP

2002-03-09 Thread Critz
oi CF-Talk!! I'm using CFFTP to login to a local ftp site to verify the users login password for a stats page. this is what I am using: cftry cfftp action=OPEN server=localhost username=#attributes.login# password=#attributes.pass# stoponerror=Yes port=6969 connection=ftp cfset

RE: CFFTP

2002-03-09 Thread Mark A. Kruger - CFG
You could try fooling with the timeout value in IIS (assumeing you are using IIS) for the FTP server. Mark -Original Message- From: Critz [mailto:[EMAIL PROTECTED]] Sent: Saturday, March 09, 2002 5:40 PM To: CF-Talk Subject: CFFTP oi CF-Talk!! I'm using CFFTP to login to a local

RePlace... NOT!

2002-03-09 Thread Tony Gruen
A standard piece of our code no longer seems to work - I am at a loss as to why. We have tested it today on CF 4.5 and CF5. It is a simple replace action on fields with commas and carriage returns... here is the code snap from the insert state VALUE section: '#Replace(form.textarea,

Re: RePlace... NOT!

2002-03-09 Thread David Schmidt
never mind... DOH!! me. - Original Message - From: Tony Gruen [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Saturday, March 09, 2002 6:39 PM Subject: RePlace... NOT! A standard piece of our code no longer seems to work - I am at a loss as to why. We have tested it today on CF

Re: RePlace... NOT!

2002-03-09 Thread David Schmidt
How about the last single quote before the comma... - Original Message - From: Tony Gruen [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Saturday, March 09, 2002 6:39 PM Subject: RePlace... NOT! A standard piece of our code no longer seems to work - I am at a loss as to why.

Re: RePlace... NOT!

2002-03-09 Thread Kym Kovan
Hi Tony, A standard piece of our code no longer seems to work - I am at a loss as to why. We have tested it today on CF 4.5 and CF5. It is a simple replace action on fields with commas and carriage returns... here is the code snap from the insert state VALUE section: '#Replace(form.textarea,

Re[2]: CFFTP

2002-03-09 Thread Critz
oi Mark!! heck no :) am using Raidenftpd. My ftp timeout is currently 600 seconds. But I don't want to adjust that. I just don't understand why CF is so sluggish at killing the connection when PHP does it in a heartbeat. -- Best regards, Critter, MMCP Certified ColdFusion Developer

RE: RePlace... NOT!

2002-03-09 Thread Tony Gruen
OY! I sure owe you one. Thanks for your input, this site is going live Monday and the scramble has me frazzled. :-) Tony -Original Message- From: Kym Kovan [mailto:[EMAIL PROTECTED]] Sent: Saturday, March 09, 2002 6:57 PM To: CF-Talk Subject: Re: RePlace... NOT! Hi Tony, A standard

Help - Security Configuration Editor?

2002-03-09 Thread David Cummins
Hi all, I'm setting up a client's box, and want it to be as secure as possible. I've seen many mentions of how wonderful the Security Configuration Editor is, but I'm damned if I can find a copy of it anywhere. The server is running Win 2k, which apparently has it installed by default. Well I

Re: Help - Security Configuration Editor?

2002-03-09 Thread Douglas Brown
Maybe this will help policies Security settings define the security-relevant behavior of the system. Through the use of Group Policy objects in the Active Directory, administrators can centrally apply the security levels required to protect enterprise systems. When determining settings for

Issue 105 of Fusion Authority Just Out

2002-03-09 Thread Judith Dinowitz
You might be interested in some of the news and security pieces in this issue of FA. I've posted a link to the issue below, as well as the complete Table of Contents. http://www.fusionauthority.com/alert/index.cfm?alertid=105 Specials ColdFuson MX Beta 2 Announced; Flash MX Announced

RE: Re[2]: CFFTP

2002-03-09 Thread Steve Oliver
Not sure if it would help, but you don't need to auth again on logout, and you can use cfftp.succeeded to check if it worked. cfftp action=OPEN server=localhost username=#attributes.login# password=#attributes.pass# stoponerror=Yes port=6969 connection=ftp cfftp action=CLOSE connection=ftp