Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want to clear a Selector when the user moves off of the sheet to another sheet within the qvw. Just one selector will need to be cleared. I would like the other selectors (selections) to remain.
Does anyone know how to do this.
You can do it with a macro (even though it's not very much recommended...) Open the API Guide and search for a function "Clear".
Oleg
No need for macro if it is QV9. The actions will be:
Lock All
Unlock Field (the one you want to clear)
Clear All
Unlock All