<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : Read only Property</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce Classic : Read only Property</description>
  <pubDate>Tue, 14 Apr 2026 01:05:20 -700</pubDate>
  <lastBuildDate>Wed, 01 Aug 2007 10:15:24 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=344</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>Read only Property : I know that you say that you came...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=344&amp;PID=832#832</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=23" rel="nofollow">davidklitzke</a><br /><strong>Subject:</strong> 344<br /><strong>Posted:</strong> 01-Aug-2007 at 10:15am<br /><br /><P>I know that you say that you came up with a solution for this, but you might consider this advice, Ward gave to a customer long ago who ran into a similar problem:</P><DIV dir=ltr align=left><SPAN style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial"><SPAN ="828101306-23012007">This is a great question and one that developers new to DevForce often ask.</SPAN></SPAN></DIV><DIV dir=ltr align=left><SPAN style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial"><SPAN ="828101306-23012007"></SPAN></SPAN>&nbsp;</DIV><DIV dir=ltr align=left><SPAN style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial"><SPAN ="828101306-23012007">Your&nbsp;</SPAN>problem is&nbsp;that&nbsp;<SPAN ="828101306-23012007">you are&nbsp;</SPAN>binding to properties of a related object.&nbsp;<SPAN ="828101306-23012007">&nbsp;It's&nbsp;true that you have done nothing to make these properties readonly, but DevForce</SPAN> makes access to these&nbsp;<SPAN ="828101306-23012007">&nbsp;properties </SPAN>readonly by default - for the good reason that it is unusual to want to change the value of a related object through an interface looking at the original object. Thus, while looking at an Employee, we could look at her address<SPAN ="828101306-23012007">,&nbsp;</SPAN> but we would typically change&nbsp;her address by popping up a dialog for that purpose or, perhaps, reserving real estate on the screen for that purpose.<SPAN ="828101306-23012007">&nbsp;</SPAN></SPAN></DIV><DIV dir=ltr align=left><SPAN style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial"><SPAN ="828101306-23012007"></SPAN></SPAN>&nbsp;</DIV><DIV dir=ltr align=left><SPAN style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial"><SPAN ="828101306-23012007">In addition,&nbsp;if you make a related&nbsp; property editable, it can be confusing what the edit means.&nbsp; For example, let us say that&nbsp;an employee's manager's name is "Nancy Davolio" and&nbsp;a user&nbsp;changes it to "Nancy Smith".&nbsp; Does the employee have a new manager, or has Nancy's last name changed because she married Bob Smith.</SPAN></SPAN></DIV><DIV dir=ltr align=left><SPAN style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial"><SPAN ="828101306-23012007"></SPAN></SPAN>&nbsp;</DIV><DIV dir=ltr align=left><SPAN style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial"><SPAN ="828101306-23012007">If you really insist on editing a related poperty, you can set the editability of the control to "Optional".&nbsp; This works, but before you go ahead and do this, ask yourself whether&nbsp;this is the best way to edit this related property.</SPAN></SPAN></DIV>]]>
   </description>
   <pubDate>Wed, 01 Aug 2007 10:15:24 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=344&amp;PID=832#832</guid>
  </item> 
  <item>
   <title>Read only Property : I know the frustration.  This...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=344&amp;PID=831#831</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=24" rel="nofollow">Linguinut</a><br /><strong>Subject:</strong> 344<br /><strong>Posted:</strong> 01-Aug-2007 at 9:23am<br /><br />I know the frustration.<DIV>&nbsp;</DIV><DIV>This is a good tech tip that relates to your situation: <a href="http://www.ideablade.com/techtip_Working_with_a_Read&#079;nlyEntityList.htm" target="_blank">http://www.ideablade.com/techtip_Working_with_a_ReadOnlyEntityList.htm</A>.</DIV><DIV>&nbsp;</DIV><DIV>Have you read that one?</DIV><DIV>Bill</DIV>]]>
   </description>
   <pubDate>Wed, 01 Aug 2007 09:23:35 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=344&amp;PID=831#831</guid>
  </item> 
  <item>
   <title>Read only Property : Well, it appears that I really...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=344&amp;PID=826#826</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=98" rel="nofollow">Matthew</a><br /><strong>Subject:</strong> 344<br /><strong>Posted:</strong> 31-Jul-2007 at 9:27pm<br /><br />Well, it appears that I really knew the answer to this, it was just well hidden under a few layers of frustration.&nbsp; I used a couple of binding sources / managers to get the desired result.<br><br>Nothing to see here,<br>Matt<br>]]>
   </description>
   <pubDate>Tue, 31 Jul 2007 21:27:00 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=344&amp;PID=826#826</guid>
  </item> 
  <item>
   <title>Read only Property : I&amp;#039;m having some trouble figuring...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=344&amp;PID=824#824</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=98" rel="nofollow">Matthew</a><br /><strong>Subject:</strong> 344<br /><strong>Posted:</strong> 31-Jul-2007 at 5:39pm<br /><br />I'm having some trouble figuring out a few things about data binding and was hoping for some advice.&nbsp; <br><br>Lets say I have two tabs, one to display the fields of my main object, and the other to display the fields of an object in a one-to-one relationship to my main object.&nbsp; For example one tab for Customer info (name, address, etc) and another tab for Customer's boss info(name, title, etc)&nbsp; exposed as Customer.Boss.<br><br>When I set this up with a ControlBindingManager, the Boss info is all Read-Only.&nbsp; I would like to set this up so that I can edit the Boss info.&nbsp; <br><br>Any suggestions as to where I should begin?<br><br><br>]]>
   </description>
   <pubDate>Tue, 31 Jul 2007 17:39:20 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=344&amp;PID=824#824</guid>
  </item> 
 </channel>
</rss>