![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Is there a way to specific values to appear in a ComBox's properties sheet or
does it have to be done via code? |
Ads |
#2
|
|||
|
|||
![]()
In article ,
=?Utf-8?B?ZGNoMw==?= wrote: Is there a way to specific values to appear in a ComBox's properties sheet or does it have to be done via code? Are you really trying to add some choices to a combobox? You can do this in the initial values of the combobox. Take a look at the following page: To populate a combo box on a Microsoft Outlook form 5/10/2006 Microsoft Outlook VBScript code sample to populate a combo or list box on an Outlook form using an ADO disconnected recordset. http://www.outlookcode.com/d/code/popcombobox.htm - 20 KB -- Hollis Paul Mukilteo, WA USA |
#3
|
|||
|
|||
![]()
Yes. Its just two values - TEN and CONF. I can't seem to find documentation
explaining how to do that as in which properties and the format. I tried the format used in Access as in "TEN";"CONF" which didn't work. "Hollis Paul" wrote: In article , =?Utf-8?B?ZGNoMw==?= wrote: Is there a way to specific values to appear in a ComBox's properties sheet or does it have to be done via code? Are you really trying to add some choices to a combobox? You can do this in the initial values of the combobox. Take a look at the following page: To populate a combo box on a Microsoft Outlook form 5/10/2006 Microsoft Outlook VBScript code sample to populate a combo or list box on an Outlook form using an ADO disconnected recordset. http://www.outlookcode.com/d/code/popcombobox.htm - 20 KB -- Hollis Paul Mukilteo, WA USA |
#4
|
|||
|
|||
![]()
Is the combo box bound to an Outlook property?
-- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "dch3" wrote in message ... Is there a way to specific values to appear in a ComBox's properties sheet or does it have to be done via code? |
#5
|
|||
|
|||
![]()
Yes it will be.
"Sue Mosher [MVP-Outlook]" wrote: Is the combo box bound to an Outlook property? -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "dch3" wrote in message ... Is there a way to specific values to appear in a ComBox's properties sheet or does it have to be done via code? |
#6
|
|||
|
|||
![]()
Let me clarify that - It will be bound to a user-defined field.
"Sue Mosher [MVP-Outlook]" wrote: Is the combo box bound to an Outlook property? -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "dch3" wrote in message ... Is there a way to specific values to appear in a ComBox's properties sheet or does it have to be done via code? |
#7
|
|||
|
|||
![]()
A user-defined field is an Outlook property. In that case, you can enter the values for the list in the Possible Values property of the control's Value tab, separated by semi-colons: TEN;CONF
-- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "dch3" wrote in message ... Let me clarify that - It will be bound to a user-defined field. "Sue Mosher [MVP-Outlook]" wrote: Is the combo box bound to an Outlook property? "dch3" wrote in message ... Is there a way to specific values to appear in a ComBox's properties sheet or does it have to be done via code? |
#8
|
|||
|
|||
![]()
....and just why is it that for the life of me I couldn't find that
information in Help. "Sue Mosher [MVP-Outlook]" wrote: A user-defined field is an Outlook property. In that case, you can enter the values for the list in the Possible Values property of the control's Value tab, separated by semi-colons: TEN;CONF -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "dch3" wrote in message ... Let me clarify that - It will be bound to a user-defined field. "Sue Mosher [MVP-Outlook]" wrote: Is the combo box bound to an Outlook property? "dch3" wrote in message ... Is there a way to specific values to appear in a ComBox's properties sheet or does it have to be done via code? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
CommandBarControl ComboBox | Renjith | Outlook - General Queries | 0 | July 10th 06 11:47 AM |
combobox from field | HDI | Outlook - Using Forms | 0 | June 27th 06 08:47 PM |
outlook combobox: value = x if A is selected | redruthann | Outlook - Using Forms | 7 | March 29th 06 08:26 PM |
automatic from combobox | thtsps | Outlook - Using Forms | 1 | February 27th 06 01:44 PM |
setting default for combobox... | Jim Burke in Novi | Outlook and VBA | 1 | January 30th 06 07:26 PM |