hi all, does anyone know how to make some element in base enum invisible. For example I have base enum with 5 element, but in my form I only want to display 3.
I don't want to change the value, so even if I make element no 1 invisible, and user choose the first element displayed which is originaly element no 2, the value I get must be "2" also, not "1". TIA, Ton

