Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Web Browser Control
Message
 
À
12/04/2002 11:05:12
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00643929
Message ID:
00644333
Vues:
15
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform