> Is it possible? > yup anything is possible.. > > Is it easy ? ... not really. > > > How I would approach this problem is by: > > 1) put list box in repeated... no binding > 2) on beforeDisplay of listbox.. I would execute some dataobject and add > values to list box manually. > - Remember to removeAllChildren(true); before you add any new > values.. This is neccessary because of the way netDynamics handles > listBoxes/comboBoxes.... otherwise you will get the last values of the box > plus the new values you added. > - Remember for each row the dataobject criteria will change depending > on your values. > 3) To get the values of each row can be done in a number of ways.. I will > let you determine the best way for your code. > i.e. if rows looked like: > > UserId , User Name, User projects(list) > > Then you would simply on beforeDisplay of each list box (or > onbeforeRowDisplay of repeated) > grab the userId for that row... add it as criteria to your dataobject.. > execute it and then load the values into the list box.. > then repeat... > > > I think this is what you were asking for... if you need anymore help, let > me know.. > > Cheers > > Troy McKinnon > Nortel Networks > > > > Troy McKinnon > Technical Team Leader > Integrated Quality Management System > Software Solutions Group > Nortel Networks - (Dept. 1P64) > (613) 765-7685 or ESN (395) 7685 > > -----Original Message----- > From: Harvey Ferrell [SMTP:@glaxowellcome.com:] > Sent: Wednesday, October 06, 1999 3:05 PM > To: [EMAIL PROTECTED] > Subject: [ND] Dynamic loading of Listbox > > > I have a screen that displays rows of data. > The screen may have up to 25 rows of like data. Each row contains a > listbox. What > I would like to do is dynamically populate the listbox with values > unique for that > row. Example( For one person valid selections may come from one > list. Another person > may have a different list of values for the same listbox) Is it > possible to read > a value on a row and populate only the desired entries in a listbox > selection list? > _________________________________________________________________________ > > For help in using, subscribing, and unsubscribing to the discussion > forums, please go to: http://www.netdynamics.com/support/visitdevfor.html > > For dire need help, email: [EMAIL PROTECTED] _________________________________________________________________________ For help in using, subscribing, and unsubscribing to the discussion forums, please go to: http://www.netdynamics.com/support/visitdevfor.html For dire need help, email: [EMAIL PROTECTED]
