Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Bypass Outlook error message in Automation app 1

Status
Not open for further replies.

nwaterworth

IS-IT--Management
Jan 12, 2004
7
GB
I'm trying to scan an Outlook folder which is populated by a third party plug-in, and which uses custom forms.

When I scan the folder, the first time a message item property is referenced for each message, an error pops up. If I click "OK", all the PEMs are available.

Does anyone know how I can ignore an error message from Outlook, or any other Automated app?

Using Office/Windows 2000, VFP7.

Thanks,
Neil
 
.displayalerts=.f. works in Excel/Word. I assume it works in Outlook too.

Brian
 
Baltman

.displayalerts=.f. works in Excel/Word.

Not so in Outlook.

Mike Gagnon

If you want to get the best response to a question, please check out FAQ184-2483 first.
 
Thanks,

A full Office 2000 reinstall and SP3 got rid of the error message. My work machine flips out sometimes, as it's mostly used as a test bed, and it wasn't allowing me to install SP3. I'd previously read a MSKB article stating that the problem was fixed with SR-1/1a, but eventually found another one saying it needs SP3.

That just left me with the Outlook security patch problem, which was solved thanks to Mike's FAQ184-1768 and the Yuri Rubinov code within it. I could probably have reworked this code to solve the original problem, but haven't tried.

So, a "TipMaster Star" to Mike.

Thanks again,
Neil
 
nwaterworth

Thanks for the star, glad you resoved the issue.

Mike Gagnon

If you want to get the best response to a question, please check out FAQ184-2483 first.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top