Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Outlook automation problem
Message
From
25/06/2007 10:22:44
 
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01234996
Message ID:
01235333
Views:
23
>>Thanks
>>But same thing
>>this action cannot be completed because the other program is busy...
>>I have to use taskmanger to exit VFP
>>
>
>did the .close() help at all ?


No. I think it's a bug in Office 2007. Outlook craps out almost every time I used it...

Bummer. Time to go back to XP/office 2003.... :-(
Peter


>
>
>following up on Chris's comment about storing the PK in the contact item...
>
>you can store the PK in the item's user properties
>
>#DEFINE olNumber 3
>.UserProperties.ADD("MyPK",olNumber)
>.UserProperties("MyPK").VALUE = PK
>
>
>and then to search for same
>
>oItem = oItems.FIND('[MyPK]='+ALLTRIM(STR(PK)))
>
>
>hth
>
>n
Peter Cortiel
Previous
Reply
Map
View

Click here to load this message in the networking platform