Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
WebBrowser and Text File
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00888066
Message ID:
00888082
Vues:
12
Steve,
lcFileName = "c:\d\debby\t.txt" 
MODIFY FILE (lcFileName)
>hi,
>How can I use Internet explorer or the web Browser to open a text document that will be edited?
>
>Without using automation, if I open I.E. and navigate to a text document, it comes up and I
>can edit it. However, if I use automation, I can view it but not edit it such as with: I
>have the same problem with the example of webBrowser in MegaFox 1002, p. 107. example frmBrow,
>which will open a text document but not for editing.
>
>oIE = createobject( "internetexplorer.application" )
>oIE.Visible = .t.
>oIE.Navigate( "c:\d\debby\t.txt" )
>do while oie.Busy()
> doevents
>enddo
>loDoc = oIE.Document && get the Document object But for viewing not editing
>
>Thanks
>Steve Elster
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform