﻿<?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 » Role Based Security  » Field Based Security for ListViews</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Mon, 25 May 2026 01:45:22 GMT</lastBuildDate><ttl>20</ttl><item><title>Field Based Security for ListViews</title><link>http://forum.strataframe.net/FindPost27937.aspx</link><description>Hi,&lt;br&gt;
&lt;br&gt;
We liked and used the field based security feature. In textboxes, field based security works perfectly but in Browse Dialogs the secured fields are still displayed in listviews. &lt;br&gt;
&lt;br&gt;
Are we missing something or is this the case for the field based security?</description><pubDate>Sat, 14 Aug 2010 11:15:29 GMT</pubDate><dc:creator>lastcanary</dc:creator></item><item><title>RE: Field Based Security for ListViews</title><link>http://forum.strataframe.net/FindPost27951.aspx</link><description>Yep, based on the user permission as I showed you before, you could insert code into the BrowseDialog RowPopulating event handler and conditionaly fill the column with the desired results. For that, when setting the BrowseDialog BrowseResultsLayout, you would set the column property Population Type to PopulatedThroughEvent. This post gives you the idea:&lt;/P&gt;&lt;P&gt;&lt;A href="http://forum.strataframe.net/FindPost20241.aspx"&gt;http://forum.strataframe.net/FindPost20241.aspx&lt;/A&gt;</description><pubDate>Sat, 14 Aug 2010 11:15:29 GMT</pubDate><dc:creator>Ivan George Borges</dc:creator></item><item><title>RE: Field Based Security for ListViews</title><link>http://forum.strataframe.net/FindPost27947.aspx</link><description>Thank you for your answer. Could you please help us to do it for the BrowseResults listview? Is it possible to display the same information as it is displayed in the textboxes if the field is a secured field?</description><pubDate>Sat, 14 Aug 2010 04:48:43 GMT</pubDate><dc:creator>lastcanary</dc:creator></item><item><title>RE: Field Based Security for ListViews</title><link>http://forum.strataframe.net/FindPost27940.aspx</link><description>I think this is something you will have to deal programatically, hiding or showing Search Fields depending on the user Permissions, something like:&lt;P&gt;[codesnippet]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If SecurityBasics.CurrentUser.GetPermission("YourPermissionKey").Action = PermissionAction.Grant&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '-- grant access to whatever&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Else&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '-- deny access to whatever&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; End If&lt;/P&gt;&lt;P&gt;[/codesnippet]</description><pubDate>Fri, 13 Aug 2010 11:37:05 GMT</pubDate><dc:creator>Ivan George Borges</dc:creator></item></channel></rss>