Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Simple way to launch email and web browser?
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00521301
Message ID:
00521325
Views:
18
Yes.
email="yourmail@hotmail.com"
ShellExecute(0, "", "mailto:" + email, "", "",1)
url="www.microsoft.com"
ShellExecute(0, "", "http:\\" + url, "", "",1)
>Thanks - I will try and use this - I have the email address's and URLS as character fields in a table. Should I just pass them as variables into the mailto: statement?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform