Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
I have attached a sample file along with this post.
according to my selection from 'T1' Listbox the appropriate listboxes should be displayed.
My selction may be single or multiple then the other listboxes should be hide other than the selection.
Eg:
My Selection:
A->A (Hide:B,C,D)
A,B->A,B (Hide:C,D)
A,B,C->A,B,C(Hide:D)
like this proceeds.
By default all should be visible and upto this is working fine.
What my problem is
But Is there any way to set the same position for the displayed Listbox if we choose a single selection from the available.
Similarly for setting the specified positions if we go for multi selections like that.
Note: For your Understanding i have attached the sample file and if you sent any files to me ,I am not able to open those files in my system.
can any one help in this please....
Thanks........
Hi Ravi,
What are you trying to achieve here? What do you want users to be able to see. Are you trying to overcomplicate things?
When I, as a user, click "A", what is it that you want me to click next - is this associated data?
My advice is to keep things as simple as possible because otherwise you run the risk of confusing users.
Regards,
Stephen
Hi Stephen,
Thanks for your suggestion.
Thanks...