Outlook Banter

Outlook Banter (http://www.outlookbanter.com/)
-   Outlook - Using Forms (http://www.outlookbanter.com/outlook-using-forms/)
-   -   Custom form - hitting 'next item' button hangs Outlook (http://www.outlookbanter.com/outlook-using-forms/101945-custom-form-hitting-next-item.html)

Alexey Titov April 19th 10 02:03 PM

Custom form - hitting 'next item' button hangs Outlook
 
Hi :)

I have a custom form with an ActiveX control, published in a public folder -
not 'Organizational Forms Library' though, don't have access to it.
I also made a VBA code to import contacts from Excel list to Outlook - this
works fine, all controls work and newly created contacts do not become
one-off.
But when I click the blue 'Next Item' and 'Previous Item' buttons in Outlook
toolbar - Outlook stops responding.
Can any1 please tell me whats going on with it?

TIA



Alexey Titov April 20th 10 12:21 AM

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?



Alexey Titov April 22nd 10 01:54 PM

Custom form - hitting 'next item' button hangs Outlook
 
That was a really really wierd problem :)

I actually have more code in that form.
It was strange that if I need to hide a control - for some I may use
Visible=false, for others - only Width=0,Height=0 or form will become
one-off
Now this problem was even more strange - I have two Frames, one with
ActiveXCalendar and other with MSOutlookView control
When setting width/height = 0 to frames - both worked as it should, but when
hitting 'next item' on the toolbar - Outlook stopped responding.
So found out that for a Frame containing ActiveXCalendar - I may use
Width/Height=0, but for a frame containing MSOutlookView - only
Visible=false.

Really wierd


"Alexey Titov" wrote in message
...
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?






All times are GMT +1. The time now is 04:01 PM.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com