<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: IBBMacroProperties &#8211; A very useful interface if it worked</title>
	<atom:link href="http://www.re-decoded.com/2008/11/ibbmacroproperties-a-very-useful-interface-if-it-worked/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.re-decoded.com/2008/11/ibbmacroproperties-a-very-useful-interface-if-it-worked/</link>
	<description>A technical look at the Raiser&#039;s Edge API from Blackbaud</description>
	<lastBuildDate>Mon, 30 Jan 2012 14:35:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Brian</title>
		<link>http://www.re-decoded.com/2008/11/ibbmacroproperties-a-very-useful-interface-if-it-worked/comment-page-1/#comment-5150</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Thu, 09 Dec 2010 17:48:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.re-decoded.com/?p=107#comment-5150</guid>
		<description>Thanks for the post...but unfortunately I am not able to get the SupportedMetaObjects to work.  I would like my macro to only show up when a user is viewing a fund.

Here is what I have so far

Private Property Get IBBMacroProperties_SupportedMetaObjects(ByVal sMacroName As String) As Variant
   Select Case UCase(sMacroName)
       Case &quot;FundInvestmentDetails&quot;
           IBBMacroProperties_SupportedMetaObjects = Array(bbmoFUND)
   End Select
End Property

any suggestions?</description>
		<content:encoded><![CDATA[<p>Thanks for the post&#8230;but unfortunately I am not able to get the SupportedMetaObjects to work.  I would like my macro to only show up when a user is viewing a fund.</p>
<p>Here is what I have so far</p>
<p>Private Property Get IBBMacroProperties_SupportedMetaObjects(ByVal sMacroName As String) As Variant<br />
   Select Case UCase(sMacroName)<br />
       Case &#8220;FundInvestmentDetails&#8221;<br />
           IBBMacroProperties_SupportedMetaObjects = Array(bbmoFUND)<br />
   End Select<br />
End Property</p>
<p>any suggestions?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

