View Single Post
  #2  
Old April 20th 10, 12:21 AM posted to microsoft.public.outlook.program_forms
Alexey Titov
external usenet poster
 
Posts: 10
Default Custom form - hitting 'next item' button hangs Outlook

I suspect the problem is in my open code

Sub Item_Open()
'Get form's Inspector and Page
Set oInspector = Item.GetInspector
Set oPageGeneral = oInspector.ModifiedFormPages("General")
End Sub

Tried this

Sub Item_Close()
Set oPageGeneral = Nothing
'oInspector.Close 1 - causes an error
Set oInspector = Nothing
End Sub

- it didn't help. Might be something I missed?


Ads