[OT] First post?

2002-10-27 Thread Michael Dinowitz
Does anyone know the date of the first post to CF-Talk? Thanks Michael Dinowitz Master of the House of Fusion http://www.houseoffusion.com ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

CFCHART urls

2002-10-27 Thread James Smith
Is it at all possible to add a url to a CFCHART at the series level rather than the chart level? It would be nice if it was possible to direct people to a different page depending on the series they clicked on rather than one url for every single series. -- James Smith [EMAIL PROTECTED]

Client Storage and MySQL

2002-10-27 Thread James Smith
I seem to remember a problem with CF4 flushing client variables from a MySQL database. Does anyone know if this problem still exists with CF5 and CFMX and if so, is there a workround? -- Jay. ~| Archives:

ColdFusion Forums

2002-10-27 Thread James Smith
Years ago Allaire produced a Forums application for ColdFusion which I seem to remember they released to the community for free, can anyone point me to where I can get these from as I now need to code a message board for a client project. If this has been discontinued can anyone recoment an

Re: ColdFusion Forums

2002-10-27 Thread Jochem van Dieten
James Smith wrote: Years ago Allaire produced a Forums application for ColdFusion which I seem to remember they released to the community for free, can anyone point me to where I can get these from as I now need to code a message board for a client project.

Re: [OT] First post?

2002-10-27 Thread Howie Hamlin
The oldest one that I have saved is dated 11/7/1997 but I'm sure Mike Tac would know better since he ran the original list. -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com - 631-737-4668 x101 inFusion Mail Server (iMS) - The Award-winning,

Re: Client Storage and MySQL

2002-10-27 Thread Matt Robertson
I suspect its been fixed in MX, what with the improved support for mySQL and all. However the root cause of the problem was mySQL's failure to support subqueries, so this may not be the case. I CFSCHEDULE the template below, which I got way back when from the Allaire KB. Works like a charm.

Re: ColdFusion Forums

2002-10-27 Thread Doug
I sent you a zip file off-list Doug White This address is filtered through the open relay database at http://www.ordb.org and is virus scanned by ANTIVIR http://www.dwhite.ws mailto:doug;dwhite.ws - Original Message -

Re: [OT] First post?

2002-10-27 Thread DDB Lists
I subscribed on oct 9, 1996. It should be somewhere around that time. - Original Message - From: Howie Hamlin [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, October 27, 2002 2:57 PM Subject: Re: [OT] First post? The oldest one that I have saved is dated 11/7/1997 but I'm

iscf.dll parsing .xml files

2002-10-27 Thread Tony Weeg
hello all and good sunday mornin to ya ;) do you know if there is a way to have cf parse xml pages so that i can drop variables and values to them, but still have the xsl stylesheet decide the presentation logic? im not having much luck right now with thisi have successfully made it so that

(Bug Report) RE: Anyone had weird results on MX with CFFTP?

2002-10-27 Thread Stacy Young
I will also post this to the MM site... The following test script I was working on intermittently causes a complete server failureat least from a networking perspective. Unfortunately I do not have physical access to the machine at the moment. (support tech on site performing cold restarts

RE: (Bug Report) RE: Anyone had weird results on MX with CFFTP?

2002-10-27 Thread Stacy Young
Upon further test the same failure occured without CFFLUSH in the script. No errors appear in the CF or JRun logs to show anything out of the ordinary. -Original Message- From: Stacy Young [mailto:Stacy.Young;sfcommerce.com] Sent: Sunday, October 27, 2002 12:16 PM To: CF-Talk Subject:

RE: (Bug Report) RE: Anyone had weird results on MX with CFFTP?

2002-10-27 Thread Stacy Young
Last note: Fails under both default JVM and Sun's 1.4.1 Stace -Original Message- From: Stacy Young [mailto:Stacy.Young;sfcommerce.com] Sent: Sunday, October 27, 2002 12:26 PM To: CF-Talk Subject: RE: (Bug Report) RE: Anyone had weird results on MX with CFFTP? Upon further test the same

Re: (Bug Report) RE: Anyone had weird results on MX with CFFTP?

2002-10-27 Thread Jochem van Dieten
Stacy Young wrote: It seems *sometimes* the script I'm including disables my server. I'm running Win2k Server with SP2 and MSSQL2k. CFMX updater has also been applied. CF MX + updater + W2K SP3: no problem. cfflush interval=100 cfftp action=open server=xx.xx.xxx.xx

Query Problem

2002-10-27 Thread Jillian Carroll
The query below doesn't work... the first clause in the CFIF works fine, but it gives me the error: Error while executing the query (non-fatal); ERROR: Relation form does not exist for the CFELSE portion. This query executes on a page following a form. I have checked to ensure that there is a

Re: Query Problem

2002-10-27 Thread Jochem van Dieten
Jillian Carroll wrote: cfif #form.confsent# EQ ' ' cfquery name=adduser datasource=#DSN# UPDATE attendee SET confsent = NULL WHERE users_id = #FORM.users_id# /cfquery cfelse cfquery name=adduser datasource=#DSN# UPDATE attendee SET confsent =

RE: Query Problem

2002-10-27 Thread Jillian Carroll
When I use cfqueryparam as you specified below, I get this error: An error occurred while evaluating the expression: #IIf(Trim(form.confsent) EQ '', No, Yes)# Error near line 63, column 95. ~| Archives:

RE: Query Problem

2002-10-27 Thread Jillian Carroll
Weird... my message got cut off somehow. This should have been included: An error has occurred while processing the expression: Yes Error near line 1, column 1. -Original Message- From: Jillian Carroll [mailto:jillian;koskie.com] Sent: Sunday, October 27, 2002 1:04 PM To: CF-Talk

Re: Query Problem

2002-10-27 Thread S . Isaac Dealey
Jillian Carroll wrote: cfif #form.confsent# EQ ' ' cfquery name=adduser datasource=#DSN# UPDATE attendee SET confsent = NULL WHERE users_id = #FORM.users_id# /cfquery cfelse cfquery name=adduser datasource=#DSN# UPDATE attendee SET confsent =

Re: Query Problem

2002-10-27 Thread S . Isaac Dealey
The query below doesn't work... the first clause in the CFIF works fine, but it gives me the error: Error while executing the query (non-fatal); ERROR: Relation form does not exist for the CFELSE portion. Incedentally, this _sounds_ to me like a bug. The syntax of the query certainly looks

RE: Query Problem

2002-10-27 Thread Jillian Carroll
I'm going out of my mind with this one. I use the EXACT same code to do the initial entry of the user information and it works. It keeps telling me that Relation form does not exist... That leads me to believe one of two things... either it is looking in my database for a table named form... or

Re: Query Problem

2002-10-27 Thread Jochem van Dieten
Jillian Carroll wrote: When I use cfqueryparam as you specified below, I get this error: An error occurred while evaluating the expression: #IIf(Trim(form.confsent) EQ '', No, Yes)# My mistake: #IIf(Trim(form.confsent) EQ '', DE(No), DE(Yes))# I think you might have to switch

Re: Query Problem

2002-10-27 Thread Jochem van Dieten
Jillian Carroll wrote: I'm going out of my mind with this one. I use the EXACT same code to do the initial entry of the user information and it works. It keeps telling me that Relation form does not exist... That leads me to believe one of two things... either it is looking in my

Re: Query Problem

2002-10-27 Thread Marius Milosav
Do a cfdump var=#form# cfabort before running query. And see if the field you are expecting is there. Is by any chance the field a check box? Those are submitted only if they are checked. You can also try: cfparam name=form.confsent default= at the top of the page but this can hide a problem

Re: Query Problem

2002-10-27 Thread S . Isaac Dealey
Jillian Carroll wrote: When I use cfqueryparam as you specified below, I get this error: An error occurred while evaluating the expression: #IIf(Trim(form.confsent) EQ '', No, Yes)# My mistake: #IIf(Trim(form.confsent) EQ '', DE(No), DE(Yes))# I think you might have to

Re: Query Problem

2002-10-27 Thread kkz
How about you replace it with this? cfquery name=adduser datasource=#DSN# UPDATE attendee SET confsent = cfqueryparam cfsqltype=cf_sql_varchar value=#form.confsent# null=#YesNoFormat(form.confsent EQ ' ')# WHERE users_id = cfqueryparam cfsqltype=cf_sql_integer

RE: Query Problem

2002-10-27 Thread Jillian Carroll
Thank you guys for your help... I'm FINALLY in business with this form! -Original Message- From: S. Isaac Dealey [mailto:info;turnkey.to] Sent: Sunday, October 27, 2002 1:53 PM To: CF-Talk Subject: Re: Query Problem Jillian Carroll wrote: When I use cfqueryparam as you specified

Date - Weekly Format?

2002-10-27 Thread Russ
All, I'm attempting to populate a dropdown with weekly options (10/28 - 11/3, 11/4 - 11/10, etc.) and go back to a pre-defined date (by me), selected on the current week, and then show 2-ish weeks into the future. Is there a way that CF will intuitively work with this through the Date mask?

Re: Date - Weekly Format?

2002-10-27 Thread S . Isaac Dealey
I'm attempting to populate a dropdown with weekly options (10/28 - 11/3, 11/4 - 11/10, etc.) and go back to a pre-defined date (by me), selected on the current week, and then show 2-ish weeks into the future. Is there a way that CF will intuitively work with this through the Date mask?

RE: Date - Weekly Format?

2002-10-27 Thread Russ
Perhaps I'm too newbie-ish for what you've described below. It's not working for me; it displays only the code in the drop down. I'd like to display [current week: Mon 10/27 - Sun 11/3] (minus the current week:) in the drop down. Then, I'd like to display all previous weeks back to a start

Bizarre index behaviour

2002-10-27 Thread Parker, Kevin
I've created a Verity collection on my dev box to build a CF based search engine in our new site. About every 24 to 48 hours it seems to drop the index and I have to re-index again. Any clues please. I've checked scheduled tasks but nothing in there that would cause any grief. I've checked the log

RE: Date - Weekly Format?

2002-10-27 Thread S . Isaac Dealey
Perhaps I'm too newbie-ish for what you've described below. It's not working for me; it displays only the code in the drop down. Oh, sorry about that -- I left out the cfoutput's. .. Try this -- may not get you all the way there, but it's a start. cfset dfmt = mm/dd cfoutput cfloop index=x

RE: Date - Weekly Format?

2002-10-27 Thread Russ
Thanks, Isaac--this is panning out nicely and gives me a lot of forward momentum--much obliged! Russ -Original Message- From: S. Isaac Dealey [mailto:info;turnkey.to] Sent: Sunday, October 27, 2002 9:46 PM To: CF-Talk Subject: RE: Date - Weekly Format? Perhaps I'm too

CFHEADER - explanation

2002-10-27 Thread Russ
I'm attempting to implement a cookie, and I understand that you cannot do that (at least set it) when you are using a CFLOCATION tag, and that it's recommended to use a CFHEADER tag, however, I'm not finding any examples of how to effectively pull this off. Can anyone point me to an example?

RE: CFHEADER - explanation

2002-10-27 Thread Mosh Teitelbaum
From an earlier Dave Watts email... cfcookie ... cfheader name=Location value=urlpath/to/file.cfm cfheader statuscode=302 statustext=Document moved -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original

SOT Installing Java 1.4.1 questions

2002-10-27 Thread Dick Applebaum
When you install Java 1.4.1 on an existing CFMX installation, do you need to do anything special? Things such as: change classpath delete/ recompile cfml templates to .class files modify any CF system XML files to point to new/different components in Java 1.4.1 Or is it all