Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Outlook Explorer Closed
Message
From
30/07/1999 14:53:02
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Outlook Explorer Closed
Miscellaneous
Thread ID:
00248318
Message ID:
00248318
Views:
51
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 fro Outlook "The Explorer has been closed ... further operations are not possible" or similar wording. 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