Update database with drop-down list

2004-08-14 Thread Steve Sawyer
I have six dynamic drop-down lists on an update form.  I would like the lists to default to the current value in the database and allow for updates. For example, if a user wishes to update lists #2 and #5, the lists would default to the current values for those fields and allow for changes.  On sub

Re: Update database with drop-down list

2004-08-14 Thread Mark Drew
the way I do it is as follows 1. set up the value from the database as the defaults e.g. Now that you have the default FORM values.. lets display the form fields: #name# repeat for each of the drop downs I hope this helps you on your way Regards Mark Drew On Sat, 14 Aug 20

Re: Blown Away Query

2004-08-14 Thread Joe Rinehart
PaulESP tech suppot...he'd call you. - Original Message - From: Paul Giesenhagen <[EMAIL PROTECTED]> Date: Fri, 13 Aug 2004 21:59:06 -0500 Subject: Re: Blown Away Query To: CF-Talk <[EMAIL PROTECTED]> Shoot, I would call :) Paul Giesenhagen QuillDesign 417-885-1375 http://www.qu

RE: Update database with drop-down list

2004-08-14 Thread Douglas Knudsen
need cfoutput though how about this then qDrop1 is the query holding the list for drop down one.  myValues is the query holding all the actual 'related' values     -- Select One --     qDrop1.value>selected  >#qDrop1.displayvalue#     Doug -Original Message- From:

Re: Update database with drop-down list

2004-08-14 Thread Mark Drew
there goes me and my assumptions that they would have put a big cfoutput round the code :) I dont like doing within an html tag for some reason.. kinda alergic to it actually.. as it makes the highlighing in some editors smell a bit bad. MD On Sat, 14 Aug 2004 10:27:59 -0400, Douglas Knudsen <[

Re: Document Icons

2004-08-14 Thread Kris Baca
Thanks, got it, but what's a rar?  Lesse,  tar=tape archive, jar=java archive, rar= ?  what will open it?  I've got a Mac. Thanks! - Original Message - From: Dave Lyons <[EMAIL PROTECTED]> Date: Sat, 14 Aug 2004 02:17:53 -0400 Subject: Re: Document Icons To: CF-Talk <[EMAIL PROTECTED]> r

Re: Document Icons

2004-08-14 Thread Jochem van Dieten
Kris Baca wrote: > Thanks, got it, but what's a rar?  Lesse,  tar=tape archive, jar=java > archive, rar= ?  what will open it?  I've got a Mac. http://www.google.com/search?q=rar+mac Jochem [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and

RE: Document Icons

2004-08-14 Thread Michael T. Tangorre
Go get WinRar from rarlabs. It's a compression format... like zip. Mike > Thanks, got it, but what's a rar?  Lesse,  tar=tape archive, > jar=java archive, rar= ?  what will open it?  I've got a Mac. > > Thanks! [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Se

Re: Update database with drop-down list

2004-08-14 Thread S . Isaac Dealey
> there goes me and my assumptions that they would have put > a big > cfoutput round the code :) > I dont like doing within an html tag for some > reason.. kinda > alergic to it actually.. as it makes the highlighing in > some editors > smell a bit bad. It's not just you... I see &a=z"> all the

Re: Update database with drop-down list

2004-08-14 Thread Steve Sawyer
Thank you all for your help and examples.  Not only did your examples solve my issue but gave me some extra suggestions to consider. Thanks again... [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: Memory Issues

2004-08-14 Thread Dave Watts
> Honestly I have not idea what to look for in the stack > traces, do you, or anyone else have any idea where I can find > some info on what to look for and how to read the stack traces? Well, to be honest, I'm not sure what you're going to look for. My advice would to be to look for anything ou

Re: Memory Issues

2004-08-14 Thread Peter Farrell
Christian, Try this code on your machine: http://www.petefreitag.com/item/115.cfm Although I haven't experienced anything personally like what's happening to you.  I was on a shared enviroment and noticed that sometimes JRUN had a large memory spike.  Check the Max Heap Size in the CF admin.  Se

Re: Memory Issues

2004-08-14 Thread Peter Farrell
Check this out: http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=69&threadid=806965 Looks to be something like yours.  I noticed the person is using thread.sleep() which ties up a JRUN tread.  Are you using that in your CF code? .peter maepub [Todays Threads] [This Messa

Getting the actual template name

2004-08-14 Thread Marco Antonio C. Santos
Hi all how to get the actual template name(URL)? If http://www.anyURL.com/site/testingURL.cfm is easy to get... After get that URL I'll add my ?var=name but... If that URL looks like: http://www.anyURL.com/site/testingURL.cfm?siteID=blablabla&countryID=blablabla Any suggestions? Thanx [T

Re: Getting the actual template name

2004-08-14 Thread Dave Carabetta
On Sat, 14 Aug 2004 20:31:26 -0300, Marco Antonio C. Santos <[EMAIL PROTECTED]> wrote: > Hi all > > how to get the actual template name(URL)? > > If http://www.anyURL.com/site/testingURL.cfm is easy to get... After > get that URL I'll add my ?var=name but... > > If that URL looks like: > >

Re: Getting the actual template name

2004-08-14 Thread S . Isaac Dealey
> On Sat, 14 Aug 2004 20:31:26 -0300, Marco Antonio C. > Santos > <[EMAIL PROTECTED]> wrote: >> Hi all >> >> how to get the actual template name(URL)? >> >> If http://www.anyURL.com/site/testingURL.cfm is easy to >> get... After >> get that URL I'll add my ?var=name but... >> >> If that URL loo

Re: Getting the actual template name

2004-08-14 Thread Claude Schneegans
>>how to get the actual template name(URL)? See CF_getNames at the address below: -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks. [Todays Threads

Olympics web site - anyone know anything about how it's built?

2004-08-14 Thread Michael Kear
Now that the Olympics are under way, I've been looking at the web site at http://www.athens2004.com/ and it's pretty impressive.   Does anyone know anything about what sort of beast powers it?   Anything about how it's made up?    I know they've got huge sums of sponsors' money to spend on it, an

Re: Olympics web site - anyone know anything about how it's built?

2004-08-14 Thread dave
probably java -- Original Message -- From: "Michael Kear" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Date:  Sun, 15 Aug 2004 12:03:31 +1000 >Now that the Olympics are under way, I've been looking at the web site at >http://www.athens2004.com/ and it's