Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Use ms office doc img on a form
Message
From
28/08/2006 21:54:25
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Use ms office doc img on a form
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01149227
Message ID:
01149227
Views:
50
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
Next
Reply
Map
View

Click here to load this message in the networking platform