Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Outlook automation problem
Message
De
25/06/2007 11:37:59
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01234996
Message ID:
01235354
Vues:
28
One more quetion. Does outlook keep a last update field?
If I want to sync my table to outlook I need to know which one is mor recent, outllok or VFP

Peter


>>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 ?
>
>
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform