Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Opening each url in separately default web browser
Message
 
 
À
25/11/2006 23:48:21
Reza Meamar
Homa Programming Group
Shiraz, Iran
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP1
Database:
Visual FoxPro
Divers
Thread ID:
01172447
Message ID:
01172450
Vues:
34
Try SHELLEXECUTE instead. See Re: RUN command botching up SET PATH commands... Message #1169622 for details.
...
lcUrl = "http://microsoft.com"
IF ShellExecute(0, "Open", lcUrl, "", "", 1) <= 32
  * Error
ENDIF
>I have a program that users can select some website as themselves favorites.
>I have a form that in it i have a command button as "FAVORITES".
>When user click it, i want to open selected website in separately default web browser.
>I am using from below code. But this opens all url in one browser window, and only last selected url.
>What is the best way for doing this?
>Thanks
>
>
>   MyObject = CREATEOBJECT("Shell.Application")
>   SELECT M_Web
>   GO TOP
>   SCAN ALL FOR !EMPTY(WFav)
>        MyObject.Open("http://www."+ALLTRIM(WWeb)+"/")
>   ENDSCAN
>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform