Multiple instances of CF_TwoSelectsRelated on the same page

2008-10-31 Thread Debi Lewis
Has anyone ever tried this? I found a link online to someone who had rewritten the tag to accommodate that, but the link was dead. Any ideas? I can't seem to figure it out! Thanks, Debi ~| Adobe® ColdFusion® 8 software 8 is th

Re: Multiple instances of CF_TwoSelectsRelated on the same page

2008-10-31 Thread Aaron Rouse
Doesn't the tag just go off the form field names within the page? I would think you could use multiple instances out of the box in the same page, what type of error is it throwing? On Fri, Oct 31, 2008 at 1:48 PM, Debi Lewis <[EMAIL PROTECTED]> wrote: > Has anyone ever tried this? I found a link

RE: Anyone familiar with the CF_TwoSelectsRelated custom tag?

2006-12-08 Thread Bobby Hartsfield
h the CF_TwoSelectsRelated custom tag? No, I read that. But even on modern hardware with modern browsers, JavaScript is STILL slow with largish datasets. It's just not well optimized for handling any significant amount of data. You can start seeing noticeable performance issues with as few as a couple hund

RE: Anyone familiar with the CF_TwoSelectsRelated custom tag?

2006-12-08 Thread Doug Bezona
array depending on how it's being populated, the complexity of the data, etc. > -Original Message- > From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] > Sent: Friday, December 08, 2006 8:57 AM > To: CF-Talk > Subject: RE: Anyone familiar with the CF_TwoSelectsRelated cus

RE: Anyone familiar with the CF_TwoSelectsRelated custom tag?

2006-12-08 Thread Bobby Hartsfield
artsfield http://acoderslife.com -Original Message- From: Doug Bezona [mailto:[EMAIL PROTECTED] Sent: Thursday, December 07, 2006 11:53 PM To: CF-Talk Subject: RE: Anyone familiar with the CF_TwoSelectsRelated custom tag? >E... I don’t think I'd totally agree with >that.

RE: Anyone familiar with the CF_TwoSelectsRelated custom tag?

2006-12-07 Thread Doug Bezona
>E... I don’t think I'd totally agree with >that. One load versus a load >every time you make a selection. If it's all >client side and in js arrays >already, the changes would be much >faster than an asynchronous call to >another process to get the info. The issue with large JS arrays isn'

RE: Anyone familiar with the CF_TwoSelectsRelated custom tag?

2006-12-07 Thread Bobby Hartsfield
ay, December 07, 2006 5:54 PM To: CF-Talk Subject: RE: Anyone familiar with the CF_TwoSelectsRelated custom tag? If your only talking about a select list with a few options then yes. But if your preloading js arrays with hundreds of options this will result in quite a hefty page. Try it, and then ch

RE: Anyone familiar with the CF_TwoSelectsRelated custom tag?

2006-12-07 Thread Snake
: Anyone familiar with the CF_TwoSelectsRelated custom tag? > These days your better off using AJAX to achieve the result of > multiple related select lists. > Its going to be a lot faster if your dealing with large amounts of > data not to mention reducing loading time. E... I don

RE: Anyone familiar with the CF_TwoSelectsRelated custom tag?

2006-12-07 Thread Bobby Hartsfield
.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: Thursday, December 07, 2006 2:00 PM To: CF-Talk Subject: RE: Anyone familiar witht the CF_TwoSelectsRelated custom tag? These days your better off using AJAX to achieve t

RE: Anyone familiar witht the CF_TwoSelectsRelated custom tag?

2006-12-07 Thread Snake
December 2006 18:05 To: CF-Talk Subject: Re: Anyone familiar witht the CF_TwoSelectsRelated custom tag? Maybe...and I cannot remember everything about it. In your twoSelects custom tag you should have the select that you want to get the information from. In that select try.. Test1 Test2 Test3 Test4

Re: Anyone familiar witht the CF_TwoSelectsRelated custom tag?

2006-12-07 Thread Doug Brown
"CF-Talk" Sent: Thursday, December 07, 2006 10:30 AM Subject: Anyone familiar witht the CF_TwoSelectsRelated custom tag? > I ask because I would like to populate a text box named "Genus" with the > value that is selected from the custom tag value named "SelectedCat

Anyone familiar witht the CF_TwoSelectsRelated custom tag?

2006-12-07 Thread Che Vilnonis
I ask because I would like to populate a text box named "Genus" with the value that is selected from the custom tag value named "SelectedCatLevel2". Does anyone know how I might do this? Traditional JS calls don't seem to work. Thanks, Che. ~

Re: cf_twoselectsrelated

2005-11-03 Thread Duncan
dream now. http://www.sixfive.co.uk/news/?nid=174 you can also see it in action at jobs.stratumconsulting.co.nz<http://jobs.stratumconsulting.co.nz> Duncan On 9/15/05, Mike Klostermeyer <[EMAIL PROTECTED]> wrote: > > Does anyone have a version of cf_twoselectsrelated (or

RE: cf_twoselectsrelated

2005-09-15 Thread Allan Cliff
Two and Three are here for anyone who needs them. http://www.cfugspain.org/index.cfm/fuseaction/coldfusion.customtags.cfm Allan -Original Message- From: Andy McShane [mailto:[EMAIL PROTECTED] Sent: 15 September 2005 11:20 To: CF-Talk Subject: RE: cf_twoselectsrelated I have sent you

RE: cf_twoselectsrelated

2005-09-15 Thread Andy McShane
I have sent you one off list, hope it is what you are looking for. -Original Message- From: Mike Klostermeyer [mailto:[EMAIL PROTECTED] Sent: 14 September 2005 20:43 To: CF-Talk Subject: cf_twoselectsrelated Does anyone have a version of cf_twoselectsrelated (or something similar) that

Re: cf_twoselectsrelated

2005-09-14 Thread Aaron Rouse
He was refering to this, I think he put the link in his email. http://www.pengoworks.com/workshop/js/gateway/ It is not something built into CF On 9/14/05, Mark Fuqua <[EMAIL PROTECTED]> wrote: > > > > Second: > > What is "the Client/Server Gateway JSAPI"? Is that one of the built-in > gatew

RE: cf_twoselectsrelated

2005-09-14 Thread Mark Fuqua
Hey, that is very cool. Two questions: What did you mean by: "that accepts a parameter to 'preselect' records in the second select" It seemed to me, and I don't mean this in a challenging way, that they worked the same as , though without the skittish javascript jiggies. Second: What is "the C

Re: cf_twoselectsrelated

2005-09-14 Thread Aaron Rouse
send a old copy of two selects related that I think has the > >requested feature. However if looking into alternatives to the tag then > also > >look here: > > > >http://www.pengoworks.com/qforms/docs/examples/n-related_selectboxes.htm > > > >On 9/14/05, Andr

Re: cf_twoselectsrelated

2005-09-14 Thread Graham Pearson
t;>>Does anyone have a version of cf_twoselectsrelated (or something similar) >>>that accepts a parameter to 'preselect' records in the second select >>>depending upon what is selected in the first? Thanks. >>> >>>Mi

Re: cf_twoselectsrelated

2005-09-14 Thread Aaron Rouse
wrote: > > >Does anyone have a version of cf_twoselectsrelated (or something similar) > >that accepts a parameter to 'preselect' records in the second select > >depending upon what is selected in the first? Thanks. > > > >Mike > > CFAJAX > > http

Re: cf_twoselectsrelated

2005-09-14 Thread Andrew Grosset
>Does anyone have a version of cf_twoselectsrelated (or something similar) >that accepts a parameter to 'preselect' records in the second select >depending upon what is selected in the first? Thanks. > >Mike CFAJAX http://www.indiankey.com/cfajax/exam

cf_twoselectsrelated

2005-09-14 Thread Mike Klostermeyer
Does anyone have a version of cf_twoselectsrelated (or something similar) that accepts a parameter to 'preselect' records in the second select depending upon what is selected in the first? Thanks. Mike

Re: CF_TwoSelectsRelated

2005-08-31 Thread Andy Mcshane
Thanks, definately worth a look if I can't get this script to work properly. >> I searched the archives, I have searched Google and I have checked out >here? > >this is not the answer you're looking for but..."cfajax" enables you to do >this: > >http://www.indiankey.com/cfajax/ > >Andrew. ~

Re: CF_TwoSelectsRelated

2005-08-31 Thread Andrew Grosset
> I searched the archives, I have searched Google and I have checked out > the original authors site, > > http://projects.nateweiss.com/nwdc/workcode.htm, > > but I cannot find anybody who has actually ever got the default1 & > default2 values working in the

CF_TwoSelectsRelated

2005-08-31 Thread Andy Mcshane
I searched the archives, I have searched Google and I have checked out the original authors site, http://projects.nateweiss.com/nwdc/workcode.htm, but I cannot find anybody who has actually ever got the default1 & default2 values working in the CF_TwoSelectsRelated tag. Basically I love

Re: CF_TwoSelectsRelated and Passing Variable

2004-09-21 Thread Stephen Moretti (cfmaster)
hammerin hankster wrote: > I'm using the CF_TwoSelectsRelated custom tag (which works great), and > I'm trying to pass the variable of the dynamically selected variable > from the 2nd drop-down box to a second form on the page.  Can't figure > out

Re: CF_TwoSelectsRelated and Passing Variable

2004-09-21 Thread Scott Stroz
hankster <[EMAIL PROTECTED]> Date: Tue, 21 Sep 2004 10:02:14 -0400 Subject: Re: CF_TwoSelectsRelated and Passing Variable To: CF-Talk <[EMAIL PROTECTED]> Anyone?  Suggestions? > I'm using the CF_TwoSelectsRelated custom tag (which works great), and > I'm trying to pass the

Re: CF_TwoSelectsRelated and Passing Variable

2004-09-21 Thread hammerin hankster
Anyone?  Suggestions? > I'm using the CF_TwoSelectsRelated custom tag (which works great), and > I'm trying to pass the variable of the dynamically selected variable > from the 2nd drop-down box to a second form on the page.  Can't figure > out how to do this.  Her

CF_TwoSelectsRelated and Passing Variable

2004-09-20 Thread hammerin hankster
I'm using the CF_TwoSelectsRelated custom tag (which works great), and I'm trying to pass the variable of the dynamically selected variable from the 2nd drop-down box to a second form on the page.  Can't figure out how to do this.  Here's the CF_TwoSelectRelated tag:    QU

Re: Multiple occurrences of CF_TwoSelectsRelated

2003-07-18 Thread Massimo Foti
> CF_TwoSelectsRelated works well when it is called only once per form > using the same recordset (in fact, I can get it to work perfectly when > displaying just one). This custom tag is a derived version, with a completely rewritten JavaScript code, that allows multiple instances o

Multiple occurrences of CF_TwoSelectsRelated

2003-07-18 Thread Jeff Lucido
two related select boxes. Here is where the problem starts, CF_TwoSelectsRelated works well when it is called only once per form using the same recordset (in fact, I can get it to work perfectly when displaying just one). I cannot, however, get it to work with multiple occurrences of the same

cf_TwoSelectsRelated

2003-07-11 Thread Tim Do
Hello All, Has anyone been able to add defaults to this? I'm passing in the value for the first select and want to use that as selected and have the 2nd select go from that value. Thanks, Tim ~| Archives: http://www.h

cf_TwoSelectsRelated defaults

2003-06-30 Thread Tim Do
Hello All, I'm trying to send a default value to this tag. I've created a selected attribute to the tag and the default works for the first drop down but the second one isn't working. Has anybody come across this? Thanks Tim ~~~

Re: CF_TwoSelectsRelated beg

2002-10-03 Thread Stephen Moretti
Oldish version coming to you off line - Original Message - From: "Jeff Beer" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, October 03, 2002 5:06 PM Subject: OT: CF_TwoSelectsRelated beg > Could someone send me a copy of Nat

OT: CF_TwoSelectsRelated beg

2002-10-03 Thread Jeff Beer
Could someone send me a copy of Nate Weiss' TwoSelectsRelated or point me to a site where I can grab it? devex.macromedia appears to be down, and Nate's site is mostly offline. TIA, Jeff ([EMAIL PROTECTED], [EMAIL PROTECTED]) ~

RE: cf_TwoSelectsRelated & initially selected values

2002-09-26 Thread Aaron Rouse
It would be a little more than that for the second box since it is populated via JS. However that method should at least work for the first box. You would do that on the first, then need to call the JS function that populates the second box and then select the appropriate option in the second

RE: cf_TwoSelectsRelated & initially selected values

2002-09-26 Thread Aaron Rouse
I personally prefer to use qForms for related boxes, but usually because my needs almost always go past what a something like TwoSelectsRelated can provide. However, my copy of TwoSelectsRelated has the code already in it for preselecting values. I think I got it out of the Devex many moons a

RE: cf_TwoSelectsRelated & initially selected values

2002-09-26 Thread Mark Stephenson - Evolution Internet
AIL PROTECTED]] Sent: 26 September 2002 15:55 To: CF-Talk Subject: cf_TwoSelectsRelated & initially selected values Hi all, Does anyone know of a replacement for/hack of cf_TwoSelectsRelated that will allow a value to be selected initially when the control loads? Think of an administra

cf_TwoSelectsRelated & initially selected values

2002-09-26 Thread Kay Smoljak
Hi all, Does anyone know of a replacement for/hack of cf_TwoSelectsRelated that will allow a value to be selected initially when the control loads? Think of an administration record editing type situation. Is this the kind of thing that qForms would be good for? Thanks, Kay

RE: CF_TwoSelectsRelated and browser back button

2002-03-21 Thread Cornillon, Matthieu
r taking a stab. Matthieu -Original Message- From: Joseph Thompson [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002 4:57 PM To: CF-Talk Subject: Re: CF_TwoSelectsRelated and browser back button My guess.. Do you have "AutoSelect" set to "yes"? If you set it t

Re: CF_TwoSelectsRelated and browser back button

2002-03-21 Thread Joseph Thompson
My guess.. Do you have "AutoSelect" set to "yes"? If you set it to no that may explain why it is not automatically selecting that value. (the default should be "yes" if you are not specifying that attribute) > For some reason, the form now shows with > Rhode Island selected, but a blank under

CF_TwoSelectsRelated and browser back button

2002-03-21 Thread Cornillon, Matthieu
Hello. I am using Nate Weiss' invaluable CF_TwoSelectsRelated tag, with almost flawless results. But I am encountering a problem, and I wonder whether I am alone. I have a multi-page form, a few pages of which use CF_TwoSelectsRelated. Each page submits its data to an action page which w

Re: [Re: CF_TwoSelectsRelated]

2001-08-19 Thread Julia Phu
duh! It proves my dead brain and inexperience. Forgot about the Server variable. I'll make the change and see what happens. Thank you so much. Julia Bud <[EMAIL PROTECTED]> wrote: On 8/17/01, Julia Phu penned: >I tried to implement the CF_TwoSelectsRelated tag from the Develop

Re: CF_TwoSelectsRelated

2001-08-17 Thread Bud
On 8/17/01, Julia Phu penned: >I tried to implement the CF_TwoSelectsRelated tag from the Developer's >Exchange and got an error of evaluting the expression: >MyQuery=Evaluate("Caller.#Attributes.Query#") One problem could be that you've set your attributes.query val

CF_TwoSelectsRelated

2001-08-17 Thread Julia Phu
Hi, Guru, I tried to implement the CF_TwoSelectsRelated tag from the Developer's Exchange and got an error of evaluting the expression: MyQuery=Evaluate("Caller.#Attributes.Query#") I have been looking at it too long and lost my brain. Can anyone help to point out what mist

CF_TwoSelectsRelated

2001-03-22 Thread cassady
CF_TwoSelectsRelated Has there been any modification to this tag where using the “back” arrow button to get to this page correctly shows the choice utilized in the second drop down box (the one reliant upon the change of the first?) Stephen R. Cassady http://www.tallylist.com Archives

RE: CF_TwoSelectsRelated custom tag error

2001-02-07 Thread J.J. Merrick
uganti" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Fw: CF_TwoSelectsRelated custom tag error Message-ID: <[EMAIL PROTECTED]> Hi ... I downloaded this tag from the Devolopers Exchange ... But iam unable to run it as its giving an Javascript error... and also its taking a

Re: CF_TwoSelectsRelated custom tag error

2001-02-07 Thread Joseph Thompson
You need to be sure none of your database entries have " or ' in them. You also want to avoid the # sign. > Hi ... > > I downloaded this tag from the Devolopers Exchange ... But iam unable to run > it as its giving an Javascript error... and > also its taking a lot of download time.,... > Cou

Fw: CF_TwoSelectsRelated custom tag error

2001-02-06 Thread Vikram Ponuganti
Hi ... I downloaded this tag from the Devolopers Exchange ... But iam unable to run it as its giving an Javascript error... and also its taking a lot of download time.,... Could someone provide a solution Pleas or does anyone one else has a code snippette Thanks Vikram select brands.br

CF_TwoSelectsRelated not working on one table (followup)

2000-12-14 Thread John Crosby
Hello Everyone, I wanted to give a little more information with regards to my first message about CF_TwoSelectsRelated not working on one table. I have three instances of the same code inside a CFFORM. Each is enclosed within an CFIF statement. Here is the basic form

RE: CF_TwoSelectsRelated not working on one of my tables

2000-12-14 Thread Katie Bessiere
Are you using two CF_twoSelectsRelated on the same page? I ran into that when I used more than one on a page in two diff't forms, you have to name your forms, and then use the FormName attribute in the tag. Otherwise the second one on the page didn't work. I'm not sure what you w

Re: CF_TwoSelectsRelated not working on one of my tables

2000-12-14 Thread W Luke
Post some of your code John then we can have a closer look. Will - Original Message - From: ""John Crosby"" <[EMAIL PROTECTED]> Newsgroups: dotcom.lists.cftalk Sent: Thursday, December 14, 2000 6:29 PM Subject: CF_TwoSelectsRelated not working on one of my

CF_TwoSelectsRelated not working on one of my tables

2000-12-14 Thread John Crosby
Hello Everyone, I've been utilizing CF_TwoSelectsRelated for searches on several Access tables and on the tag has worked great on all but one table. The tables are designed the same, sorted on the same field and are almost the same except for the second field of the table. When the t

CF_TwoSelectsRelated - Pre-selecting options

2000-10-26 Thread Daye, Marianne
Using Nat Weiss' CF_TwoSelectsRelated tag, does anyone know how to default the selection boxes to a specific option, as in ? Thanks in advance! Marianne Daye Programmer/Analyst Information Delivery Systems http://ids.rti.org Ph: (919) 541

CF_TwoSelectsRelated Question

2000-10-09 Thread Aaron Rouse
I am trying to populated the CF_TwoSelectsRelated tag via a JavaScript on a separate page. I send the ID's into the form that contains CF_TwoSelectsRelated via a simple function: function ClaimOpen () { self.opener.window.document.ClaimForm.ResetButton.

RE: cf_TwoSelectsRelated

2000-05-31 Thread Elizabeth Marcotte Selphcotte
: Re: cf_TwoSelectsRelated there's no particular need to put in the same directory as the calling template (although that is a good place to start). You can put it into any sub-dir of the CFusion/CustomTags directory--if you put it into a new sub-dir off of /CustomTags then you need to stop-re

Re: cf_TwoSelectsRelated

2000-05-31 Thread John Quarto-vonTivadar
at it recognizes the new sub-dir. I've used it the tag with no problems for about 18 months :) - Original Message - From: Joel Richards <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 31, 2000 10:19 AM Subject: Re: cf_TwoSelectsRelated > Hi, &g

Re: cf_TwoSelectsRelated

2000-05-31 Thread Joel Richards
7;m getting: > >Error Diagnostic Information >Cannot find CFML template for custom tag TWOSELECTSRELATED. Cold Fusion >attempted looking in the tree of installed custom tags but did not find a >custom tag with this name. > > >The error occurred while processing an element with a

RE: cf_TwoSelectsRelated

2000-05-31 Thread Craig M. Rosenblum
You need to have the file with the code in either the custom tags directory or the root of your website... > -Original Message- > From: Katie Howell [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 31, 2000 4:39 AM > To: [EMAIL PROTECTED] > Subject: cf_TwoSelectsRelated &

Re: cf_TwoSelectsRelated

2000-05-31 Thread Tom Nunamaker
ssing an element with a general identifier of > (CF_TWOSELECTSRELATED), occupying document position (12:1) to (20:19). > > Thanks in advance! > > Katie > > -- > Archives: http://www.eGroups.com/list/cf-talk > To

cf_TwoSelectsRelated

2000-05-31 Thread Katie Howell
t find a custom tag with this name. The error occurred while processing an element with a general identifier of (CF_TWOSELECTSRELATED), occupying document position (12:1) to (20:19). Thanks in advance! Katie --