CF_TEMPLATE_PATH

2002-10-20 Thread Howie Hamlin
I have an application in which I need to determine the path in which the template resides. I am currently using CF5 Windows and Website Pro. There is a variable that I'm using - CGI.CF_TEMPLATE_PATH and it works fine for this. However, my question is, is this variable available in IIS and/or

RE: CF_TEMPLATE_PATH

2002-10-20 Thread Dave Watts
I have an application in which I need to determine the path in which the template resides. I am currently using CF5 Windows and Website Pro. There is a variable that I'm using - CGI.CF_TEMPLATE_PATH and it works fine for this. However, my question is, is this variable available in IIS

Re: CF_TEMPLATE_PATH

2002-10-20 Thread Howie Hamlin
Thanks. BTW - I get two emails every time you post to the list. Weird... Regards, Howie - Original Message - From: Dave Watts [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, October 20, 2002 11:06 AM Subject: RE: CF_TEMPLATE_PATH I have an application in which I need

Re: CF_TEMPLATE_PATH

2002-10-20 Thread Howie Hamlin
Thanks, much appreciated. Regards, Howie - Original Message - From: Bob Haroche [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, October 20, 2002 11:11 AM Subject: Re: CF_TEMPLATE_PATH However, my question is, is this variable available in IIS and/or Apache (Windows

RE: session vars and locking

2002-10-20 Thread Dave Watts
point me, if you canthe right direction seeks me ;) where to start? i understand to a point, but the nuts and bolts of it would be more effective to understand. Unfortunately, I'm not going to be much help here. A lot of this stuff is part of a typical CS curriculum, so CS texts may be

RE: CFIndex for Verity quit working

2002-10-20 Thread Mark Leder
I like the solution of figuring out a way to upload the Access to the Server, upsize to SQL 2000 - how would I do this programmatically? (it's only a read only db on the server, no one writes to it) - He will not use the SQL 2000 on the server to update and manage the db (too slow) and

RE: CFIndex for Verity quit working

2002-10-20 Thread Angel Stewart
Verity in coldfusion sucks, to put it very plainly. I don't know whether this is justthe Verity implementation included with CF, or whether this is Verity on the whole. If anyone knows a good alternative to Verity then please please please let me know. I have stopped planning ANY solutions that

RE: LONG time CF Supporter - About ready to dump CF!

2002-10-20 Thread Matt Liotta
I would fall into the some category above, for what that's worth. How would you ensure participation is effective? I don't work for Macromedia, so I can't really suggest changes that would allow for them to have more effective participation. -Matt

Re: File meta data lib (was: Re: counting # of characters in file)

2002-10-20 Thread Jesse Houwing
Jesse Houwing wrote: Maybe I'm up to it tonight. If I am, I'll sumbit them to the cflib. There are already functions for exists() -- fileexists() and directoryexists() ... but the rest of them would be rather useful Ok, I did it, and it didn't even require aa wrapperclass :) I also

RE: Relationship posts

2002-10-20 Thread John Wilker
Hey Michael, I think moving the discussion to a more specific list is fine. My thought on the name of the list is that, it sounds exclusive to partners, something I am not. Obviously we all want to have a voice to MACR though. Perhaps something like CF-Macromedia, or CF-Participants. Just

RE: Relationship posts

2002-10-20 Thread Matt Liotta
I have seen this problem on so many lists it pains me to see you repeat the same mistakes as others. These off topic posts aren't going away no matter how many lists you create. You are either going to have make this list moderated or allow off topic posts. Hence, why I suggested adding [OT] to

RE: Relationship posts

2002-10-20 Thread Matt Liotta
While I agree that these posts are affecting the technical signal-to-noise ratio, I don't think that simply trying to move them to other lists works. Most people don't want to have to subscribe to new lists especially when some of those lists have tons of posts with no relation to CF e.g.

Re: Relationship posts

2002-10-20 Thread Michael Dinowitz
While I agree that these posts are affecting the technical signal-to-noise ratio, I don't think that simply trying to move them to other lists works. Most people don't want to have to subscribe to new lists especially when some of those lists have tons of posts with no relation to CF e.g.

Re: Relationship posts

2002-10-20 Thread Michael Dinowitz
CF-Partners was set up for communications between the CF-Community and Allaire at the end of their run and the beginning of MM's ownership. It had a lot of good posts including the ones concerning the ISP licensing which, after talking with the community, was worked out in a way that everyone was

Re: Relationship posts

2002-10-20 Thread cliff
hello, I just started subscribing to this list recently, but I think it makes sense to keep discussion/debate posts on one list and technical posts on another. While some of the discussions are interesting, I think some people are really just interested in asking technical technical questions

RE: File meta data lib (was: Re: counting # of characters in file)

2002-10-20 Thread Raymond Camden
Jesse Houwing wrote: Maybe I'm up to it tonight. If I am, I'll sumbit them to the cflib. There are already functions for exists() -- fileexists() and directoryexists() ... but the rest of them would be rather useful Ok, I did it, and it didn't even require aa wrapperclass :)

RE: File meta data lib (was: Re: counting # of characters in file)

2002-10-20 Thread Raymond Camden
Just an FYI, you should not create variables in UDFs without using the var scope. function FileLength(filename){ _File = createObject('java', 'java.io.File'); _File.init(JavaCast('string', filename)); return _File.length(); } should be function FileLength(filename){

RE: CF Credit Card Verification/ Authorization Question

2002-10-20 Thread Mark Leder
There are actually a number that are quite good. Verisign, PayPal (owned by eBay), Authorize.net. Most of these have custom tags at the dev center which you can integrate into your cart. Usually, its best to talk to the client first, and find out if they already have a merchant account with

RE: CF Credit Card Verification/ Authorization Question

2002-10-20 Thread Tilbrook, Peter
Try cfx_cardcrypt from: http://developer.perthweb.com.au/ Peter Tilbrook Project Officer Strategic Development Australian Building Codes Board GPO Box 9839 CANBERRA ACT 2600 Telephone: (02) 6213 6731 Facsimile: (02) 6213 7287 -Original Message- From: Mark Leder

RE: Relationship posts

2002-10-20 Thread Vernon Viehe
Sorry Micheal. We'll get it moved over. Thanks for your guiding hand! -Vern -Original Message- From: [EMAIL PROTECTED] To: CF-Talk Sent: 10/20/2002 3:16 PM Subject: Relationship posts In the last few weeks the CF-Talk list has been inundated with off topic posts about the relationship

RE: File meta data lib (was: Re: counting # of characters in file)

2002-10-20 Thread S . Isaac Dealey
Jesse Houwing wrote: Maybe I'm up to it tonight. If I am, I'll sumbit them to the cflib. There are already functions for exists() -- fileexists() and directoryexists() ... but the rest of them would be rather useful Ok, I did it, and it didn't even require aa wrapperclass

Re: CF_TEMPLATE_PATH

2002-10-20 Thread Bob Haroche
However, my question is, is this variable available in IIS and/or Apache (Windows version) and is it available in CFMX? Works for me: CF 5, Apache, Win2K --- Regards, Bob Haroche O n P o i n t S o l u t i o n s www.OnPointSolutions.com

Re: How about Macromedia provide a more detailed configuration document for CFMX?

2002-10-20 Thread Sean A Corfield
On Saturday, Oct 19, 2002, at 10:12 US/Pacific, Doug wrote: I am reading so much pain and suffering caused by configuration issues with the migration to ColdFusionMX. Well, since folks come to this list when they have problems, you're more likely to read of 'pain and suffering' here than

CF5: Integrity Constraint Violation

2002-10-20 Thread Ben Koshy
I get this occassionly on a busy CF5 site: Diagnostics: ODBC Error Code = 23000 (Integrity constraint violation) [Microsoft][ODBC SQL Server Driver][SQL Server]Cannot insert duplicate key row in object 'CDATA' with unique index 'id1'. CDATA referring to the Table that stores Client Data in an

Re: CF Credit Card Verification/ Authorization Question

2002-10-20 Thread cf-talk
Do you have your own merchant account or are you planning on using a 3rd party processor? -Novak - Original Message - From: CF-Ross [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, October 20, 2002 5:29 PM Subject: CF Credit Card Verification/ Authorization Question