Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to edit html in x64
Message
From
21/05/2014 06:58:18
 
 
To
21/05/2014 06:49:58
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01600180
Message ID:
01600375
Views:
53
>You keep on mentioning FoxyPreviewer, but I don't see any relation between your project and FoxyPreviewer. Are you mixing it up with another project?

I call FoxyPreviewer html editor from my application edit button click method using code
LOCAL llCancelled 
PUBLIC  _goHelper
_goHelper = CREATEOBJECT("PreviewHelper")
_goHelper.lExtended = .F.

_goHelper.cEmailTo = 'custoemr@ss.com'
_goHelper.cEmailFrom = 'me@me.com'
_goHelper.cEmailSubject = 'subject'
_goHelper.cEmailBody = 'some html'
DO FORM PR_SendMail2 WITH '' TO llCancelled NAME _goHelper._oEmailSheet
Andrus
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform