![]() |
| 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: 2007, displayed, form, outlook, textbox |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
We have a form that we have used since the Outlook 97 days. Through all the
iterations of Outlook and Exchange server, this form has always worked. Now that we are deploying Office 2007 Enterprise Edition, the form isn't functioning properly. We are using Outlook 2007 in conjunction with Exchange 2003, which has been in place for a couple of years. The form is used by our employees to indicate when they will be out of the office. The form collects the date information and their name and posts the information to a calendar in a public folder. The textbox is question is using the Subject field to collect information. When the form is opened, the label for the textbox is displayed but the textbox itself is not. The form cannot be saved because the textbox is a required field. The form works fine for Outlook 2003 users as it has for years. Any suggestions? Jeff Anderson |
| Ads |
|
#2
|
|||
|
|||
|
Where is it published? How many custom fields does it contain?
-- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "jm_anderson" wrote in message ... We have a form that we have used since the Outlook 97 days. Through all the iterations of Outlook and Exchange server, this form has always worked. Now that we are deploying Office 2007 Enterprise Edition, the form isn't functioning properly. We are using Outlook 2007 in conjunction with Exchange 2003, which has been in place for a couple of years. The form is used by our employees to indicate when they will be out of the office. The form collects the date information and their name and posts the information to a calendar in a public folder. The textbox is question is using the Subject field to collect information. When the form is opened, the label for the textbox is displayed but the textbox itself is not. The form cannot be saved because the textbox is a required field. The form works fine for Outlook 2003 users as it has for years. Any suggestions? Jeff Anderson |
|
#3
|
|||
|
|||
|
It is published in the Organizational Forms Library. It has 6 fields. By
the way, the computers are also running Microsoft Vista Business Edition. -- Jeff Anderson "Sue Mosher [MVP-Outlook]" wrote: Where is it published? How many custom fields does it contain? -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "jm_anderson" wrote in message ... We have a form that we have used since the Outlook 97 days. Through all the iterations of Outlook and Exchange server, this form has always worked. Now that we are deploying Office 2007 Enterprise Edition, the form isn't functioning properly. We are using Outlook 2007 in conjunction with Exchange 2003, which has been in place for a couple of years. The form is used by our employees to indicate when they will be out of the office. The form collects the date information and their name and posts the information to a calendar in a public folder. The textbox is question is using the Subject field to collect information. When the form is opened, the label for the textbox is displayed but the textbox itself is not. The form cannot be saved because the textbox is a required field. The form works fine for Outlook 2003 users as it has for years. Any suggestions? Jeff Anderson |
|
#4
|
|||
|
|||
|
Is this a message or an appointment form? What's the state of the "send form definition with item" box on the (Properties) page in design mode? Is there any code behind the form that could be changing the UI for that control? Have you tried republishing it with Outlook 2007? (For testing purposes, try it with a different message class.)
-- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "jm_anderson" wrote in message ... It is published in the Organizational Forms Library. It has 6 fields. By the way, the computers are also running Microsoft Vista Business Edition. -- Jeff Anderson "Sue Mosher [MVP-Outlook]" wrote: Where is it published? How many custom fields does it contain? "jm_anderson" wrote in message ... We have a form that we have used since the Outlook 97 days. Through all the iterations of Outlook and Exchange server, this form has always worked. Now that we are deploying Office 2007 Enterprise Edition, the form isn't functioning properly. We are using Outlook 2007 in conjunction with Exchange 2003, which has been in place for a couple of years. The form is used by our employees to indicate when they will be out of the office. The form collects the date information and their name and posts the information to a calendar in a public folder. The textbox is question is using the Subject field to collect information. When the form is opened, the label for the textbox is displayed but the textbox itself is not. The form cannot be saved because the textbox is a required field. The form works fine for Outlook 2003 users as it has for years. Any suggestions? Jeff Anderson |
|
#5
|
|||
|
|||
|
It is an appointment form. The "send form definition with item" is
unchecked. There is very little code behind the form; I don't see anything that changes the UI for the control. I have not tried republishing the form using Outlook 2007. Could it be because I don't have CDO installed? Should I download and install CDO? By the way, I just ordered your new book from Amazon yesterday! -- Jeff Anderson "Sue Mosher [MVP-Outlook]" wrote: Is this a message or an appointment form? What's the state of the "send form definition with item" box on the (Properties) page in design mode? Is there any code behind the form that could be changing the UI for that control? Have you tried republishing it with Outlook 2007? (For testing purposes, try it with a different message class.) -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "jm_anderson" wrote in message ... It is published in the Organizational Forms Library. It has 6 fields. By the way, the computers are also running Microsoft Vista Business Edition. -- Jeff Anderson "Sue Mosher [MVP-Outlook]" wrote: Where is it published? How many custom fields does it contain? "jm_anderson" wrote in message ... We have a form that we have used since the Outlook 97 days. Through all the iterations of Outlook and Exchange server, this form has always worked. Now that we are deploying Office 2007 Enterprise Edition, the form isn't functioning properly. We are using Outlook 2007 in conjunction with Exchange 2003, which has been in place for a couple of years. The form is used by our employees to indicate when they will be out of the office. The form collects the date information and their name and posts the information to a calendar in a public folder. The textbox is question is using the Subject field to collect information. When the form is opened, the label for the textbox is displayed but the textbox itself is not. The form cannot be saved because the textbox is a required field. The form works fine for Outlook 2003 users as it has for years. Any suggestions? Jeff Anderson |
|
#6
|
|||
|
|||
|
If the code behind the form uses CDO, then you must download it from http://www.microsoft.com/downloads/d...displaylang=en and install it on each Outlook 2007 system. Outlook 2007 does not include CDO.
-- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "jm_anderson" wrote in message ... It is an appointment form. The "send form definition with item" is unchecked. There is very little code behind the form; I don't see anything that changes the UI for the control. I have not tried republishing the form using Outlook 2007. Could it be because I don't have CDO installed? Should I download and install CDO? By the way, I just ordered your new book from Amazon yesterday! -- Jeff Anderson "Sue Mosher [MVP-Outlook]" wrote: Is this a message or an appointment form? What's the state of the "send form definition with item" box on the (Properties) page in design mode? Is there any code behind the form that could be changing the UI for that control? Have you tried republishing it with Outlook 2007? (For testing purposes, try it with a different message class.) "jm_anderson" wrote in message ... It is published in the Organizational Forms Library. It has 6 fields. By the way, the computers are also running Microsoft Vista Business Edition. -- Jeff Anderson "Sue Mosher [MVP-Outlook]" wrote: Where is it published? How many custom fields does it contain? "jm_anderson" wrote in message ... We have a form that we have used since the Outlook 97 days. Through all the iterations of Outlook and Exchange server, this form has always worked. Now that we are deploying Office 2007 Enterprise Edition, the form isn't functioning properly. We are using Outlook 2007 in conjunction with Exchange 2003, which has been in place for a couple of years. The form is used by our employees to indicate when they will be out of the office. The form collects the date information and their name and posts the information to a calendar in a public folder. The textbox is question is using the Subject field to collect information. When the form is opened, the label for the textbox is displayed but the textbox itself is not. The form cannot be saved because the textbox is a required field. The form works fine for Outlook 2003 users as it has for years. Any suggestions? Jeff Anderson |
|
#7
|
|||
|
|||
|
Sue,
Thanks for getting back to me. I found the problem, boy was it weird. The field was there all along but it was not obvious. I started tabbing through the fields and then the window was totally blank except for a field. There were no labels, nothing. So I entered data into the field and did a Shift-Tab and then I was popped back to the main portion of the form. I went into the form designer and repositioned the field slightly and turned of the "resize with form" attribute and now everything works. Evidently, the behavior of the resize is different under Outlook 2007 in specific circumstances. -- Jeff Anderson "Sue Mosher [MVP-Outlook]" wrote: If the code behind the form uses CDO, then you must download it from http://www.microsoft.com/downloads/d...displaylang=en and install it on each Outlook 2007 system. Outlook 2007 does not include CDO. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "jm_anderson" wrote in message ... It is an appointment form. The "send form definition with item" is unchecked. There is very little code behind the form; I don't see anything that changes the UI for the control. I have not tried republishing the form using Outlook 2007. Could it be because I don't have CDO installed? Should I download and install CDO? By the way, I just ordered your new book from Amazon yesterday! -- Jeff Anderson "Sue Mosher [MVP-Outlook]" wrote: Is this a message or an appointment form? What's the state of the "send form definition with item" box on the (Properties) page in design mode? Is there any code behind the form that could be changing the UI for that control? Have you tried republishing it with Outlook 2007? (For testing purposes, try it with a different message class.) "jm_anderson" wrote in message ... It is published in the Organizational Forms Library. It has 6 fields. By the way, the computers are also running Microsoft Vista Business Edition. -- Jeff Anderson "Sue Mosher [MVP-Outlook]" wrote: Where is it published? How many custom fields does it contain? "jm_anderson" wrote in message ... We have a form that we have used since the Outlook 97 days. Through all the iterations of Outlook and Exchange server, this form has always worked. Now that we are deploying Office 2007 Enterprise Edition, the form isn't functioning properly. We are using Outlook 2007 in conjunction with Exchange 2003, which has been in place for a couple of years. The form is used by our employees to indicate when they will be out of the office. The form collects the date information and their name and posts the information to a calendar in a public folder. The textbox is question is using the Subject field to collect information. When the form is opened, the label for the textbox is displayed but the textbox itself is not. The form cannot be saved because the textbox is a required field. The form works fine for Outlook 2003 users as it has for years. Any suggestions? Jeff Anderson |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Outlook 2007 graphics not displayed | Trevor | Outlook - General Queries | 3 | February 26th 07 07:58 PM |
| HTML email displayed wrong in Outlook 2007 | michaelzap@gmail.com | Outlook - General Queries | 16 | December 12th 06 08:03 PM |
| form with variable/flexible input textbox | David Chang | Outlook and VBA | 2 | December 5th 06 02:13 PM |
| designed a form, text entered in textbox is not saved | JoPetti | Outlook - Using Forms | 11 | October 10th 06 09:06 PM |
| cant overtype on custom form textbox | Sydney | Outlook - Using Forms | 18 | April 7th 06 04:58 AM |