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

public form



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old March 29th 06, 05:57 PM posted to microsoft.public.outlook.program_forms
andy
external usenet poster
 
Posts: 122
Default public form

hello,

in 'design form' of outlook folders, i changed the name of (P.2) into
'Expertise' and made it visible. i added a picklist with different values for
'Expertise'.
In the design form, i created a new field to the folder 'Expertise'.
i added a new combo box to the Expertise tab.
in the properties / values, i referred to the field i created.
in the advanced properties, i added in the tag field : picklist=Expertise
i published the form.
changes i make are saved. however, when my colleague accesses the form, the
expertise tab is visible, she also sees the combo box. however, when i
change the value of the combo box, my colleague doesn't see the change. her
changes aren't visible to me. there must be a problem with the publishing
(we're new to this).

Questions:
- how can i publish this combo box to the public folder so that my colleague
can see my changes and vice-versa?
- how do i limit the entries into the combo box? now i am able to type a
text that is saved but that is not contained in the original picklist. the
text isn't added to the picklist either. in any case, i don't want a user to
be able to add a value.

thank you helping.
andy
  #2  
Old March 29th 06, 06:05 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default public form

On the All Fields page of the form, do you see the correct value for your Expertise field?

To limit values to items in the list, on the Advanced Properties dialog for the control, change the value of MatchRequired to -1 - True.

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

"andy" wrote in message ...
hello,

in 'design form' of outlook folders, i changed the name of (P.2) into
'Expertise' and made it visible. i added a picklist with different values for
'Expertise'.
In the design form, i created a new field to the folder 'Expertise'.
i added a new combo box to the Expertise tab.
in the properties / values, i referred to the field i created.
in the advanced properties, i added in the tag field : picklist=Expertise
i published the form.
changes i make are saved. however, when my colleague accesses the form, the
expertise tab is visible, she also sees the combo box. however, when i
change the value of the combo box, my colleague doesn't see the change. her
changes aren't visible to me. there must be a problem with the publishing
(we're new to this).

Questions:
- how can i publish this combo box to the public folder so that my colleague
can see my changes and vice-versa?
- how do i limit the entries into the combo box? now i am able to type a
text that is saved but that is not contained in the original picklist. the
text isn't added to the picklist either. in any case, i don't want a user to
be able to add a value.

thank you helping.
andy

  #3  
Old March 29th 06, 10:25 PM posted to microsoft.public.outlook.program_forms
andy
external usenet poster
 
Posts: 122
Default public form

hello,

the name of the combo box i created appears in the All Fiels page, however,
no value is added in the 'value' column... maybe that's the problem?

you already solved my second problem, thanks !

andy


"Sue Mosher [MVP-Outlook]" wrote:

On the All Fields page of the form, do you see the correct value for your Expertise field?

To limit values to items in the list, on the Advanced Properties dialog for the control, change the value of MatchRequired to -1 - True.

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

"andy" wrote in message ...
hello,

in 'design form' of outlook folders, i changed the name of (P.2) into
'Expertise' and made it visible. i added a picklist with different values for
'Expertise'.
In the design form, i created a new field to the folder 'Expertise'.
i added a new combo box to the Expertise tab.
in the properties / values, i referred to the field i created.
in the advanced properties, i added in the tag field : picklist=Expertise
i published the form.
changes i make are saved. however, when my colleague accesses the form, the
expertise tab is visible, she also sees the combo box. however, when i
change the value of the combo box, my colleague doesn't see the change. her
changes aren't visible to me. there must be a problem with the publishing
(we're new to this).

Questions:
- how can i publish this combo box to the public folder so that my colleague
can see my changes and vice-versa?
- how do i limit the entries into the combo box? now i am able to type a
text that is saved but that is not contained in the original picklist. the
text isn't added to the picklist either. in any case, i don't want a user to
be able to add a value.

thank you helping.
andy


  #4  
Old March 29th 06, 11:18 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default public form

Check the Properties dialog of the combo box. At the top of the Value tab do you see the name of the property that you created to hold the data from this combo box, i.e. the same name as in the All Fields page?

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

"andy" wrote in message ...

the name of the combo box i created appears in the All Fiels page, however,
no value is added in the 'value' column... maybe that's the problem?


in 'design form' of outlook folders, i changed the name of (P.2) into
'Expertise' and made it visible. i added a picklist with different values for
'Expertise'.
In the design form, i created a new field to the folder 'Expertise'.
i added a new combo box to the Expertise tab.
in the properties / values, i referred to the field i created.
in the advanced properties, i added in the tag field : picklist=Expertise
i published the form.
changes i make are saved. however, when my colleague accesses the form, the
expertise tab is visible, she also sees the combo box. however, when i
change the value of the combo box, my colleague doesn't see the change. her
changes aren't visible to me. there must be a problem with the publishing
(we're new to this).

Questions:
- how can i publish this combo box to the public folder so that my colleague
can see my changes and vice-versa?
- how do i limit the entries into the combo box? now i am able to type a
text that is saved but that is not contained in the original picklist. the
text isn't added to the picklist either. in any case, i don't want a user to
be able to add a value.

thank you helping.
andy


  #5  
Old March 30th 06, 09:34 AM posted to microsoft.public.outlook.program_forms
andy
external usenet poster
 
Posts: 122
Default public form

hello,
yes, and i don't know why, but my colleague now sees changes i make, so
thanks.
new problem: when i open the tab that holds the expertise combobox, and i
click on another tab in the contacts page without changing the contents of
the expertise box, i get an error value : invalid property value.
when i chose the same selection and move to another tab, the error message
doesn't appear anymore.
why do i get this error value?

"Sue Mosher [MVP-Outlook]" wrote:

Check the Properties dialog of the combo box. At the top of the Value tab do you see the name of the property that you created to hold the data from this combo box, i.e. the same name as in the All Fields page?

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

"andy" wrote in message ...

the name of the combo box i created appears in the All Fiels page, however,
no value is added in the 'value' column... maybe that's the problem?


in 'design form' of outlook folders, i changed the name of (P.2) into
'Expertise' and made it visible. i added a picklist with different values for
'Expertise'.
In the design form, i created a new field to the folder 'Expertise'.
i added a new combo box to the Expertise tab.
in the properties / values, i referred to the field i created.
in the advanced properties, i added in the tag field : picklist=Expertise
i published the form.
changes i make are saved. however, when my colleague accesses the form, the
expertise tab is visible, she also sees the combo box. however, when i
change the value of the combo box, my colleague doesn't see the change. her
changes aren't visible to me. there must be a problem with the publishing
(we're new to this).

Questions:
- how can i publish this combo box to the public folder so that my colleague
can see my changes and vice-versa?
- how do i limit the entries into the combo box? now i am able to type a
text that is saved but that is not contained in the original picklist. the
text isn't added to the picklist either. in any case, i don't want a user to
be able to add a value.

thank you helping.
andy


  #6  
Old March 31st 06, 04:26 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default public form

Is the value one of those on the list?

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

"andy" wrote in message news
hello,
yes, and i don't know why, but my colleague now sees changes i make, so
thanks.
new problem: when i open the tab that holds the expertise combobox, and i
click on another tab in the contacts page without changing the contents of
the expertise box, i get an error value : invalid property value.
when i chose the same selection and move to another tab, the error message
doesn't appear anymore.
why do i get this error value?

"Sue Mosher [MVP-Outlook]" wrote:

Check the Properties dialog of the combo box. At the top of the Value tab do you see the name of the property that you created to hold the data from this combo box, i.e. the same name as in the All Fields page?


"andy" wrote in message ...

the name of the combo box i created appears in the All Fiels page, however,
no value is added in the 'value' column... maybe that's the problem?


in 'design form' of outlook folders, i changed the name of (P.2) into
'Expertise' and made it visible. i added a picklist with different values for
'Expertise'.
In the design form, i created a new field to the folder 'Expertise'.
i added a new combo box to the Expertise tab.
in the properties / values, i referred to the field i created.
in the advanced properties, i added in the tag field : picklist=Expertise
i published the form.
changes i make are saved. however, when my colleague accesses the form, the
expertise tab is visible, she also sees the combo box. however, when i
change the value of the combo box, my colleague doesn't see the change. her
changes aren't visible to me. there must be a problem with the publishing
(we're new to this).

Questions:
- how can i publish this combo box to the public folder so that my colleague
can see my changes and vice-versa?
- how do i limit the entries into the combo box? now i am able to type a
text that is saved but that is not contained in the original picklist. the
text isn't added to the picklist either. in any case, i don't want a user to
be able to add a value.

thank you helping.
andy


 




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
Outlook Public Folder Helpdesk Form David Reed Outlook - General Queries 1 March 14th 06 03:45 PM
Public Folder contacts form: 1 field can't be edited [email protected] Outlook - General Queries 1 March 7th 06 05:23 PM
OL2003 - can you auto-fill a singel new contact form with online form data TimR Outlook - Using Contacts 1 February 15th 06 02:43 PM
Form applied to public folder but not contents imported Frank Fernandez Outlook - Using Forms 1 February 9th 06 04:24 PM
I send an Outlook custom form, but a std. form displays? Sue Mosher [MVP-Outlook] Outlook - Using Forms 0 January 20th 06 08:41 PM


All times are GMT +1. The time now is 07:02 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.