Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
WebBrowser and Text File
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
WebBrowser and Text File
Miscellaneous
Thread ID:
00888066
Message ID:
00888066
Views:
48
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
Next
Reply
Map
View

Click here to load this message in the networking platform