RE: CFFILE Structure ... I have a bad feeling about this...

2002-09-13 Thread Joe Eugene
CFFILE ACTION=Upload FILEFIELD=#attributes.filefield# DESTINATION=#ulpath# NAMECONFLICT=MAKEUNIQUE cfset upload.file = duplicate(cffile) but it chokes on cffile saying it can't find the variable... Issac, I think FILEFIELD does not need # sign in CFMX, since u are specifying

RE: Recursion

2002-09-13 Thread Joe Eugene
Robert, Recursion in every language is going to be slow and is a bad practice unless you have no other way of implementing the code. ColdFusion does not necessarily have a strong type for objects.. so its even going to be slower. If you have no other means.. i

Re: Recursion

2002-09-13 Thread Zac Spitzer
S. Isaac Dealey wrote: Before you give up... There's a couple of things you can do for the recursion in the db... One is to create a cross-reference table which shows the parent-child relationship between all records in the table... Alternatively, you could try this: cfset rs =

RE: DW hell

2002-09-13 Thread Thomas Chiverton
Does anyone know if there is update to cfstudio 5 that has cfmx tags And ditto for HOmeSite+ 5.1 ? Thomas Chiverton LocaVista __ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable

RE: Recursion

2002-09-13 Thread Adam Reynolds
I think UDFs do not do recursion. The moment you return a value from nested UDFs it finishes the whole stack. I found that cfmodule can be very good. If you are making a lot of recursive calls to get the same result set, then it is very very important to store the result set inside a structure

RE: Recursion

2002-09-13 Thread Rich Wild
I think UDFs do not do recursion. not true. nice example: http://www.cflib.org/udf.cfm?ID=600 __ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics.

Textarea value incorrect when used with Wddx

2002-09-13 Thread JAIME HOI
hi i encountered this problem. I used cfwddx to convert my queries into javascript arrays. Purpose is to be able to update the specific row in the array upon change. Thus Upon onchange event of my form elements, it would go into a javascript function to set the value changed into the js

RE: Recursion

2002-09-13 Thread Adam Reynolds
cf_eathat/cf_eat -Original Message- From: Rich Wild [mailto:[EMAIL PROTECTED]] Sent: 13 September 2002 10:56 To: CF-Talk Subject: RE: Recursion I think UDFs do not do recursion. not true. nice example: http://www.cflib.org/udf.cfm?ID=600

RE: question for MM: CFMX sandboxing security holes?

2002-09-13 Thread Candace Cottrell
But if you are hosted in a sandbox environment, you really cant use all of Dreamweaver MX's functionality. Correct? Because of the RDS issue? I have this problem at home with my personal website (www.ccewebdev.com). I wanted to check out the databindings, etc. that DWMX offers, but HostMySite

RE: CFFILE Structure ... I have a bad feeling about this...

2002-09-13 Thread S . Isaac Dealey
No, that didn't work either... It seems either it is a structure and only its elements are exposed, or it doesn't actually return a structure... Can you CFDUMP it? -Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 11:21 PM To:

Re: CFFILE Structure ... I have a bad feeling about this...

2002-09-13 Thread S . Isaac Dealey
- Original Message - From: Joe Eugene [EMAIL PROTECTED] CFFILE ACTION=Upload FILEFIELD=#attributes.filefield# DESTINATION=#ulpath# NAMECONFLICT=MAKEUNIQUE cfset upload.file = duplicate(cffile) I think FILEFIELD does not need # sign in CFMX, since u are specifying (cffile)..

Re: Recursion

2002-09-13 Thread S . Isaac Dealey
S. Isaac Dealey wrote: Before you give up... There's a couple of things you can do for the recursion in the db... One is to create a cross-reference table which shows the parent-child relationship between all records in the table... Alternatively, you could try this: cfset rs =

RE: Comma seperaed help

2002-09-13 Thread Kris Pilles
Thanks for your thoughts Jerry. I already have a my data model done. We are using the related table to join the keywords to descriptions like you mentioned. I do think that giving them 2 selects (1 eith all the keywords and 1 to move the keywords you want associated to that descripotion is my

Re: CFFILE Structure ... I have a bad feeling about this...

2002-09-13 Thread Gyrus
- Original Message - From: S. Isaac Dealey [EMAIL PROTECTED] -- and the file _does_ upload, and it _does_ create the variable #cffile.filewasuploaded# which evaluates to true ... but at that point, even though cfif cffile.filewasuploaded works, no attempt to manipulate a structure

RE: DW hell

2002-09-13 Thread Thomas Chiverton
Holy cow. This comes up every couple of days. Is there a FAQ then ? Search the archives. http://www.houseoffusion.com/cf_lists Nope, no help... You might also try Googling ColdFusion MX Updater Mildly better, ta. Thomas Chiverton LocaVista

RE: DW hell

2002-09-13 Thread Everett, Al
Holy cow. This comes up every couple of days. Is there a FAQ then ? No, but the archives make it pretty unnecessary. Search the archives. http://www.houseoffusion.com/cf_lists Nope, no help... I just searched for tag updater and had lots of hits.

Re: Recursion

2002-09-13 Thread Robert Polickoski
All, Thank you again for all of your suggestions. As time allows, I will probably play with all of them just to learn how. It is wonderful to have such support. Take care, Robert -- Original Message -- From: S. Isaac Dealey [EMAIL PROTECTED] Reply-To:

Macromedia Developers Gallery

2002-09-13 Thread Robert Everland
Having issues with the developer gallery, since whenever I post to their bug list nothing is ever done about it I hope to catch someone's eye here. Whenever I log on it shows this at the top of the screen and doesn't really log me on. HTTP/1.1 200 OK Server: Microsoft-IIS/4.0 Date: Fri, 13 Sep

RE: DW hell

2002-09-13 Thread Thomas Chiverton
I just searched for tag updater and had lots of hits. http://www.houseoffusion.com/cf_lists/index.cfm?method=resultsopt ionlist=0 forumid=4Search=tag+updateroptionlist=2Author=After=Before=m axrows=20 Now put homesite as another keyword.

RE: Macromedia Developers Gallery

2002-09-13 Thread John Beynon
Not just put IE6 sP1 on have you? Or XP SP1? Jb. -Original Message- From: Robert Everland [mailto:[EMAIL PROTECTED]] Sent: 13 September 2002 14:18 To: CF-Talk Subject: Macromedia Developers Gallery Having issues with the developer gallery, since whenever I post to their bug list

RE: Macromedia Developers Gallery

2002-09-13 Thread Tony Weeg
hey, whats the url for the developers gallery? Im having issues with some stuff on my sites, and I just did install sp1 for xp. I want to try that developers gallery link you are having issues with. ..tony Tony Weeg Senior Web Developer Information System Design Navtrak, Inc. Fleet Management

RE: Macromedia Developers Gallery

2002-09-13 Thread John Beynon
http://devex.macromedia.com/developer/gallery/index.cfm -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED]] Sent: 13 September 2002 14:33 To: CF-Talk Subject: RE: Macromedia Developers Gallery hey, whats the url for the developers gallery? Im having issues with some stuff on