Error: No error occurred.

2004-07-10 Thread Bill Burdin
Greetings, I am trying to execute cffile cffile action="" file=c:\inetpub\wwwroot\myfolder\ output=my string addnewline=Yes which is producing this error: Error processing CFFILE Error attempting to write data to target file 'c:\dbase\book.htm'. Error: No error occurred. I'm operating CF

[Reply To] Error: No error occurred.

2004-07-10 Thread Seamus Campbell
Hi Bill Don't you have to have the file name in the file path ie file=c:\inetpub\wwwroot\myfolder\myfile.txt Seamus You wrote Greetings, I am trying to execute cffile cffile action="" file=c:\inetpub\wwwroot\myfolder\ output=my string addnewline=Yes which is

Re: CFPOP 100 message limit

2004-07-10 Thread Graham Lewis
I am still using v4.0 so... Graham Lewis Centre for Academic Practice University of Warwick University House Kirby Corner Road Coventry CV4 8UW UK Tel.: (+44) (0) 24 765 72737 Mobile: 07733450022 Fax.: (+44) (0) 24 765 727326 http://www2.warwick.ac.uk/services/cap/about/staff/lewis/

Re: CFPOP 100 message limit

2004-07-10 Thread Graham Lewis
Yes its doing that.The problem is that 100 most recent setting.The last 100 changes as new mesages come in.Yes I know - UID and I guess I am stuffed without that. Graham Lewis Centre for Academic Practice University of Warwick University House Kirby Corner Road Coventry CV4 8UW UK Tel.: (+44)

RE: CFPOP 100 message limit

2004-07-10 Thread Paul Vernon
You could use CFX_POP3 which would give you UID functionality if your server supports it! http://www.web-architect.co.uk/downloads.cfm Paul [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: CFPOP 100 message limit

2004-07-10 Thread Graham Lewis
Thanks.I will see if I can find out if it runs with v4.0. Graham Lewis Centre for Academic Practice University of Warwick University House Kirby Corner Road Coventry CV4 8UW UK Tel.: (+44) (0) 24 765 72737 Mobile: 07733450022 Fax.: (+44) (0) 24 765 727326

RE: CFPOP 100 message limit

2004-07-10 Thread Paul Vernon
Thanks.I will see if I can find out if it runs with v4.0. It should do, its a long time since I tested it with a 4.0 installation as I haven't run it in a while but the interface to CF hasn't changed from 3.1 onwards very much... just a couple of deprecated function calls which I have never

RE: CFPOP 100 message limit

2004-07-10 Thread Graham Lewis
Paul, Yesa trial copy would be good.I am just fiddling with an idea but if this solves it I can justify the momentous sum of £7.50!! Thanks Graham Graham Lewis Centre for Academic Practice University of Warwick University House Kirby Corner Road Coventry CV4 8UW UK Tel.: (+44) (0) 24 765

null - was Re: Blackstone Strong Typing? was Re: CFX_FileReadLn

2004-07-10 Thread S . Isaac Dealey
Just a small thought. All I personally think that CF could benefit from in all of this strong typing discussion is the ability to cast a variable to any java class. I feel that if I could JavaCast() to any java class in order to create byte arrays or other specific types I would have

Re: [Reply To] Error: No error occurred.

2004-07-10 Thread S . Isaac Dealey
Yea, that's strange -- now that you mention it (and I have a 2nd look at his email), the code only points to a directory but the error points to an individual file that's not even anywhere near that directory. Hi Bill Don't you have to have the file name in the file path ie

Re: Tool recommendations

2004-07-10 Thread Dick Applebaum
On Jul 9, 2004, at 10:10 PM, Ray Bujarski wrote: I want to set up a new site that will be for a band, does anyone know of any good: 1) Calendar applications for scheduling 2) Image gallery applications The best I found, and the one I use, is Gallery: http://gallery.menalto.com/ It is

Linux OS authentication

2004-07-10 Thread Christopher Farino
Does anyone know where I can find documentation on user authentication through Linux OS? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: null - was Re: Blackstone Strong Typing? was Re: CFX_FileReadLn

2004-07-10 Thread Dick Applebaum
On Jul 10, 2004, at 6:23 AM, S. Isaac Dealey wrote: Personally I think the lack of nulls in CF is far more troublesome than the lack of strong-typing and if I had to prioritize them, nulls would be way up near the top of my list, while stong typing would be way down toward the bottom. I've

Re: Tool recommendations

2004-07-10 Thread Jake .
2) Image gallery applications I've got a pretty nice photoblog app, PhotoBlogFusion, as well as a Blogging software (BlogFusion) at www.countersinkdg.com. Jake [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: Tool recommendations

2004-07-10 Thread Dick Applebaum
On Jul 10, 2004, at 7:12 AM, Jake . wrote: 2) Image gallery applications I've got a pretty nice photoblog app, PhotoBlogFusion, as well as a Blogging software (BlogFusion) at www.countersinkdg.com. Mmmm... A blog with additional image capability (user uploads, user comments,slideshow,

RE: Tool recommendations

2004-07-10 Thread Ray Bujarski
Thanks everyone for you help.These are some excellent suggestions. Ray -Original Message- From: Dick Applebaum [mailto:[EMAIL PROTECTED] Sent: Saturday, July 10, 2004 6:45 AM To: CF-Talk Subject: Re: Tool recommendations On Jul 9, 2004, at 10:10 PM, Ray Bujarski wrote: I want to set

CFCHART

2004-07-10 Thread Andrew Grosset
Hi, Is it possible to add (different) mouseover effects to the URL in CFCHART? I would like to add a DHTML function but whatever I add stops the popUP function from working. (this works ok and creates a popUp box passing ID in the url) url=""> any suggestions? Andrew. [Todays Threads]

Re: null - was Re: Blackstone Strong Typing? was Re: CFX_FileReadLn

2004-07-10 Thread S . Isaac Dealey
This is one of those annoying things (like alphabetically sorted query ciomumnList) that you wonder why they just don't fix it. columnlist doesn't so much bother me... listsort(query.columnlist) ... what does still bother me is structsort()... the reason it annoys me is because it creates an