RE: Two selects query

2010-09-14 Thread Kevin Parker
Thanks guys - as always answer is so obvious you don't see it :-) ++ Kevin Parker m: 0418 815 527 ++ http://au.linkedin.com/in/krparker -Original Message- From: Ketan Jetty [mailto:kje...@yahoo.com] Sent: Monday, 13 September 2010 23:54 To: cf-talk Subject: Re: Two

Two selects query

2010-09-13 Thread Kevin Parker
Appreciate a little guidance here please -I've created a two selects modelled on the example at... http://www.forta.com/blog/index.cfm/2007/5/31/ColdFusion-Ajax-Tutorial-2-Rel ated-Selects but I can't figure out how to make the first drop down appear with nothing selected rather than the first

Re: Two selects query

2010-09-13 Thread Ketan Jetty
did you set the message attribute for the cfselect. cfselect ... message=Please Select... Ketan Jetty ~| Order the Adobe Coldfusion Anthology now!

Re: Two selects query

2010-09-13 Thread Ketan Jetty
also try using the option tag as option value = selectedPlease select an option/option Ketan Jetty ~| Order the Adobe Coldfusion Anthology now!

Javascript two selects....how to force the first select FIRST

2005-01-13 Thread Will Tomlinson
Yeah, this is Will quetion day. heehee I'll try to make this short and to the point. I have two selects, available sizes and available colors. I'm submitting the form via onchange in the second select- colors. My question is: How can I FORCE them to select the first one before selecting

RE: Javascript two selects....how to force the first select FIRST

2005-01-13 Thread Adrian Lynch
already!); } Or something like that :O) Ade -Original Message- From: Will Tomlinson [mailto:[EMAIL PROTECTED] Sent: 14 January 2005 01:07 To: CF-Talk Subject: Javascript two selectshow to force the first select FIRST Yeah, this is Will quetion day. heehee I'll try to make

RE: Javascript two selects....how to force the first select FIRST

2005-01-13 Thread Adrian Lynch
Aghhh, more typos, check against not 0 :OS Bed time :O) Ade -Original Message- From: Adrian Lynch [mailto:[EMAIL PROTECTED] Sent: 14 January 2005 02:16 To: CF-Talk Subject: RE: Javascript two selectshow to force the first select FIRST Do a check on the selected index

Re: Javascript two selects....how to force the first select FIRST

2005-01-13 Thread Will Tomlinson
Adrian, This is REAL close, I appreciate the help. It works and improves what I have, but could be better. Here's what happens. Some goofball selects the second select first, ALERT - please select a size. Now you select the size - it doesn't submit because of course, there's no onchange on

RE: Javascript two selects....how to force the first select FIRST

2005-01-13 Thread Adrian Lynch
01:27 To: CF-Talk Subject: Re: Javascript two selectshow to force the first select FIRST Adrian, This is REAL close, I appreciate the help. It works and improves what I have, but could be better. Here's what happens. Some goofball selects the second select first, ALERT - please select a size

Re: Javascript two selects....how to force the first select FIRST

2005-01-13 Thread Will Tomlinson
SWEET GEORGIA BROWN!!! Works like a friggin champ! I appreciate it Adrian, now you need to go to bed!! :) Will ~| Find out how CFTicket can increase your company's customer support efficiency by 100%

RE: Two Selects

2004-12-24 Thread Andy Mcshane
Kingdom B74 2UW Telephone: +44 (0)121 323 2640 Mobile : 07866 430783 Fax: +44 (0)121 323 2010 Email: mailto:[EMAIL PROTECTED] Website: www.scout7.com -Original Message- From: Aaron Rouse [mailto:[EMAIL PROTECTED] Sent: 23 December 2004 20:51 To: CF-Talk Subject: Re: Two Selects

Two Selects

2004-12-23 Thread Rick
Does the two selects related tag not work in CFMX? Dropdown one has the correct info but when I select an item nothing happens in select two. form action=index.cfm?t=results method=post name=FormX cfquery datasource=#App_DataSource# name=QryGetCityStates username=#App_DataBaseUser# password

RE: Two Selects

2004-12-23 Thread Rick
Technology, LLC http://www.arcriver.com/ Local Kansas City Music http://www.kcjukebox.com/ -Original Message- From: Rick [mailto:[EMAIL PROTECTED] Sent: Thursday, December 23, 2004 9:57 AM To: CF-Talk Subject: Two Selects Does the two selects related tag not work in CFMX? Dropdown one has

Re: Two Selects

2004-12-23 Thread Ray Champagne
Rick where did you get this tag? I am interested in using for a couple of projects...never knew it existed. Ray At 10:57 AM 12/23/2004, you wrote: Does the two selects related tag not work in CFMX? Dropdown one has the correct info but when I select an item nothing happens in select two. form

RE: Two Selects

2004-12-23 Thread Rick
It's in the Cold Fusion Exchange at Macromedia, there is also a 3 selects related tag. Rick -Original Message- From: Ray Champagne [mailto:[EMAIL PROTECTED] Sent: Thursday, December 23, 2004 10:05 AM To: CF-Talk Subject: Re: Two Selects Rick where did you get this tag? I am interested

Re: Two Selects

2004-12-23 Thread Marius Milosav
/login.cfm - Original Message - From: Rick [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Thursday, December 23, 2004 11:00 AM Subject: RE: Two Selects Correction to code below... CF_TwoSelectsRelated QUERY=QryGetCityStates NAME1=SearchSTATE NAME2=SearchCity DISPLAY1

RE: Two Selects

2004-12-23 Thread Ray Champagne
Selects Rick where did you get this tag? I am interested in using for a couple of projects...never knew it existed. Ray At 10:57 AM 12/23/2004, you wrote: Does the two selects related tag not work in CFMX? Dropdown one has the correct info but when I select an item nothing happens in select two

RE: Two Selects

2004-12-23 Thread Rick
-Talk Subject: Re: Two Selects CF_TwoSelectsRelated tag should work on CFMX no problem. You should enable JavaScript debugging and see if you get any js errors on the page. Marius Milosav www.scorpiosoft.com It's not about Technology, it's about people Virtual Company (VICO) Application demo

RE: Two Selects

2004-12-23 Thread Rick
:[EMAIL PROTECTED] Sent: Thursday, December 23, 2004 10:18 AM To: CF-Talk Subject: RE: Two Selects Error: missing ; before statement Source File: http://burrows.arcriver.com/i/index.cfm Line: 179, Column: 211 Source Code: NewOpt[86] = new Option(Oak Park);NewOpt[86].value = 'Oak Park'; NewOpt[87

Re: Two Selects

2004-12-23 Thread Marius Milosav
: Thursday, December 23, 2004 11:23 AM Subject: RE: Two Selects In the TwoSelectsRelated.cfm file on about line 100 I changed the ' to NewOpt[#Counter2#].value = '#Evaluate(Attributes.Value2)#'; To NewOpt[#Counter2#].value = #Evaluate(Attributes.Value2)#; Does anyone see any reason why I

RE: Two Selects

2004-12-23 Thread Andy Mcshane
Slightly OT but I managed to alter the 3 selects and create a 4 selects related tag if that is of any help to anyone? It was a nightmare to do and I can't actually remember how I did it but it works great, I had to alter it to enable a user to select a region, country, division club, I am sure it

RE: Two Selects

2004-12-23 Thread Rick
I don't have a need for it now but I did a while back. Can't you upload it to the Exchange? Rick -Original Message- From: Andy Mcshane [mailto:[EMAIL PROTECTED] Sent: Thursday, December 23, 2004 11:24 AM To: CF-Talk Subject: RE: Two Selects Slightly OT but I managed to alter the 3

RE: Two Selects

2004-12-23 Thread Tim Laureska
Andy... I'd sure be interested Tim -Original Message- From: Andy Mcshane [mailto:[EMAIL PROTECTED] Sent: Thursday, December 23, 2004 12:24 PM To: CF-Talk Subject: RE: Two Selects Slightly OT but I managed to alter the 3 selects and create a 4 selects related tag if that is of any help

Re: Two Selects

2004-12-23 Thread Chris Stoner
:[EMAIL PROTECTED] Sent: Thursday, December 23, 2004 12:24 PM To: CF-Talk Subject: RE: Two Selects Slightly OT but I managed to alter the 3 selects and create a 4 selects related tag if that is of any help to anyone? It was a nightmare to do and I can't actually remember how I did it but it works

Re: Two Selects

2004-12-23 Thread Rick Mason
related going and couldn't make it work :)! Rick Mason On Thu, 23 Dec 2004 11:05:15 -0500, Ray Champagne [EMAIL PROTECTED] wrote: Rick where did you get this tag? I am interested in using for a couple of projects...never knew it existed. Ray At 10:57 AM 12/23/2004, you wrote: Does the two

Re: Two Selects

2004-12-23 Thread Ray Champagne
of projects...never knew it existed. Ray At 10:57 AM 12/23/2004, you wrote: Does the two selects related tag not work in CFMX? Dropdown one has the correct info but when I select an item nothing happens in select two. form action=index.cfm?t=results method=post name=FormX cfquery

RE: Two Selects

2004-12-23 Thread Paul
: Two Selects Slightly OT but I managed to alter the 3 selects and create a 4 selects related tag if that is of any help to anyone? It was a nightmare to do and I can't actually remember how I did it but it works great, I had to alter it to enable a user to select a region, country, division club, I

RE: Two Selects

2004-12-23 Thread Dennis Powers
http://www.uxbinternet.com http://dennis.uxb.net -Original Message- From: Rick [mailto:[EMAIL PROTECTED] Sent: Thursday, December 23, 2004 10:57 AM To: CF-Talk Subject: Two Selects Does the two selects related tag not work in CFMX? Dropdown one has the correct info but when I select

Re: Two Selects

2004-12-23 Thread Aaron Rouse
-related_selectboxes.htm Tim Laureska wrote: Andy... I'd sure be interested Tim -Original Message- From: Andy Mcshane [mailto:[EMAIL PROTECTED] Sent: Thursday, December 23, 2004 12:24 PM To: CF-Talk Subject: RE: Two Selects Slightly OT but I managed to alter the 3 selects and create a 4

Re: Two Selects

2003-12-31 Thread Calvin Ward
As cool as that tag is It seems there may be other solutions, here's one example I whipped up some time ago... [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Two Selects

2003-12-31 Thread Calvin Ward
Blech, it ate my code! Let's try that this way: [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Two Selects

2003-12-31 Thread Michael Dinowitz
Your probably posting with a dividing line of -, _, ~ or the like of 50 characters long or more. Try without the line and it'll work. Your running into the code I use to remove the footer from all posts. Blech, it ate my code! Let's try that this way: [Todays Threads] [This Message]

Re: Two Selects

2003-12-31 Thread Calvin Ward
ion value= -- Select One -- /option cfloop query=GetChild option value=#GetChild.ChildID##GetChild.Child#/option /cfloop /selectbr /form /body /cfoutput /html - Original Message - From: Michael Dinowitz To: CF-Talk Sent: Wednesday, December 31, 2003 8:12 AM Subject: Re: Two Selects Y

Re[2]: Two Selects

2003-12-31 Thread Steven Durette
You might also want to check out a tutorial I wrote for easycfm.com It deals with homegrown multiple selects related that can be used multiple times within a form. The article can be found at http://tutorial196.easycfm.com There is also an example at

Re: Re[2]: Two Selects

2003-12-31 Thread Calvin Ward
Looks fairly close to what I submitted, what browser versions has yours been tested on? - Calvin - Original Message - From: Steven Durette To: CF-Talk Sent: Wednesday, December 31, 2003 6:30 PM Subject: Re[2]: Two Selects You might also want to check out a tutorial I wrote

Re[5]: Two Selects

2003-12-31 Thread Steven Durette
All, I have just tested the Multi Selects Related demo for the tutorial on the following browsers: IE 6.0.2800.106.xpsp2.030422-1633 Opera 7.23 Mozilla 1.5.0.2003100716 Mozilla Firebird 0.7 Netscape 7.1 MyIE2 0.9.12 And it passed all of them with flying colors.Are there any other major browsers

Two Selects

2003-12-30 Thread C. Hatton Humphrey
Can someone point me to the latest version of the Two Selects Related tag that works in CFMX? Thanks! Hatton --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.555 / Virus Database: 347 - Release Date: 12/23/2003 [Todays Threads

Two Selects Related - Problem

2000-09-17 Thread Double Down
Has anyone had a problem with the two selects related tag where it gets hung up and eats up all of the CPU. If you have, can you please tell me how you fixed it. I am using CF Enterprise server 4.5.1 TIA DDINC