Listbox option does not work when checked

Q

Quantum

I designed a form with a listbox with source from a user defined ftext
field. The list box is populated with several values.

When I create a task using this design, and check one of the list box item,
then save and exit, the checked value of the listbox item does not remain
checked.

What could I be missing?
 
M

Michael Bauer

If the checkbox, i.e. the UserForm, will be unloaded, then you need to
fill it with your data again and check the item, that shall be selected,
by code.
 
Top