RE: Updating a multiple select box dynamically. question?

2001-09-26 Thread Frank Priest
Just noticed an extra > in my last post:-) Try this SELECTED>#rs_Consultant_Type s.Consultant_Types_Name# ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archi

RE: Updating a multiple select box dynamically. question?

2001-09-26 Thread Frank Priest
Try this Paul... SELECTED>#rs_Consultant_Type s.Consultant_Types_Name# Frank -Original Message- From: Paul Ihrig [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 26, 2001 8:57 AM To: CF-Talk Subject: Updating a multiple select box dynamically. question? Hello all.

Re: Updating a multiple select box dynamically. question?

2001-09-26 Thread Deanna Schneider
Try this: SELECTED> #rs_Consultant_Types.Consultant_Types_Name# Deanna Schneider Interactive Media Developer [EMAIL PROTECTED] ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co

RE: Updating a multiple select box dynamically. question?

2001-09-26 Thread Paul Ihrig
# #Consultant_Types_Name# ---\ -Original Message- From: Greg Luce [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 26, 2001 11:31 AM To: CF-Talk Subject: RE: Updating a multiple select box

RE: Updating a multiple select box dynamically. question?

2001-09-26 Thread Dave Watts
> i have a update page that has a Multiple Select box that i > want to be able to dynamically up date. now if there has only > been one prior selection, then it shows up in the update > select box. but if there has been more then one selection > made, then nothing shows up. > > > >

RE: Updating a multiple select box dynamically. question?

2001-09-26 Thread Dave Watts
> > > > Replace multiple with multiple="yes" Actually, that's not necessary. The MULTIPLE attribute of the HTML SELECT tag is a Boolean attribute, and those don't require explicit values. There are a few of these in HTML, such as the SELECTED attribute of OPTIONs and the CHECKED attribute of che

RE: Updating a multiple select box dynamically. question?

2001-09-26 Thread Paul Ihrig
any one? -paul -Original Message- From: Paul Ihrig [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 26, 2001 9:24 AM To: CF-Talk Subject: RE: Updating a multiple select box dynamically. question? nope that didn't work. it will still only show 1 select but not more then

RE: Updating a multiple select box dynamically. question?

2001-09-26 Thread Greg Luce
I've accomplished the task by doing this, it displays the selected values first in the list: (First loop over the existing values for "linemaintenanceplanes" and display them.) #i# (Then loop over the entire list of planes, and display them onl

RE: Updating a multiple select box dynamically. question?

2001-09-26 Thread Paul Ihrig
nope that didn't work. it will still only show 1 select but not more then that. could it have some thing to do with that Consultant_Types_ID.Consultant_Types_ID is a number where Edit.Consultant_Types_ID is text? i needed to make that field text so i could insert multiple numbers like 43, 2, 56

RE: Updating a multiple select box dynamically. question?

2001-09-26 Thread Andy Ewings
Replace multiple with multiple="yes" -- Andrew Ewings Project Manager Thoughtbubble Ltd http://www.thoughtbubble.net -- United Kingdom http://www.thoughtbubble.co.u