Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Open Excel sheet
Message
De
23/11/2004 07:03:29
Jon Neale
Bond International Software
Wootton Bassett, Royaume Uni
 
 
À
23/11/2004 06:49:05
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00963741
Message ID:
00963777
Vues:
7
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"
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform