Thanks. This works quite well. Is there a good place to go for documentation on the object model? I know how to get the functions through the Object browser, but what about documentation?
---Michael Reynolds
> -----Original Message----- > From: allen [mailto:allen (AT) gatwicksoftware D.OT com] > Sent: Friday, February 28, 2003 03:12 PM > To: profox@leafe.com > Subject: RE: Easy HTML to text function? > > > Try looking at the readystate property of ieobj. should give > a 4 when loaded > > maybe > > do while ieobj.readystate <> 4 > doevents > enddo > > you might also want to check for the escape key as well > > so > > isok = .T. > on escape isok = .F. > do while ieobj.readystate <> 4 and isok > doevents > enddo > on escape > > Allen > > -----Original Message----- > From: profox-admin (AT) leafe D.OT com > [mailto:profox-admin@leafe.com]On Behalf Of > Reynolds, Michael > > > I think I found the trouble. The variable being set to the document > contents is attempting to get set before IE retrieves the web > page. If done > line-by-line, and waiting for the page to display, then you > can set the > InnerText. > > Is there a way to sense whether IE has retrieved the entire page? > > [excessive quoting removed by server]
©2003 Reynolds, Michael |