This code:
LOCAL loShell as _ShellExecute OF HOME()+"ffc\_environ.vcx"
loShell = NEWOBJECT("_ShellExecute", HOME()+"ffc\_environ.vcx")
loShell.ShellExecute("mailto:[email protected]&[email protected]&asubject=FabNet%20inquiry&abody=Ask%20your%20question%20here,%20and%20put%20your%20contact%20info%20here%20as%20well")
RELEASE loShell...yielded this result: http://mbsoftwaresolutions.com/images/nope.png Nope. Thanks for the idea, though....got any more? ;-) On 2015-08-04 22:56, Tracy Pearson wrote:
Quick answer, Change the ?s to the &a and change the spaces to %20 Let us know. Tracy On August 4, 2015 9:13:40 PM EDT, [email protected] wrote:Anybody know what's going on? It's been down for a long time. I'm looking for site for the FLL Rick Schummer mentions here: http://leafe.com/archives/msg/393766 I'm trying to get the mailto to work in my app again, called from my VFP app. The examples I see online are all for browsers, and that doesn't translate the same. Where I'm at now: this command: mailto:[email protected][email protected]?subject=Comments about my app ...launches the default email client, and the To: is right, but the cc line includes the subject also, even if I use %20 for the spaces. I can get away without a Subject prefilled, but I'd prefer it AS WELL AS a single "Enter your FabNet comments here" in the Body tag. tia, --Mike p.s. Hope Craig is ok!
_______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

