﻿<?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 » Business Objects and Data Access (How do I?)  » How to access field descriptors</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 11:28:21 GMT</lastBuildDate><ttl>20</ttl><item><title>How to access field descriptors</title><link>http://forum.strataframe.net/FindPost14878.aspx</link><description>I can't remember how to access the field descriptor in a BO.  How do I do that again?&lt;br&gt;
&lt;br&gt;
(Sorry, can't find post were this was shown...:blush:)&lt;br&gt;
&lt;br&gt;
Thanks!</description><pubDate>Fri, 14 Mar 2008 14:28:07 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: How to access field descriptors</title><link>http://forum.strataframe.net/FindPost14913.aspx</link><description>No worries...:)</description><pubDate>Fri, 14 Mar 2008 14:28:07 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: How to access field descriptors</title><link>http://forum.strataframe.net/FindPost14902.aspx</link><description>LOL...that was hard!  :satisfied:&lt;br&gt;
&lt;br&gt;
Thanks!</description><pubDate>Fri, 14 Mar 2008 13:47:14 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: How to access field descriptors</title><link>http://forum.strataframe.net/FindPost14898.aspx</link><description>Good description :)&amp;nbsp; I definitely got it this time.&amp;nbsp; It is actually a method on the BO called GetFieldDescription:&lt;/P&gt;&lt;P&gt;[codesnippet]Me.GetFieldDescription("RequirementKey")[/codesnippet]</description><pubDate>Fri, 14 Mar 2008 13:20:48 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: How to access field descriptors</title><link>http://forum.strataframe.net/FindPost14888.aspx</link><description>I'm talking about getting the value of the Description attribute that is defined for a field, marked with "&lt;---- THIS PUPPY" in the code sample below:&lt;br&gt;
&lt;br&gt;
[codesnippet]   ''' &amp;lt;summary&amp;gt;&lt;br&gt;
    ''' Requirement Key&lt;br&gt;
    ''' &amp;lt;/summary&amp;gt;&lt;br&gt;
    ''' &amp;lt;remarks&amp;gt;&amp;lt;/remarks&amp;gt;&lt;br&gt;
    &amp;lt;Browsable(False), _&lt;br&gt;
     BusinessFieldDisplayInEditor(), _&lt;br&gt;
     Description("Requirement Key"), _  &lt;---- THIS PUPPY&lt;br&gt;
     DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)&amp;gt; _&lt;br&gt;
    Public Property [RequirementKey]() As System.Int32&lt;br&gt;
      Get&lt;br&gt;
        Return CType(Me.CurrentRow.Item("RequirementKey"), System.Int32)&lt;br&gt;
      End Get&lt;br&gt;
      Set(ByVal value As System.Int32)&lt;br&gt;
        Me.CurrentRow.Item("RequirementKey") = value&lt;br&gt;
      End Set&lt;br&gt;
    End Property[/codesnippet]</description><pubDate>Fri, 14 Mar 2008 11:01:12 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: How to access field descriptors</title><link>http://forum.strataframe.net/FindPost14881.aspx</link><description>Are you talking about the GetCustomBindablePropertyDescriptors or creating a field descriptor class...or using reflection to talk to the field descriptor :D ?</description><pubDate>Thu, 13 Mar 2008 23:21:58 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>