Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Extracting an OLE Word Document from a General Field
Message
 
À
08/05/1998 08:36:38
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00081929
Message ID:
00098490
Vues:
59
>I think you just gave the solution. Message is in Swedish so is Word I think. You might need to add this :
=sys(3006,1033) && Instructions
in English
Cetin > Hi again, I tried the following without success:
=sys(3006,1033) && Instructions in English

WITH THISFORM
 .addobject("olbW","Oleboundcontrol")
 .olbW.top = 0
 .olbW.left = 400
 .olbW.height = 400
 .olbW.width = 600
 .olbW.controlsource = "Document.ole_object"    && Embedded word doc
 .olbW.object.saveas("c:\temp\acopy.doc",)
ENDWITH
.Signature { margin-top: 12px; color: #666666; } .Signature a { color: #666666; }
(using VFP 3.0 for Win & Mac)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform