Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Listbox help

Hi QV,

In my Application, I have 3 listboxes.

Here what my need is :

--I have selected one value from Listbox1.

Then if I select any value from Listbox2/3, the previous selection in Listbox1 should be cleared.

Is it possible to put any condition to achieve this.

Thanks & Regards,

Ananth

1 Solution

Accepted Solutions
tresesco
MVP
MVP

Use trigger. Settings->Document properties->trigger->Fied event trigger->On Select->Selection-> Clear Field

View solution in original post

7 Replies
tresesco
MVP
MVP

Use trigger. Settings->Document properties->trigger->Fied event trigger->On Select->Selection-> Clear Field

Not applicable
Author

I did this for all 3 listboxes, even the selections are not getting cleared.

tresesco
MVP
MVP

Possibly an error from your end. Could you post your sample qvw that shows the issue?

Not applicable
Author

My listboxes are :

1.Region

2.Area

3.Cities

If I select any Region then Area and Cities fields should be get cleared

If I select any Area then Region and Cities fields should be get cleared

same for Cities..

How can I do this, please help

Not applicable
Author

Even I tried with Clear Other Fields but no use

tresesco
MVP
MVP

As I said, it could be something wrong with your app. You have to help us (by providing your sample app) to be helped.

Not applicable
Author

Thanks for your response tresesco,

The solution which you suggested in your earlier post was correct only, it was my mistake and now it's working fine.

As you are very helpful for me. Thankyou.