Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Google Phonebook Lookup
Message
 
To
22/01/2007 19:18:10
Terry Davis
Enhanced systems consulting
Tennessee, United States
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01186855
Message ID:
01187940
Views:
17
>Hi John
>thanks for the input. The odd thing is intellisense does not show "Body" as being a member\property of "document".
>
>My problem turned out to be a Google page layout change that caused my code to fail.
>
>Thank you for your inputs.

body will show if you do the following:
oie=creat('internetexplorer.application')
lcurl='www.shelbynet.com'
oie.navigate(lcurl)
oie.visible=.t.
do while oie.readystate<>4
enddo
do while oie.document.readystate<>'complete'
enddo
do while oie.busy
enddo
x=oie.document
Now you can type x. and it will pull up the intellisense which includes the "body" property. You can go deeper with intellisense by assignin the value of the object to a new object from time to time. I guess Calvin ran out of time on this one!
John Harvey
Shelbynet.com

"I'm addicted to placebos. I could quit, but it wouldn't matter." Stephen Wright
Previous
Reply
Map
View

Click here to load this message in the networking platform