Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to edit html in x64
Message
De
21/05/2014 06:58:18
 
 
À
21/05/2014 06:49:58
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01600180
Message ID:
01600375
Vues:
54
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform