A
Anne
Using Outlook 2003 SP2
Created a custom Event form. I've set the ALL DAY EVENT field to TRUE in a
number of ways.
1) Set the Value to TRUE on the All Fields Tab
2) Add the Field to Page 2 of my form, and used the Properties/Value field
to set the initial value to TRUE
3) Added to the code:
Function Item_Open()
Item.AllDayEvent = True
End Function
When I open the form in design mode - the check box is correctly set.
I publish the form to the Calendar folder - it appears at the bottom of the
Actions menu
When I open it from the Actions menu, the check box IS NOT set.
When I open it from the Choose Form dialog box, the check box IS set.
How do I get it to be correctly set, when selected from the menu ?
Created a custom Event form. I've set the ALL DAY EVENT field to TRUE in a
number of ways.
1) Set the Value to TRUE on the All Fields Tab
2) Add the Field to Page 2 of my form, and used the Properties/Value field
to set the initial value to TRUE
3) Added to the code:
Function Item_Open()
Item.AllDayEvent = True
End Function
When I open the form in design mode - the check box is correctly set.
I publish the form to the Calendar folder - it appears at the bottom of the
Actions menu
When I open it from the Actions menu, the check box IS NOT set.
When I open it from the Choose Form dialog box, the check box IS set.
How do I get it to be correctly set, when selected from the menu ?