Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Use ms office doc img on a form
Message
De
28/08/2006 21:54:25
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Use ms office doc img on a form
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01149227
Message ID:
01149227
Vues:
52
HI,
I put an adobe acrobat.ocx on my form and put this code

LOCAL cFile
cFile = GETFILE([pdf])
IF !EMPTY(cFile)
THISFORM.oleControl1.LoadFile([&cFile])
ENDIF


and it works but when I want to put mdi.ocx, I am stuck since I can't find
the similar command like Loadfile just like acrobat.ocx has. So the
question is
How to put ms office document image writer on a form and open a file in it? Thank you.

Regards

Syah N
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform