﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » WinForms (How do I?)  » Querying Messaging Items...</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Sun, 17 May 2026 09:25:36 GMT</lastBuildDate><ttl>20</ttl><item><title>Querying Messaging Items...</title><link>http://forum.strataframe.net/FindPost7910.aspx</link><description>I want to make sure that all of my messages I have created in the Messaging component adhere to the same standards... IE I want to make sure I am using the same Font in the body of all my messages... is there a way for me to review this information without having to open every message?</description><pubDate>Thu, 05 Apr 2007 14:41:13 GMT</pubDate><dc:creator>StarkMike</dc:creator></item><item><title>RE: Querying Messaging Items...</title><link>http://forum.strataframe.net/FindPost7919.aspx</link><description>Cool! Thanks!</description><pubDate>Thu, 05 Apr 2007 14:41:13 GMT</pubDate><dc:creator>StarkMike</dc:creator></item><item><title>RE: Querying Messaging Items...</title><link>http://forum.strataframe.net/FindPost7918.aspx</link><description>You can do a query of the records within the MessageItems table.&amp;nbsp; You can filter on the msg_prj_pk field to only gather messages for your project (which you can get from the MessageProjects table).&amp;nbsp; 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).&amp;nbsp; Then, just pull the RTF string out of the msg_text property and you'll be able to parse it using the RichTextBox.</description><pubDate>Thu, 05 Apr 2007 14:24:19 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: Querying Messaging Items...</title><link>http://forum.strataframe.net/FindPost7917.aspx</link><description>Ok. :) How would I cycle through the messages?</description><pubDate>Thu, 05 Apr 2007 14:03:52 GMT</pubDate><dc:creator>StarkMike</dc:creator></item><item><title>RE: Querying Messaging Items...</title><link>http://forum.strataframe.net/FindPost7915.aspx</link><description>The font information is all stored within the RTF content of the message body.&amp;nbsp; We don't store it by itself in the database, but you could easily write something that could cycle through the messages, load them into an RichTextBox and check the font, and create a list that you could look at.&amp;nbsp; Other than that, I can't think of a way to go through them all.</description><pubDate>Thu, 05 Apr 2007 13:44:48 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item></channel></rss>