Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
OLE from VFP3 to Microsoft Word!
Message
De
08/05/1998 10:55:50
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00097617
Message ID:
00098087
Vues:
34
>>>I think the main problem is in localID. Code posted here generally (always) assume the OLEAutomationobjects use English instructions. If this theory is true sys(3006,1033) would fix it.
>
>This would cause Data Type Mismatch Errors????? Also, isn't this only relevant for OLE Bound/Container Controls???
John,
What I mean here.
oWord = createobject("word.application")
* or oWord = thisform.olewordcontrol
* =sys(3006,1033)  && Rem'med out
with oWord
   ...
   .ActiveDocument.close(..  && Work normally in English versions
                             && Generate unknown name etc in Turkish
   .AktifDokuman.kapat(...   && Is for Turkish word installations
   ...
endwith
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform