![]() |
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
|
|||
|
|||
![]()
Hi Community,
I am suffering from a very strange problem. I have developed a customized form. This customized form has been published in Organization form library. When i create a new contact item while using that customized form, it works fine. Form opens as it required to be. The Item_Open event written in vb script in code section works well. New item is created. All is good. But when i open this saved item, the Item_Open event is not called and hence all the functions that are called in Item_Open event are not called. I am unable to know that why this strange behaviour is occuring. I need very quick response over it due to strict timelines Thanking you |
Ads |
#2
|
|||
|
|||
![]()
In article ,
=?Utf-8?B?TXVoYW1tYWQgVXNtYW4=?= wrote: I need very quick response over it due to strict timelines It sounds like there is something in your form that is causing it to be one-off-ed. Code does not run in one-off-ed forms. See the following pages: http://www.outlookcode.com/threads.a...essageid=17284 "One off" Troubleshooting http://www.outlookcode.com/threads.a...essageid=17048 Code/script not running on read page -- Hollis Paul Mukilteo, WA USA |
#3
|
|||
|
|||
![]()
Thx Paul
The purposed solution mentioned in the article is that "Do not use possible values" property of the combo box to avoid from to be one-off ed form. Use list property or ListItem to add items in the combo boxes. i am using List property to bind my array of data to the contro. So this problem should not come. The problem arises when i open the saved item. When i open the saved item, the Item_Open event does not fire. Is there any possibility that when i click on "Save and Close" button, the form becomes one-off. Just a thought. Don't know what's the theory behind this problem. Regards "Hollis Paul [MVP - Outlook]" wrote: In article , =?Utf-8?B?TXVoYW1tYWQgVXNtYW4=?= wrote: I need very quick response over it due to strict timelines It sounds like there is something in your form that is causing it to be one-off-ed. Code does not run in one-off-ed forms. See the following pages: http://www.outlookcode.com/threads.a...essageid=17284 "One off" Troubleshooting http://www.outlookcode.com/threads.a...essageid=17048 Code/script not running on read page -- Hollis Paul Mukilteo, WA USA |
#4
|
|||
|
|||
![]()
Thanx Paul
You very intelligently thought about the problem. Infact form was becoming onf-off when i was saving it. It's message class was being changed that made it happen to be one-off. Thanx Paul once again Best Regards "Hollis Paul [MVP - Outlook]" wrote: In article , =?Utf-8?B?TXVoYW1tYWQgVXNtYW4=?= wrote: I need very quick response over it due to strict timelines It sounds like there is something in your form that is causing it to be one-off-ed. Code does not run in one-off-ed forms. See the following pages: http://www.outlookcode.com/threads.a...essageid=17284 "One off" Troubleshooting http://www.outlookcode.com/threads.a...essageid=17048 Code/script not running on read page -- Hollis Paul Mukilteo, WA USA |
#5
|
|||
|
|||
![]()
There are many other possible code statements or scenarios that can one-off an item. See http://www.outlookcode.com/d/secforms.htm
The MessageClass and Size properties of the saved items will clearly tell you if they're one-offs. -- 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 "Muhammad Usman" wrote in message ... The purposed solution mentioned in the article is that "Do not use possible values" property of the combo box to avoid from to be one-off ed form. Use list property or ListItem to add items in the combo boxes. i am using List property to bind my array of data to the contro. So this problem should not come. The problem arises when i open the saved item. When i open the saved item, the Item_Open event does not fire. Is there any possibility that when i click on "Save and Close" button, the form becomes one-off. Just a thought. Don't know what's the theory behind this problem. Regards "Hollis Paul [MVP - Outlook]" wrote: In article , =?Utf-8?B?TXVoYW1tYWQgVXNtYW4=?= wrote: I need very quick response over it due to strict timelines It sounds like there is something in your form that is causing it to be one-off-ed. Code does not run in one-off-ed forms. See the following pages: http://www.outlookcode.com/threads.a...essageid=17284 "One off" Troubleshooting http://www.outlookcode.com/threads.a...essageid=17048 Code/script not running on read page -- Hollis Paul Mukilteo, WA USA |
#6
|
|||
|
|||
![]()
In article ,
=?Utf-8?B?TXVoYW1tYWQgVXNtYW4=?= wrote: You very intelligently thought about the problem. Infact form was becoming onf-off when i was saving it. It's message class was being changed that made it happen to be one-off. Unfortunately, that does not pinpoint the problem. The only solution is to go back to the last-good version of the form and re-design it. This time, make very small changes (like 1 control at a time) and republish and test. Make sure that you keep at least three generations of the published form so you aren't forced back to ground zero when the one-off condition finally occurs. -- Hollis Paul Mukilteo, WA USA |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Forms cache problem | zkid | Outlook - Using Forms | 3 | May 4th 06 05:55 PM |
Problem Printing Customized Outlook Form using Word Template | ajkim001 | Outlook - Using Forms | 15 | April 28th 06 05:28 PM |
Customized task forms should retain characteristics when assigned | OldDogNewTricks | Outlook - Using Forms | 1 | April 20th 06 04:01 AM |
Can Outlook/forms solve this problem? | Janet | Outlook - Using Forms | 0 | February 17th 06 10:16 PM |
Problem Opening Outlook Forms - Outlook Version Issue? | A Don | Outlook - Using Forms | 1 | January 26th 06 05:37 PM |