PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook VBA Programming Listbox option does not work when checked

Reply

Listbox option does not work when checked

 
Thread Tools Rate Thread
Old 07-03-2005, 03:29 AM   #1
=?Utf-8?B?UXVhbnR1bQ==?=
Guest
 
Posts: n/a
Default Listbox option does not work when checked


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?
  Reply With Quote
Old 07-03-2005, 07:38 AM   #2
Michael Bauer
Guest
 
Posts: n/a
Default Re: Listbox option does not work when checked

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.

--
Viele Grüße
Michael Bauer


"Quantum" <Quantum@discussions.microsoft.com> wrote in message
news:9BEA4C13-4DC3-4F98-ADAE-72F432743ACE@microsoft.com...
> 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?


  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off