Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Document system
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01284882
Message ID:
01285724
Vues:
18
>HI,
>
>I want to use VFP to coding a Document System.
>
>That will record all user's letter in a database.
>
>How can i make a memo (text) box as like as WinWord.
>( with selection of fonts size, bold, underline ...... )

You could maintain a table pointing to different word documents, and store the various documents individually.
You could use the rtf control to edit memo field, and store them directly in the database.
Every option has pros and cons.
Using the RTF control you can store the text in a memo field.The good thing about the RTF control is that it is very 'lightweight' compared to using the full word system. So if you do not need all the abilities of word this could be a viable solution.
On the other hand, these memo fields tend to become huge, because the rtf standard takes up much more space than docs. Also, we try to avoid maintaining large memo fields.
We have developed applications using both options, and also a third alternative where the editing is done in word, and the data is stored in a memo field (not the general field) and automated out.

Anyway - good luck.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform