Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Web Browser Control
Message
 
To
12/04/2002 11:05:12
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00643929
Message ID:
00644333
Views:
14
Hi Tom,

The Web Browser control certainly can navigate to multiple URLs.

I've been doing a whole heap of stuff with the Web Browser control lately, and I came across a very weird situation which I could only put down to multiple activeX controls, but I couldn't prove it.

I found a rather off-the-wall solution to my problem. In my app, I would have some code in the form which looked up records, etc, scatter memvars and write the page. For some reason, the browser control died. By trial and error, I found that if I put SELECT mytablename immediately following the code line which manipulated the browser control, everything was fine.

So if I had in my command button's click:
thisform.oleBrowser.navigate('www.junk.com')
** loop for readystate if you want...

** and then put in this...
SELECT TEMPDATA && Any valid open alias will do.
It's weird and funny, and might not help you, but I'd appreciate it if you gave this a try, to see if it helps in your situation too. I'd be really curious if this works in your case...

Rgds
MR
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform