Ok here is the syntax that gives me two errors.
<CF_ThreeSelectsRelated
  QUERY="session.style"
        HTMLAFTER1="<BR>"
        NAME1="Sel1"
        NAME2="Sel2"
        NAME3="Sel3"
        DISPLAY1="style_name"
        DISPLAY2="color_desc"
        DISPLAY3="size_code"
        VALUE1="style_code"
        VALUE2="color_code"
        VALUE3="size_code"
        SIZE2="1"
        SIZE3="1"
        EMPTYTEXT1="Select Style"
        EMPTYTEXT2="Select Color"
        EMPTYTEXT3="Size"
        EXTRAOPTIONS2="2"
        EXTRAOPTIONS3="2"
        FORCEWIDTH2="25"
        FORCEWIDTH3="5"
        AUTOSELECTFIRST="Yes"
        FORM="FormX"
        >
Error ONE: Right now there are only two items in the first select list.  If
I select number two then try to select ANYTHING in select list number two it
throws an error.
Error TWO: If I select the first item in select list one and then select one
of the items in select list two, the options that I get for select list
three are wrong.  They are the options some how for what should have been
list number two in the first select list, I think anyway.

Now here is the syntax that gives me no errors, but does not fully meet the
needs of what we need to do.
<CF_ThreeSelectsRelated
  QUERY="session.style"
        HTMLAFTER1="<BR>"
        NAME1="Sel1"
        NAME2="Sel2"
        NAME3="Sel3"
        DISPLAY1="style_name"
        DISPLAY2="color_desc"
        DISPLAY3="size_code"
        VALUE1="style_code"
        VALUE2="color_code"
        VALUE3="size_code"
        SIZE2="1"
        SIZE3="1"
        EXTRAOPTIONS2="2"
        EXTRAOPTIONS3="2"
        FORCEWIDTH2="25"
        FORCEWIDTH3="5"
        AUTOSELECTFIRST="Yes"
        FORM="FormX"
        >
With it in this method we dont get the "Select Style", "Select Color" etc.
So when the form loads it's got the first option as being displayed.  But
there are not contents for option one in select list two or three.  To get
those you have to select something else and then come back to option one.

So how can I either get option one to work with the "Select Style" in there
or option two to work where even though the first option is in the first
select list is displayed so are the options that go with that in select list
two and three.

Thanks.

Bill

------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to