There is no onClick eep. The variable is set to null only in the form "before load" 
eep.  
When I exit the form, the value of the variable is always correct, that is, is always  
the 
value of the last item in the list that I clicked. 

But at the moment of the click, it turns to the selection color, then turns right back 
again to the unselected color.

Bill

On 3 Aug 2004 at 9:53, MikeB wrote:

> this code in the onClick eep will also produce your problem.  The
> selected item will only show SELECTED as long as the variable
> assignment equals the value of the selection or you capture the
> ItemIndex of the selection and make the item Selected, which defeats
> changing the variable to null, because as soon as you set it to
> selected, the variable receives the assignment again....

Reply via email to