Hi Jim I replied back to the list asking for Michaels Email address or to get him to email me at [EMAIL PROTECTED] If you can get onto ProFox and then email me with both I would appreciate it as I have lost the password and it won't let me on. I used the mb suffix just in case anyone leeches the page and gets that email address, I can then get everything dumped strait in the deleted items folder.
Cheers Peter -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim Harvey Sent: 28 July 2008 13:31 To: 'ProFox Email List' Subject: RE: Problems getting mailto command to work with attachmentfor Tbirdemail client Hello Peter, I'd be interested too. Jim James E Harvey Hanover Shoe Farms, Inc. M.I.S./Corresponding Officer Off: 717-637-8931 fax: 717-637-6766 email: [EMAIL PROTECTED] -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peter Hart Sent: Saturday, July 26, 2008 3:39 PM To: ProFox Email List Subject: RE: Problems getting mailto command to work with attachment for Tbirdemail client Hi Michael, I have been using the vfpexmapi.fll for over a year now emailing Purchase orders in both PDF and XLS format to China and India. Every time it works perfectly. The link to the documentation etc is: http://www.sweetpotatosoftware.com/SPSBlog/PermaLink,guid,baccc84d-4d91- 458b-a839-ad03662dfc34.aspx I can email you direct with the code used if you like. Cheers Peter Hart Peter Hart Computers -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of MB Software Solutions General Account Sent: 26 July 2008 20:16 To: ProFox Email List Subject: Problems getting mailto command to work with attachment for Tbirdemail client I'm putting a new feature into my software that allows the user to automatically email a document produced from my system. Problem is---the attachment isn't getting attached to the email! Here's the code: *Example format taken from google web find: *mailto:[EMAIL PROTECTED] report&body=see attachment&attachment="/my_location_virtual_path/myfile.lis" LOCAL loShell loShell = NEWOBJECT("_ShellExecute", HOME()+"ffc\_environ.vcx") SCAN FOR lSelected AND NOT EMPTY(cEmail) lcCmd = [mailto:] + ALLTRIM(curCustomers.cEmail) + [?subject=Proposal from ] + ALLTRIM(oUtils.cCompanyName) ; + [&body=Proposal attached&attachment="] + FULLPATH(toRpt.cOutputFile) + ".PDF" + ["] loShell.ShellExecute(lcCmd) ENDSCAN RELEASE loShell What happens currently: the email gets created, with the proper To: Subject, and Body....but the attachment doesn't come along for the ride. Tips/ideas? Tia! --Michael [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://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.

