Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP and 64bit
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Installation et configuration
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01554795
Message ID:
01554823
Vues:
71
>>>>I have no problem with Office Automation and I run Office 2010 in 64 bit mode.
>>>
>>>You mean you have Office 2010 64 bits and you can automate from VFP? How? AFAIK, you cannot automate a 64 bits application from a 32 bits application.
>>
>>It just works - as example:
>>
>>
>>TOBJ_XLS = CREATEOBJECT( "excel.application" )
>>TOBJ_XLS.DisplayAlerts = .F.
>>TOBJ_XLS.WORKBOOKS.OPEN( "d:\test.xlsx" , .F. , .T. )   
>>TOBJ_XLS.ACTIVEWORKBOOK.SAVEAS( "d:\test.csv" , 6 )
>>TOBJ_XLS.QUIT
>>TOBJ_XLS = .NULL.
>>RELEASE TOBJ_XLS
>>
>>
>>Running on Windows 7 64 bit. Office 2010 64 bit.
>
>Interesting. Does Outlook work? (I have Office 32 so I cannot test)

I have never needed to automate Outlook on this machine so I dont know. But Word, PowerPoint and Excel all work ok.
In the End, we will remember not the words of our enemies, but the silence of our friends - Martin Luther King, Jr.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform