Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to copy text from Outlook message to VFP/SQL?
Message
 
 
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Versions des environnements
SQL Server:
SQL Server 2005
Divers
Thread ID:
01197095
Message ID:
01197134
Vues:
19
This message has been marked as the solution to the initial question of the thread.
>I want to copy a body of a message from Outlook (HTML type) to a field in a VFP application. Then I will need to copy this message from the VFP field to another message in Outlook. The database of the application is SQL Server 2005. What type of field should I use in SQL Server to store this "HTML text"?

An HTML is just a text. You can use varchar(MAX) to store it.

>And what field in VFP app I could use to preview this message?

The Web Browser control can render HTML. See http://www.berezniker.com/x/EgI
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform