Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting a VFP 5.0 program to spawn/call a browser and em
Message
From
24/08/1998 07:37:06
 
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00129224
Message ID:
00129259
Views:
20
>Hi! :)
> I would like to be able to spawn a browser (with a URL from a VFP database) and to send email.
>
> Does anyone know how to do that? :)
>
>Thanks for any help!
>
>Ian

In addition to Josh's message you can use Shell.Application object for opening the Internet Explorer from VFP program:

...
oShell = getobject("","Shell.Application")
oShell.Open( "http://www.levelextreme.com") && :)
...


Best regards.

Alex.
Alex
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform