Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Outlook Explorer Closed
Message
From
02/08/1999 11:04:25
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Outlook Explorer Closed
Miscellaneous
Thread ID:
00248835
Message ID:
00248835
Views:
74
I posted this message three days ago and have received ro replies so I'm trying again:

I have an application that accesses and displays Outlook calendars for the user to manipulate. The basic code looks like:

olFolderDisplayFolderOnly = 1
oExplorer = NULL
oExplorer = olFolder.GetExplorer(olFolderDisplayFolderOnly)
oExplorer.Display()
oExplorer = NULL

Where olFolder is the Calendar Folder object obtained earlier. This code works fine the first time the user executes it. The calendar appears and the user can do what they need to with it. However, if they close the calendar then select to view the calendar again ( executing the above code a second time ), the code fails at the Display() line with the error message from Outlook "The Explorer has been closed and cannot be used for further operations. Review your code and restart Outlook...". Has anyone encountered this and found out what the cause ( and remedy ) is?

Thanks,
Bill
William A. Caton III
Software Engineer
MAXIMUS
Atlanta, Ga.
Reply
Map
View

Click here to load this message in the networking platform