Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Interface VFP to Exchange 2007 Calendars
Message
 
À
27/06/2010 07:47:28
Neil Mc Donald
Cencom Systems P/L
The Sun, Australie
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01470676
Message ID:
01470720
Vues:
78
>Hi,
> Having trouble enumerating/accressing shared calendars, any ideas.
>
>>>Hi,
>>> I am researching how to inerface VFP with exchange, what I am looking for is to be able to create an appointment in a shared calendar which will then call a VFP form which will read/write to both VFP and the shared Calendar, any ideas would be appreciated.
>>>
>>>Regards N Mc Donald
>>
>>Are you currently using Outlook to access the calendar?
>>
>>If so this may help. (French)
>>http://www.atoutfox.org/articles.asp?ACTION=FCONSULTER&ID=0000000161

I created a new Calendar (called test) and they seem to be stored in the main calendar forlder.
So I changed the code to access the calendar to
 Procedure cmdCalendar.Click
       Thisform.olecontrol1.Folder = "CALENDAR\test"
       Thisform.Caption = "OutLook Calendar"
       Thisform.Refresh()
    Endproc
Seems to work ok form me, although I don't have Exchange.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform