Peter Hart wrote:
> <SNIP>
> Then it takes the PDF and Emails it using an fll from Craig Boyd called
> "vfpexmapi.fll"
>
> The code for the fll is:
>
> #DEFINE FLLPATH "c:\purchaseorders\libs\"
>
> Public goMapiEvent
> Local lcAttachment, lcHTML, lcRTF, lcText
> Set Library To Locfile(FLLPATH + "vfpexmapi.fll")
>
> *****************************
> *!* Send Text Email
> *****************************
> m.lcText = "Here's a sample MK Purchase Order."
> *!*   ?"Sending Text Email"
> EMCreateMessage(m.lcText ,lcMessage,IMPORTANCE_NORMAL)
>   
Hi Peter,

It seems ok on the surface but have you tried hard coding the path when 
you set library to ....
Also if you are compiling to an EXE you can include the fll in the 
project and it should work then.

Peter



_______________________________________________
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.

Reply via email to