Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Open Excel sheet
Message
From
23/11/2004 07:03:29
Jon Neale
Bond International Software
Wootton Bassett, United Kingdom
 
 
To
23/11/2004 06:49:05
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00963741
Message ID:
00963777
Views:
9
For Word:
oWord = createobject("Word.Application")
with oWord
.Documents.Open(m.lcFile)
.Visible = .T.
endwith

You need to look at exactly what you need to do as most applications are different and have different object models.

What application are yoou wanting to open HTML and XML in?
You can also just use the RUN command to run applications.

So you cound open a TXT file in Notepad by:

run /N notepad "c:\tmp\dir1.txt"
Previous
Reply
Map
View

Click here to load this message in the networking platform