A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Listbox bound



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old June 2nd 09, 02:47 PM posted to microsoft.public.outlook.program_forms
Mike O[_2_]
external usenet poster
 
Posts: 5
Default Listbox bound

Hello,

I have the same problem




I have a simple listbox in outlook form,

when i make multi selction, if i lose focus on the list then all selected
values are gone

i set the property MultiSelect = multi == same problem
if i set it to "Extended" ==- again same problem

only single value works; but i need multiselection ?


I found similer problem but i didn't know how to bound the control

he


http://www.microsoft.com/office/comm...=en-us&m=1&p=1


Hlep please

Ads
  #2  
Old June 2nd 09, 02:55 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP][_3_]
external usenet poster
 
Posts: 465
Default Listbox bound

See http://www.outlookcode.com/article.aspx?ID=38 for a screen shot showing
how to find a control to a field, and also see
http://www.outlookcode.com/article.aspx?ID=32, the section on list boxes.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Mike O" wrote in message
...
Hello,

I have the same problem




I have a simple listbox in outlook form,

when i make multi selction, if i lose focus on the list then all selected
values are gone

i set the property MultiSelect = multi == same problem
if i set it to "Extended" ==- again same problem

only single value works; but i need multiselection ?


I found similer problem but i didn't know how to bound the control

he


http://www.microsoft.com/office/comm...=en-us&m=1&p=1


Hlep please



  #3  
Old June 2nd 09, 08:57 PM posted to microsoft.public.outlook.program_forms
Mike O[_2_]
external usenet poster
 
Posts: 5
Default Listbox bound

Thank you Sue,

But what is written there is not easy for me, i just need an example.
It's written, "Use code in the Item_Write event to store the selections in a
delimited list in a text property, then reverse the process to reload the
selections in the Item_Open event handler" .

this is not clear for me. but thank you any way

"Sue Mosher [MVP]" wrote:

See http://www.outlookcode.com/article.aspx?ID=38 for a screen shot showing
how to find a control to a field, and also see
http://www.outlookcode.com/article.aspx?ID=32, the section on list boxes.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Mike O" wrote in message
...
Hello,

I have the same problem




I have a simple listbox in outlook form,

when i make multi selction, if i lose focus on the list then all selected
values are gone

i set the property MultiSelect = multi == same problem
if i set it to "Extended" ==- again same problem

only single value works; but i need multiselection ?


I found similer problem but i didn't know how to bound the control

he


http://www.microsoft.com/office/comm...=en-us&m=1&p=1


Hlep please




  #4  
Old June 2nd 09, 09:58 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP][_3_]
external usenet poster
 
Posts: 465
Default Listbox bound

The form you can download from the article on list boxes has such code
examples.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Mike O" wrote in message
news
Thank you Sue,

But what is written there is not easy for me, i just need an example.
It's written, "Use code in the Item_Write event to store the selections in
a
delimited list in a text property, then reverse the process to reload the
selections in the Item_Open event handler" .

this is not clear for me. but thank you any way

"Sue Mosher [MVP]" wrote:

See http://www.outlookcode.com/article.aspx?ID=38 for a screen shot
showing
how to find a control to a field, and also see
http://www.outlookcode.com/article.aspx?ID=32, the section on list boxes.



"Mike O" wrote in message
...
Hello,

I have the same problem




I have a simple listbox in outlook form,

when i make multi selction, if i lose focus on the list then all
selected
values are gone

i set the property MultiSelect = multi == same problem
if i set it to "Extended" ==- again same problem

only single value works; but i need multiselection ?


I found similer problem but i didn't know how to bound the control

he


http://www.microsoft.com/office/comm...=en-us&m=1&p=1


Hlep please






  #5  
Old June 3rd 09, 06:39 AM posted to microsoft.public.outlook.program_forms
Mike O[_2_]
external usenet poster
 
Posts: 5
Default Listbox bound


Thank you Sue,
The last listbox using the Item_write doesn't work
i made a stop statement to see if the item_write fires but it doesn't

any idea?

"Sue Mosher [MVP]" wrote:

The form you can download from the article on list boxes has such code
examples.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Mike O" wrote in message
news
Thank you Sue,

But what is written there is not easy for me, i just need an example.
It's written, "Use code in the Item_Write event to store the selections in
a
delimited list in a text property, then reverse the process to reload the
selections in the Item_Open event handler" .

this is not clear for me. but thank you any way

"Sue Mosher [MVP]" wrote:

See http://www.outlookcode.com/article.aspx?ID=38 for a screen shot
showing
how to find a control to a field, and also see
http://www.outlookcode.com/article.aspx?ID=32, the section on list boxes.



"Mike O" wrote in message
...
Hello,

I have the same problem




I have a simple listbox in outlook form,

when i make multi selction, if i lose focus on the list then all
selected
values are gone

i set the property MultiSelect = multi == same problem
if i set it to "Extended" ==- again same problem

only single value works; but i need multiselection ?


I found similer problem but i didn't know how to bound the control

he


http://www.microsoft.com/office/comm...=en-us&m=1&p=1


Hlep please







  #6  
Old June 3rd 09, 07:23 AM posted to microsoft.public.outlook.program_forms
Mike O[_2_]
external usenet poster
 
Posts: 5
Default Listbox bound

Ok, Item_write is fired when formis saved.

but my problem is still there, maybe i couldn't explain.

In my form, i have 3 multi listbox
when i make a multi selection in any one of them, then i go to another
control, all selected values are gone. even before i close the form

any idea?

"Sue Mosher [MVP]" wrote:

The form you can download from the article on list boxes has such code
examples.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Mike O" wrote in message
news
Thank you Sue,

But what is written there is not easy for me, i just need an example.
It's written, "Use code in the Item_Write event to store the selections in
a
delimited list in a text property, then reverse the process to reload the
selections in the Item_Open event handler" .

this is not clear for me. but thank you any way

"Sue Mosher [MVP]" wrote:

See http://www.outlookcode.com/article.aspx?ID=38 for a screen shot
showing
how to find a control to a field, and also see
http://www.outlookcode.com/article.aspx?ID=32, the section on list boxes.



"Mike O" wrote in message
...
Hello,

I have the same problem




I have a simple listbox in outlook form,

when i make multi selction, if i lose focus on the list then all
selected
values are gone

i set the property MultiSelect = multi == same problem
if i set it to "Extended" ==- again same problem

only single value works; but i need multiselection ?


I found similer problem but i didn't know how to bound the control

he


http://www.microsoft.com/office/comm...=en-us&m=1&p=1


Hlep please







  #7  
Old June 3rd 09, 07:39 AM posted to microsoft.public.outlook.program_forms
Mike O[_2_]
external usenet poster
 
Posts: 5
Default Listbox bound


Ok, i just found it in your post "Have to use Keyword not text"
Thanks a lot Sue

"Mike O" wrote:


Thank you Sue,
The last listbox using the Item_write doesn't work
i made a stop statement to see if the item_write fires but it doesn't

any idea?

"Sue Mosher [MVP]" wrote:

The form you can download from the article on list boxes has such code
examples.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Mike O" wrote in message
news
Thank you Sue,

But what is written there is not easy for me, i just need an example.
It's written, "Use code in the Item_Write event to store the selections in
a
delimited list in a text property, then reverse the process to reload the
selections in the Item_Open event handler" .

this is not clear for me. but thank you any way

"Sue Mosher [MVP]" wrote:

See http://www.outlookcode.com/article.aspx?ID=38 for a screen shot
showing
how to find a control to a field, and also see
http://www.outlookcode.com/article.aspx?ID=32, the section on list boxes.



"Mike O" wrote in message
...
Hello,

I have the same problem




I have a simple listbox in outlook form,

when i make multi selction, if i lose focus on the list then all
selected
values are gone

i set the property MultiSelect = multi == same problem
if i set it to "Extended" ==- again same problem

only single value works; but i need multiselection ?


I found similer problem but i didn't know how to bound the control

he


http://www.microsoft.com/office/comm...=en-us&m=1&p=1


Hlep please







 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Help assigning 'Now' to a bound or unbound control Terri[_2_] Outlook - Using Forms 11 September 19th 08 03:18 PM
Default value for a ListBox ExcelLars Outlook and VBA 1 May 14th 08 01:34 PM
Default value for a ListBox ExcelLars Outlook and VBA 0 May 14th 08 11:16 AM
Populating listbox Syl Outlook and VBA 3 March 13th 06 08:42 PM
multiselect Listbox value Michael Anderson Outlook and VBA 2 February 13th 06 03:13 AM


All times are GMT +1. The time now is 04:52 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.