Refresh listbox fields in Client

hi I have 3 Listbox-Fields where I get categories and subcategories and sub-sub-categories from

3 different views by a DBColumn.

My Problem :In Web it works fine, but in Notes Client this does not work - Please help…

In the first listbox - onChange - event:

document.forms[0].Kategorie_2.value=“”;

document.forms[0].Kategorie_3.value=“”;

and in the second listbox - onChange:

document.forms[0].Kategorie_3.value=“”;

So if a User changes a Category the subcategories for this category are reset to “” and he has to reselect the subcategories for the NEW selected category.

Subject: Refresh listbox fields in Client Solved

my fault: didnt search for “onChange Notes” in forum:

http://www-10.lotus.com/ldd/nd6forum.nsf/search?SearchView&Query=onchange%20AND%20n%3Ftes&SearchOrder=1&SearchMax=0&SearchWV=FALSE&SearchFuzzy=FALSE&Start=1&Count=100

… had to change field type to combobox and select the option “run exiting/onChange events…” in the Field-Properties