Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Document system
Message
 
To
24/01/2008 05:28:46
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01284882
Message ID:
01285724
Views:
17
>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform