Pause 2 using .vitem
set var vitem = null
recalc variables
return

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....


----- Original Message ----- 
From: "Bill Downall" <[EMAIL PROTECTED]>
To: "RBG7-L Mailing List" <[EMAIL PROTECTED]>
Sent: Tuesday, August 03, 2004 9:19 AM
Subject: [RBG7-L] - Variable User-Def ListBox problem


> I anticipate this willl be a "duh" moment...
>
> I'm creating a new form, and populating a Variable User-Defined Listbox with
an after
> load eep (in the manner which Mike Byerly has shared). However, when running
the
> form, if I "click" a choice, it immediately "unselects" itself. (The value in
the variable
> stays what was last selected, but the user can't tell that it is selected.)
>
> I know I have solved this problem in the past, and I have other similar forms
that
> work fine, and have tried to examine every little detail to find the
differences but can't.
>
> There is no expression defined for the variable that the listbox is linked to.
There is
> no "onclick" eep for the listbox.
>
> So what am I forgetting?
>
> Bill
>

Reply via email to