Re: Dynamic Select & Text Box

2007-09-21 Thread John Eubanks
>What Version of CF are you running? > >Chris > >John Eubanks wrote: >> Chris, Tried what you sent, and didn't work. ~| Create robust enterprise, web RIAs. Upgrade to ColdFusion 8 and integrate with Adobe Flex http://www.adobe.c

Re: Dynamic Select & Text Box

2007-09-21 Thread Chris Martin
//--> #Address1#       John Eubanks wrote: >> Hi, I am having a quandry of a moment. I have a dynamic select box, >> which populates with an address (or addresses). Below that, I have >> text boxes for fields such as city, state, and zip. I nee

Re: Dynamic Select & Text Box

2007-09-21 Thread John Eubanks
> Hi, I am having a quandry of a moment. I have a dynamic select box, > which populates with an address (or addresses). Below that, I have > text boxes for fields such as city, state, and zip. I need to see if > I can get some assistance on the population of those text

Re: Dynamic Select & Text Box

2007-09-21 Thread Chris Martin
What Version of CF are you running? Chris John Eubanks wrote: > Hi, I am having a quandry of a moment. I have a dynamic select box, which > populates with an address (or addresses). Below that, I have text boxes for > fields such as city, state, and zip. I need to see if I can

Dynamic Select & Text Box

2007-09-21 Thread John Eubanks
Hi, I am having a quandry of a moment. I have a dynamic select box, which populates with an address (or addresses). Below that, I have text boxes for fields such as city, state, and zip. I need to see if I can get some assistance on the population of those text boxes if the address changes

Re: dynamic select boxes based on queries?

2002-09-01 Thread S . Isaac Dealey
iginal Message- >> From: anand.vadul [mailto:[EMAIL PROTECTED]] >> Sent: Friday, August 23, 2002 2:49 PM >> To: CF-Talk >> Subject: RE: dynamic select boxes based on queries? >> >> >> You need to use javascript to submit the form >> as soon as the f

Re: dynamic select boxes based on queries?

2002-08-31 Thread Jann VanOver
> From: anand.vadul [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 23, 2002 2:49 PM > To: CF-Talk > Subject: RE: dynamic select boxes based on queries? > > > You need to use javascript to submit the form > as soon as the first dropdown box is changed. > > Th

RE: dynamic select

2002-06-30 Thread Tom Nunamaker
riginal Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 30, 2002 4:39 PM To: CF-Talk Subject: RE: dynamic select > Remember, the proper HTML should be: > > display text goes here (the closing tag is required for XHTML compliance, but not otherwise) Dave Watts

RE: dynamic select

2002-06-30 Thread Dave Watts
> Remember, the proper HTML should be: > > display text goes here (the closing tag is required for XHTML compliance, but not otherwise) Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 __

RE: dynamic select

2002-06-30 Thread Tom Nunamaker
Remember, the proper HTML should be: mailto:[EMAIL PROTECTED]] Sent: Sunday, June 30, 2002 3:42 PM To: CF-Talk Subject: RE: dynamic select easy, I presume that your list of all available makes is in another table. If it is not and your select is hard coded just use the cfif statement and

RE: dynamic select

2002-06-30 Thread Tony Gruen
the top of my head so ) SELECTED>#qMake.Model# Tony Gruen -Original Message- From: Douglas Brown [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 30, 2002 1:25 PM To: CF-Talk Subject: dynamic select I have a query that pulls options to populate a select box, now what I need

Re: dynamic select

2002-06-30 Thread Marius Milosav
m/vicodemo/login.cfm - Original Message - From: "Douglas Brown" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Sunday, June 30, 2002 4:25 PM Subject: dynamic select > I have a query that pulls options to populate a select box, now what I

dynamic select

2002-06-30 Thread Douglas Brown
I have a query that pulls options to populate a select box, now what I need to do is have a select that makes one of the values of the select box "SELECTED" if it's value is in my inventory table from a second query. IE: query of inventory returns the value of ford for the make column... I need

RE: dynamic select boxes in netscape don't work

2002-05-16 Thread Donnie Bachan
Your problem is that you have to remove the items in the second select list first then add new items with the correct values. The person that said the options object is read only is correct, I misunderstood what they meant, in Netscape you cannot overwrite the values, you have to remove the opt

RE: dynamic select boxes in netscape don't work

2002-05-16 Thread Steven A. del Sol
Take a look at www.bobdaviscamera.com let me know if this is what you need and I will send you the code off list... >-Original Message- >From: Donnie Bachan [mailto:[EMAIL PROTECTED]] >Sent: Thursday, May 16, 2002 11:47 AM >To: CF-Talk >Subject: Re: dynamic

RE: dynamic select boxes in netscape don't work

2002-05-16 Thread Tony_Petruzzi
ED] http://www.sheriff.org -Original Message- From: Donnie Bachan [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 16, 2002 11:47 AM To: CF-Talk Subject: Re: dynamic select boxes in netscape don't work what exactly is the problem you are having? I have done this in javascript befo

Re: dynamic select boxes in netscape don't work

2002-05-16 Thread Donnie Bachan
what exactly is the problem you are having? I have done this in javascript before and it works in netscape. How are you going about creating the options for the second box? If you could post your code I may be able to offer more help. Best Regards, Donnie Bachan Phone: (718) 217-2883 ICQ#: 28

dynamic select boxes in netscape don't work

2002-05-16 Thread Tony_Petruzzi
I'm writing an app that will use dynamic select boxes. you know, the ones where you select something in one box and it populate the other select box with the appropiate choices. the problems is that I'm trying to get this to work in netscape 4.79 for windows and it isn't working

RE: dynamic select boxes with dynamic names

2002-03-27 Thread Metzy Martinez
Sam that was perfect Thank you so much -Original Message- From: Sam Roach [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 27, 2002 12:36 PM To: CF-Talk Subject: RE: dynamic select boxes with dynamic names Try the Evaluate command: #Evaluate("Answer#loopcount#")

RE: dynamic select boxes with dynamic names

2002-03-27 Thread Sam Roach
Try the Evaluate command: #Evaluate("Answer#loopcount#")# -- Sam -Original Message- From: Metzy Martinez [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 27, 2002 9:22 AM To: CF-Talk Subject: dynamic select boxes with dynamic names Hi everyone i've come ac

dynamic select boxes with dynamic names

2002-03-27 Thread Metzy Martinez
Hi everyone i've come accross a problem I'm creating dynamic select boxes. i can have none to infinity and so i need for them to have dynamic names. Because i'm not allowed to have select boxes with the same name. but when i post my results i'm having a problem resolving

Re: Dynamic Select Box??

2001-05-03 Thread Larry C. Lyons
You may want to look at Nate Weiss' CF_TwoSelects Related custom tag -its at http://www.nateweiss.com/taggallery/. This tag could be modified to do what you'd like. larry -- Larry C. Lyons ColdFusion/Web Developer EBStor.com 8870 Rixlew Lane, Suite 201 Manassas, Virginia 20109-3795 tel: (703)

Re: Dynamic Select Box??

2001-03-01 Thread Todd Ashworth
ot;ibtoad" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, March 01, 2001 2:57 PM Subject: Dynamic Select Box?? | Does anyone know of a custom tag that allows a 2 array select box that is | dynamically populated? Is this even possible? In other words

RE: Dynamic Select Box??

2001-03-01 Thread Tilley, Christopher
There is a custom tag on Allaire's site that I used one time that will do what you are looking. It's called 2 selects I believe. Chris -Original Message- From: ibtoad [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 01, 2001 2:57 PM To: CF-Talk Subject: Dynamic Select Bo

Re: Dynamic Select Box??

2001-03-01 Thread David E. Crawford
Check out at the Developer Gallery, http://www.allaire.com/developer/gallery.cfm DC - Original Message - From: "ibtoad" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, March 01, 2001 14:57 Subject: Dynamic Select Box?? > Do

Dynamic Select Box??

2001-03-01 Thread ibtoad
Does anyone know of a custom tag that allows a 2 array select box that is dynamically populated? Is this even possible? In other words, the 2nd column will be populated differently depending on what is selected in teh 1st column with both columns being populated through output queries. Any Idea