I think you sent me one but it was over my head. I am a simple man. Do you have a simple example of this or shall I actually code sometthing myself?
On Fri, 11 Mar 2005 12:53:58 -0500, Jeff Fleitz <[EMAIL PROTECTED]> wrote: > Hi Tim, > > Gotta code that yourself, Filtered Selects don't support that functionality. > I actually am tuning an app right now > where I am using Nate Weiss' TwoSelectsRelated tag to do this. > http://projects.nateweiss.com/nwdc/workcode.htm > > You will have to build custom queries to populate them and place each the tag > calls inside a > <cf_DisplayExtraFormContent> tag set. > > Didn't I send you a code sample of this a while back? > > Anyway, this would be a nice ER for v 1.1 The qForms library support up to 5 > levels I think, and since Plum uses that > for validation, it ought to be doable. > > Jeff > > > Tim Blankenship wrote: > > Alrighty I have some pretty filtered selects on a page now I want more. > > I have a form with 2 filtered selects. > > One filtered select shows parent data, lets call it "PIMPS" with > > values of "ADAM, DAVE, JEFF". > > Second filtered select has "BIOTCHES" with values of "RITA, FLO, > > BETSY, BIRTHA, SHASTA, STANKHO, GARGLE, LOOSEY" > > > > TABLE 1 - WORKORDER > > COLUMN 1 - UID (PK) > > COLUMN 2 - PIMP_ID (FK) > > COLUMN 3 - BIOTCH_ID (FK) > > COLUMN 4 - RATE > > COLUMN ...... > > > > TABLE 2 - PIMPS > > COLUMN 1 - PIMP_ID (PK) > > COLUMN 2 - PIMP > > > > TABLE 3 - BIOTCHES > > COLUMN 1 - BIOTCH_ID (PK) > > COLUMN 2 - BIOTCH > > > > So I want to got to my WORKORDERaddform.cfm page that is built off of > > the workorder table. I use the filtered select showing me my pimps, > > for example I choose DAVID. > > When I choose DAVID I want to see only DAVID's BIOTCHES, but currently > > I am seeing everyone's biotches. Can the dependant selects be > > accomplished through the PLUM IDE or do I need to code this myself? > > > > Thanks in advance. > > > > ********************************************************************** > You can subscribe to and unsubscribe from lists, and you can change > your subscriptions between normal and digest modes here: > > http://www.productivityenhancement.com/support/DiscussionListsForm.cfm > ********************************************************************** > -- Tim Blankenship [EMAIL PROTECTED] ********************************************************************** You can subscribe to and unsubscribe from lists, and you can change your subscriptions between normal and digest modes here: http://www.productivityenhancement.com/support/DiscussionListsForm.cfm **********************************************************************
