![]() |
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
|
|||
|
|||
![]()
I created a custom form in Outlook 2000 that will allow associates to sign up
for company flights and update the flight calendar. I have since upgraded to 2003 and now I am unable to open the form in design mode. And no one with Outlook 2003 is able to view the flight requests from the calendar. When I open the form from the calendar, I receive the follow error message: To help prevent malicious code from running, one or more objects in this form were not loaded. For more information, contact your administrator. After clicking Ok, the the form opens but it is empty. If I click print preview or print the form, all of the data is there. What do I need to do to correct this problem? |
Ads |
#2
|
|||
|
|||
![]()
In article ,
=?Utf-8?B?Q2hyeXM=?= wrote: What do I need to do to correct this problem? You should open it in OL2000 and pull out the code you used. Then redesign it in OL2003 and correct the code so that it uses the names and objects that are correct for the Outlook Object Model. Alas, Microsoft never has promised backward compatibility for Outlook. Consequently, forms need to be redesigned with each new version. Hollis D. Paul [MVP - Outlook] Mukilteo, WA USA |
#3
|
|||
|
|||
![]()
Where is the form published? Does it use one or more controls other than the basic text box, list box, etc.?
-- 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 "Chrys" wrote in message ... I created a custom form in Outlook 2000 that will allow associates to sign up for company flights and update the flight calendar. I have since upgraded to 2003 and now I am unable to open the form in design mode. And no one with Outlook 2003 is able to view the flight requests from the calendar. When I open the form from the calendar, I receive the follow error message: To help prevent malicious code from running, one or more objects in this form were not loaded. For more information, contact your administrator. After clicking Ok, the the form opens but it is empty. If I click print preview or print the form, all of the data is there. What do I need to do to correct this problem? |
#4
|
|||
|
|||
![]()
So does this mean that I will have to have a form for each version or if I
recreate the form in Outlook 2003, the form will still work for 2000 users? "Hollis D. Paul" wrote: In article , =?Utf-8?B?Q2hyeXM=?= wrote: What do I need to do to correct this problem? You should open it in OL2000 and pull out the code you used. Then redesign it in OL2003 and correct the code so that it uses the names and objects that are correct for the Outlook Object Model. Alas, Microsoft never has promised backward compatibility for Outlook. Consequently, forms need to be redesigned with each new version. Hollis D. Paul [MVP - Outlook] Mukilteo, WA USA |
#5
|
|||
|
|||
![]()
The form is published in the Org Form Library. It uses textboxes,
checkboxes, option buttons, and date/time pickers. "Sue Mosher [MVP-Outlook]" wrote: Where is the form published? Does it use one or more controls other than the basic text box, list box, etc.? -- 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 "Chrys" wrote in message ... I created a custom form in Outlook 2000 that will allow associates to sign up for company flights and update the flight calendar. I have since upgraded to 2003 and now I am unable to open the form in design mode. And no one with Outlook 2003 is able to view the flight requests from the calendar. When I open the form from the calendar, I receive the follow error message: To help prevent malicious code from running, one or more objects in this form were not loaded. For more information, contact your administrator. After clicking Ok, the the form opens but it is empty. If I click print preview or print the form, all of the data is there. What do I need to do to correct this problem? |
#6
|
|||
|
|||
![]()
In article ,
=?Utf-8?B?Q2hyeXM=?= wrote: So does this mean that I will have to have a form for each version or if I recreate the form in Outlook 2003, the form will still work for 2000 users? The active Outlook developers in our group test for the version number and include all the cases they want to support. I, personally, no longer remember how we get the version number, so you will have to look on www.outlook-code.com for an example. Hollis D. Paul [MVP - Outlook] Mukilteo, WA USA |
#7
|
|||
|
|||
![]()
The symptoms suggest that either you're doing something to the form that's causing it to one-off (which should be easy enough for you to check by looking at the MessageClass on the items) or your administrator has locked down ActiveX control security for Outlook tighter than the default. See http://www.outlookcode.com/d/ol2003problems.htm, the information on "Blocked ActiveX Controls."
-- 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 "Chrys" wrote in message ... The form is published in the Org Form Library. It uses textboxes, checkboxes, option buttons, and date/time pickers. I created a custom form in Outlook 2000 that will allow associates to sign up for company flights and update the flight calendar. I have since upgraded to 2003 and now I am unable to open the form in design mode. And no one with Outlook 2003 is able to view the flight requests from the calendar. When I open the form from the calendar, I receive the follow error message: To help prevent malicious code from running, one or more objects in this form were not loaded. For more information, contact your administrator. After clicking Ok, the the form opens but it is empty. If I click print preview or print the form, all of the data is there. What do I need to do to correct this problem? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Duplicate Contact Detection Outlook 2003 Custom Form | [email protected] | Outlook - Using Contacts | 1 | March 20th 06 03:02 PM |
I send an Outlook custom form, but a std. form displays? | Sue Mosher [MVP-Outlook] | Outlook - Using Forms | 0 | January 20th 06 07:41 PM |
Unable to send my custom form in Outlook 2003 | Hayley | Outlook - Using Forms | 2 | January 20th 06 05:28 PM |
Cannot programmatically open custom message in custom form | ms | Outlook - Using Forms | 1 | January 20th 06 03:01 PM |
outlook 2000 -- new custom form, same existing contacts | CYBER23HYPER | Outlook - Using Forms | 3 | January 18th 06 08:42 PM |