Ask a Question related to Dreamweaver AppDev, Design and Development.
-
virtual1 #1
Dynamic List Child Box - Selecting Inital Value
I have implemented the method of creating dynamic lists from
[url]http://www.macromedia.com/go/tn_19117[/url] . The list values are pulled from a
database to create a parent list called Main Categories and create a child list
to called Sub Categories. As the selection in the parent list changes the
child list changes accordingly. However, when I am setting the initial values
for the parent and child box, based on individual user profile values in the
database, I can only set the initial value for the parent box. The child box
updates the list properly, but it will not select an initial value, it just
defaults to the first entry in the list. How should I modify the code to allow
for a 'Selected' value in the child list? Thanks!
virtual1 Guest
-
Selecting Records based on DB column with list
Hi, I am stuck (and I think this will end up being a duh/d'oh thing!). I have a dbase table called projects (Access) that contains project data.... -
Selecting colors in dynamic datagrid
Dim dg as datagrid dg.BackColor = "#346655" does not work, how else can I set the color to the html code #? -
list of child pids
Hello all, getppid returns the parent process ID given a processes ID. Is there a corresponding function which returns a list of child processes... -
Programmatically Selecting Item in Radio Button List
I have created a radio button list programmatically. C# SqlConnection conn = new SqlConnection("data source=localhost; integrated security=true;... -
Selecting Multiple Values in a List/Combo Box
The following should work: On your close button add the following line before the close command getWellList docmd.close -
twocans #2
Re: Dynamic List Child Box - Selecting Inital Value
Hi yea,
I have done what your trying to do but I took the easy way. by using the
following extension.
[url]http://www.interaktonline.com/Products/Dreamweaver-Extensions/MXWidgets/Benefits/Details/Dependent+Drop-downs.html?id_sol=16[/url]
twocans
"virtual1" <webforumsuser@macromedia.com> wrote in message
news:d3elah$quj$1@forums.macromedia.com...>I have implemented the method of creating dynamic lists from
> [url]http://www.macromedia.com/go/tn_19117[/url] . The list values are pulled from a
> database to create a parent list called Main Categories and create a child
> list
> to called Sub Categories. As the selection in the parent list changes the
> child list changes accordingly. However, when I am setting the initial
> values
> for the parent and child box, based on individual user profile values in
> the
> database, I can only set the initial value for the parent box. The child
> box
> updates the list properly, but it will not select an initial value, it
> just
> defaults to the first entry in the list. How should I modify the code to
> allow
> for a 'Selected' value in the child list? Thanks!
>
twocans Guest



Reply With Quote

