Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
You can do a query of the records within the MessageItems table. You can filter on the msg_prj_pk field to only gather messages for your project (which you can get from the MessageProjects table). Then, you can also filter on the msg_type; I think 1 is a message and 2 is a text value (not positive on that). Then, just pull the RTF string out of the msg_text property and you'll be able to parse it using the RichTextBox.
|