![]() |
| 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. |
|
|||||||
| Tags: always, changes, custom, folder, form, public, save, wants |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I have a problem with a custom form that I've published in a public folder
(contact items) and set as the default (only allowable) form. Every time you open one of the contacts, regardless of whether you make a change to the contact, Outlook always asks if you want to Save Changes. I tried clearing the forms cache but it still does it. I can open a contact to view it then close it. Save changes pops up. Doesn't matter if I say yes or no. If I reopen the same contact, it will go through the exact same process even though no edits were made. Any thoughts on what's up or how I fix it? -- Tom G. Send replies to tom |att| geldner /dott/ com |
| Ads |
|
#2
|
|||
|
|||
|
The symptoms suggest that something in the form's design is changing a property value. It could be code behind the form or some odd interaction with a combo box or list box.
-- 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 "Tom G." wrote in message ... I have a problem with a custom form that I've published in a public folder (contact items) and set as the default (only allowable) form. Every time you open one of the contacts, regardless of whether you make a change to the contact, Outlook always asks if you want to Save Changes. I tried clearing the forms cache but it still does it. I can open a contact to view it then close it. Save changes pops up. Doesn't matter if I say yes or no. If I reopen the same contact, it will go through the exact same process even though no edits were made. Any thoughts on what's up or how I fix it? -- Tom G. Send replies to tom |att| geldner /dott/ com |
|
#3
|
|||
|
|||
|
"Sue Mosher [MVP-Outlook]" wrote in
: The symptoms suggest that something in the form's design is changing a property value. It could be code behind the form or some odd interaction with a combo box or list box. I'll check. There is a list box and a radio button group for two custom fields but they aren't doing anything other than offering the possible values. There is no code behind the form. -- Tom |
|
#4
|
|||
|
|||
|
How are the possible values for the list box being set?
-- 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 "Tom G." wrote in message ... "Sue Mosher [MVP-Outlook]" wrote in : The symptoms suggest that something in the form's design is changing a property value. It could be code behind the form or some odd interaction with a combo box or list box. I'll check. There is a list box and a radio button group for two custom fields but they aren't doing anything other than offering the possible values. There is no code behind the form. -- Tom |
|
#5
|
|||
|
|||
|
"Sue Mosher [MVP-Outlook]" wrote in news:OwLe
: How are the possible values for the list box being set? 2 custom fields Name: Media Release Type: Keywords ListStyle: 1-Option Property to use: Value Possible values: None;Email;Fax Name: Format Type: Text TextBox No validation -- Tom G. Send replies to tom |att| geldner /dott/ com |
|
#6
|
|||
|
|||
|
Media Release is bound to a keywords field but it looks like it's set up as a single-select list box? That could be part of the problem. A text field would be more appropriate in that scenario.
-- 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 "Tom G." wrote in message ... 2 custom fields Name: Media Release Type: Keywords ListStyle: 1-Option Property to use: Value Possible values: None;Email;Fax Name: Format Type: Text TextBox No validation "Sue Mosher [MVP-Outlook]" wrote in : The symptoms suggest that something in the form's design is changing a property value. It could be code behind the form or some odd interaction with a combo box or list box. I'll check. There is a list box and a radio button group for two custom fields but they aren't doing anything other than offering the possible values. There is no code behind the form. |
|
#7
|
|||
|
|||
|
"Sue Mosher [MVP-Outlook]" wrote in
: Media Release is bound to a keywords field but it looks like it's set up as a single-select list box? That could be part of the problem. A text field would be more appropriate in that scenario. That was it. I ended up copying the data in the keywords field to User 1. Deleted the keywords field. Pointed the single-select control to User 1. Republished the form and no more "save on exit" message. Yay. -- Tom G. Send replies to tom |att| geldner /dott/ com |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to use a custom form as a default folder form ? | David | Outlook - Using Forms | 14 | July 17th 06 07:14 AM |
| Print or save custom form without sender's information | andreag | Outlook - General Queries | 0 | May 23rd 06 03:43 PM |
| Outlook Public Folder Helpdesk Form | David Reed | Outlook - General Queries | 1 | March 14th 06 03:45 PM |
| Form applied to public folder but not contents imported | Frank Fernandez | Outlook - Using Forms | 1 | February 9th 06 04:24 PM |
| Cannot Save Custom Form | Dave Hogg | Outlook and VBA | 3 | January 26th 06 07:13 PM |