Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'd like to forbid making discontinuous selection for the end user.
There is a field 'month' in my application. Months can be selected through a list-box only.
I want the end user to select months in a consecutive order and forbid to make a discontinuous selection (via Ctrl button).
Are there any approaches to do so?
Thank you in advance,
Larisa
should be possible with field event triggers and field selection actions that reset a selection to the range between min and max of the initial selection.
hope this helps
regards
Marco
Try using a Table Box instead of a List Box
Correct me if i am wrong.
You want to use a list box with a dimension 'Month'.
The User should make only consecutive selections i.e for eg : if the user selects 'Jan' then the next selection should be 'Feb' and the rest of the selections should be excluded/hidden and so on? am i right?
I am afraid it is not possible with a list box
should be possible with field event triggers and field selection actions that reset a selection to the range between min and max of the initial selection.
hope this helps
regards
Marco
you could also use a slider object set to discrete/multi value selections.
regards
Marco
Yes
Thanks, everyone, for your answers!