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.