<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>slxdeveloper.com Latest Forum Posts</title>
    <link>http://www.slxdeveloper.com/forum.aspx</link>
    <description>slxdeveloper.com Latest Forum Posts - The best online resource for SalesLogix development</description>
    <item>
      <title>Re: Lookup PreFilter</title>
      <guid isPermaLink="true">http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26035#26035</guid>
      <link>http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26035#26035</link>
      <description>Your prefilter is for an entity that is joined to your "form" entity, not the entity used in the lookup. You need to reference the entity in the lookup to filter it.&lt;br&gt;&lt;br&gt;So you would need something like:&lt;br&gt;&lt;br&gt;lueSLXAddress.LookupPreFilters.Clear();&lt;br&gt;Sage.SalesLogix.HighLevelTypes.LookupPreFilter filter = new Sage.SalesLogix.HighLevelTypes.LookupPreFilter();&lt;br&gt;filter.LookupEntityName = "Address";&lt;br&gt;filter.PropertyName = "EntityId";&lt;br&gt;filter.CondOperator = "Equal to";&lt;br&gt;filter.PropertyType = "String";&lt;br&gt;filter.FilterValue = objCon.Id.ToString();&lt;br&gt;lueSLXAddress.LookupPreFilters.Add(filter);&lt;br&gt;&lt;br&gt;Remember this is all case sensitive so make sure "EntityId" is the correct property name for it in App Architect.&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;Nick&lt;br&gt;&lt;br&gt;&lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26035#26035"&gt;View Post&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;forumaction=reply&amp;postid=26035"&gt;Reply&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;forumaction=quote&amp;postid=26035"&gt;Quote&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26027"&gt;View Thread&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;Posted by: &lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewuser&amp;qid=1006"&gt;Nick Hollis&lt;/a&gt;  on Wednesday, March 10, 2010 10:43:08 AM&lt;br&gt;Forum: &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002"&gt;SalesLogix Web Platform &amp; Application Architect&lt;/a&gt;&lt;/i&gt;&lt;br&gt;&lt;br&gt;</description>
      <pubDate>Wed, 10 Mar 2010 16:43:08 GMT</pubDate>
      <category>SalesLogix Web Platform &amp; Application Architect</category>
      <dc:creator>slxdeveloper.com Forums</dc:creator>
    </item>
    <item>
      <title>Re: No Data shown through Relationship to Contact Entity</title>
      <guid isPermaLink="true">http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26034#26034</guid>
      <link>http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26034#26034</link>
      <description>OK I get you - you have a many to one.&lt;br&gt;&lt;br&gt;Well I must say it sounds like everything is done correctly. One thing to check - are the Ids in the Id columns exectly the same case? I think NHibernate is case sensitive in joining...&lt;br&gt;&lt;br&gt;For instance you have contact with an id of:&lt;br&gt;&lt;br&gt;CXXXXXXXX1&lt;br&gt;&lt;br&gt;And in your child entity you have:&lt;br&gt;&lt;br&gt;Cxxxxxxxxx1&lt;br&gt;&lt;br&gt;(note the lower case X's) I dont think it will join correctly. I might be wrong but I seem to recall having an issue like this some time ago...&lt;br&gt;&lt;br&gt;&lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26034#26034"&gt;View Post&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;forumaction=reply&amp;postid=26034"&gt;Reply&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;forumaction=quote&amp;postid=26034"&gt;Quote&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26025"&gt;View Thread&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;Posted by: &lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewuser&amp;qid=1006"&gt;Nick Hollis&lt;/a&gt;  on Wednesday, March 10, 2010 10:37:46 AM&lt;br&gt;Forum: &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002"&gt;SalesLogix Web Platform &amp; Application Architect&lt;/a&gt;&lt;/i&gt;&lt;br&gt;&lt;br&gt;</description>
      <pubDate>Wed, 10 Mar 2010 16:37:46 GMT</pubDate>
      <category>SalesLogix Web Platform &amp; Application Architect</category>
      <dc:creator>slxdeveloper.com Forums</dc:creator>
    </item>
    <item>
      <title>Re: Access SalesLogix account from Crystal Reports - SLX LAN v7.2.1</title>
      <guid isPermaLink="true">http://www.slxdeveloper.com/forum.aspx?forumid=8000&amp;postid=26033#26033</guid>
      <link>http://www.slxdeveloper.com/forum.aspx?forumid=8000&amp;postid=26033#26033</link>
      <description>If you are doing this from LAN, Ryan made a great article abount creating a SLX Hyperlink Class and handle it.  Search the articles.&lt;br&gt;&lt;br&gt;I have done this multiple times in several clients.&lt;br&gt;&lt;br&gt;If you are doing this from WEB, it's easier because you only need to copy the hyperlink from the Entity Group Viewer you need.&lt;br&gt;&lt;br&gt;&lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=8000&amp;postid=26033#26033"&gt;View Post&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=8000&amp;forumaction=reply&amp;postid=26033"&gt;Reply&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=8000&amp;forumaction=quote&amp;postid=26033"&gt;Quote&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=8000&amp;postid=23725"&gt;View Thread&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;Posted by: &lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewuser&amp;qid=3267"&gt;Jose Urena&lt;/a&gt;  on Wednesday, March 10, 2010 10:17:31 AM&lt;br&gt;Forum: &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=8000"&gt;Reporting&lt;/a&gt;&lt;/i&gt;&lt;br&gt;&lt;br&gt;</description>
      <pubDate>Wed, 10 Mar 2010 16:17:31 GMT</pubDate>
      <category>Reporting</category>
      <dc:creator>slxdeveloper.com Forums</dc:creator>
    </item>
    <item>
      <title>Re: How do I insert link to account/opportunity from report? </title>
      <guid isPermaLink="true">http://www.slxdeveloper.com/forum.aspx?forumid=8000&amp;postid=26032#26032</guid>
      <link>http://www.slxdeveloper.com/forum.aspx?forumid=8000&amp;postid=26032#26032</link>
      <description>If you are doing this from LAN, Ryan made a great article abount creating a SLX Hyperlink Class and handle it.&lt;br&gt;&lt;br&gt;I have done this multiple times in several clients.&lt;br&gt;&lt;br&gt;If you are doing this from WEB, it's easier because you only need to copy the hyperlink from the Entity Group Viewer you need.&lt;br&gt;&lt;br&gt;&lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=8000&amp;postid=26032#26032"&gt;View Post&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=8000&amp;forumaction=reply&amp;postid=26032"&gt;Reply&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=8000&amp;forumaction=quote&amp;postid=26032"&gt;Quote&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=8000&amp;postid=22631"&gt;View Thread&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;Posted by: &lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewuser&amp;qid=3267"&gt;Jose Urena&lt;/a&gt;  on Wednesday, March 10, 2010 8:58:32 AM&lt;br&gt;Forum: &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=8000"&gt;Reporting&lt;/a&gt;&lt;/i&gt;&lt;br&gt;&lt;br&gt;</description>
      <pubDate>Wed, 10 Mar 2010 14:58:32 GMT</pubDate>
      <category>Reporting</category>
      <dc:creator>slxdeveloper.com Forums</dc:creator>
    </item>
    <item>
      <title>Re: Could Not Establish Connection with SLXServer</title>
      <guid isPermaLink="true">http://www.slxdeveloper.com/forum.aspx?forumid=5000&amp;postid=26031#26031</guid>
      <link>http://www.slxdeveloper.com/forum.aspx?forumid=5000&amp;postid=26031#26031</link>
      <description>Try opening Task Manager and checking for "rogue" SalesLogix processes already running.&lt;br&gt;&lt;br&gt;&lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=5000&amp;postid=26031#26031"&gt;View Post&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=5000&amp;forumaction=reply&amp;postid=26031"&gt;Reply&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=5000&amp;forumaction=quote&amp;postid=26031"&gt;Quote&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=5000&amp;postid=26021"&gt;View Thread&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;Posted by: &lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewuser&amp;qid=11244"&gt;Mike Woods&lt;/a&gt;  on Wednesday, March 10, 2010 7:56:57 AM&lt;br&gt;Forum: &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=5000"&gt;General Administration&lt;/a&gt;&lt;/i&gt;&lt;br&gt;&lt;br&gt;</description>
      <pubDate>Wed, 10 Mar 2010 13:56:57 GMT</pubDate>
      <category>General Administration</category>
      <dc:creator>slxdeveloper.com Forums</dc:creator>
    </item>
    <item>
      <title>Re: How to pass in the currently logged in userid to crystal report in saleslogix web 7.5.1?</title>
      <guid isPermaLink="true">http://www.slxdeveloper.com/forum.aspx?forumid=8000&amp;postid=26030#26030</guid>
      <link>http://www.slxdeveloper.com/forum.aspx?forumid=8000&amp;postid=26030#26030</link>
      <description>I have the solution, and it worked for SLX Web 7.2.  It can be used to pass any, any value you want to the report, in a way some people could consider "ugly".&lt;br&gt;&lt;br&gt;I will share this for people who want an easy way to implement the "User who printed the report" to satisfy a Customer Audit Policy.&lt;br&gt;&lt;br&gt;Ok here is what i did:&lt;br&gt;1-Rename SLXWebReporting.aspx on C:\Program Files\SalesLogix\Web Components\slxwebrpt to SLXWebReporingV.aspx&lt;br&gt;2-Create a table on your SalesLogix installation called "ReporteMostrado" (it is in spanish because i'm latin) with 2 fields:  REPORTE and USUARIO both VARCHAR2 let's say 200 size&lt;br&gt;3-Create a new SLXWebReporting.aspx (can be done in notepad) with the following:&lt;br&gt;&amp;lt;%@ Page Language=&amp;quot;C#&amp;quot; AutoEventWireup=&amp;quot;true&amp;quot; Trace=&amp;quot;false&amp;quot; %&amp;gt;&lt;br&gt;&lt;br&gt;&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Transitional//EN&amp;quot; &amp;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&amp;quot;&amp;gt;&lt;br&gt;&lt;br&gt;&amp;lt;script runat=&amp;quot;server&amp;quot;&amp;gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;    protected void Page_PreRender(object sender, EventArgs e)&lt;br&gt;    {&lt;br&gt;        string rpt = Request[&amp;quot;rpt&amp;quot;];&lt;br&gt;        string User = Request[&amp;quot;User&amp;quot;];&lt;br&gt;        string Pwd = Request["Pwd&amp;quot;];&lt;br&gt;        this.SqlDataSource1.DeleteCommand = &amp;quot;DELETE FROM REPORTEMOSTRADO WHERE REPORTE='&amp;quot; + rpt + &amp;quot;' AND USUARIO = (SELECT U.USERNAME FROM USERINFO U INNER JOIN USERSECURITY S ON U.USERID=S.USERID WHERE UPPER(S.USERCODE)='&amp;quot; + User + &amp;quot;')&amp;quot;;&lt;br&gt;        this.SqlDataSource1.Delete();&lt;br&gt;        this.SqlDataSource1.InsertCommand= &amp;quot;INSERT INTO REPORTEMOSTRADO (REPORTE,USUARIO) VALUES ('&amp;quot; + rpt + &amp;quot;',(SELECT U.USERNAME FROM USERINFO U INNER JOIN USERSECURITY S ON U.USERID=S.USERID WHERE UPPER(S.USERCODE)='&amp;quot; + User + &amp;quot;'))&amp;quot;;&lt;br&gt;        this.SqlDataSource1.Insert();&lt;br&gt;        Response.Redirect(&amp;quot;SLXWebReportingV.aspx?rpt=&amp;quot; + rpt + &amp;quot;&amp;amp;User=&amp;quot; + User + &amp;quot;&amp;amp;&amp;#80;wd=&amp;quot; + Pwd);&lt;br&gt;    }&lt;br&gt;&amp;lt;/script&amp;gt;&lt;br&gt;&lt;br&gt;&amp;lt;html xmlns=&amp;quot;http://www.w3.org/1999/xhtml&amp;quot; &amp;gt;&lt;br&gt;&amp;lt;head runat=&amp;quot;server&amp;quot;&amp;gt;&lt;br&gt;    &amp;lt;title&amp;gt;Report Viewer&amp;lt;/title&amp;gt;&lt;br&gt;&amp;lt;/head&amp;gt;&lt;br&gt;&amp;lt;body&amp;gt;&lt;br&gt;    &amp;lt;form id=&amp;quot;form1&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;&lt;br&gt;        &amp;lt;asp:SqlDataSource ID=&amp;quot;SqlDataSource1&amp;quot; runat=&amp;quot;server&amp;quot; ConnectionString=&amp;quot;Data Source=SALESLOGIX; Persist Security Info=True;User ID=sysdba; Password=masterkey;Unicode=True&amp;quot;&lt;br&gt;            ProviderName=&amp;quot;System.Data.OracleClient&amp;quot; SelectCommand=&amp;quot;SELECT * FROM REPORTEMOSTRADO&amp;quot;&amp;gt;&lt;br&gt;        &amp;lt;/asp:SqlDataSource&amp;gt;&lt;br&gt;    &amp;lt;/form&amp;gt;&lt;br&gt;&amp;lt;/body&amp;gt;&lt;br&gt;&amp;lt;/html&amp;gt;&lt;br&gt;&lt;br&gt;As you can see the string connection is for an Oracle installation.  You should edit this for your specific instalation because as you can see, i'm editing the database directly.&lt;br&gt;&lt;br&gt;4-Create a new report (i recommend this) or edit one you have, and add an unlinked reference to the "ReporteMostrado" table.  Remember to use the SLX OLE DB provider.&lt;br&gt;5-Drop the "USUARIO" field from the "ReporteMostrado" table to any place on your report.&lt;br&gt;6-Create a formula called ReporteMostrado and place the following in the formula:&lt;br&gt;"{" + Mid (Filename, InStr (1,Filename , "{")+1,InStr (1,Filename , "}")-InStr (1,Filename , "{")-1) + "}.rpt"&lt;br&gt;7-Add the following selection criteria to your report:&lt;br&gt;{REPORTEMOSTRADO.REPORTE} = &lt;a href="mailto:{@ReporteMostrado}"&gt;{@ReporteMostrado}&lt;/a&gt;&lt;br&gt;8-Do a Log Off from Database Server Current Connection (on Database menu), and save your report&lt;br&gt;9-Don't try to test it because it wont work at this stage.  Open Architect.exe and Add your new report&lt;br&gt;10-Do an IISRESET&lt;br&gt;&lt;br&gt;Ok, now, open your portal, lets say "http://slxserver:3333/slxclient" with any user you want and go to reports.&lt;br&gt;&lt;br&gt;Search for your report and launch it.&lt;br&gt;&lt;br&gt;Can you see the name?&lt;br&gt;&lt;br&gt;&lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=8000&amp;postid=26030#26030"&gt;View Post&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=8000&amp;forumaction=reply&amp;postid=26030"&gt;Reply&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=8000&amp;forumaction=quote&amp;postid=26030"&gt;Quote&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=8000&amp;postid=22656"&gt;View Thread&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;Posted by: &lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewuser&amp;qid=3267"&gt;Jose Urena&lt;/a&gt;  on Wednesday, March 10, 2010 7:25:07 AM&lt;br&gt;Forum: &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=8000"&gt;Reporting&lt;/a&gt;&lt;/i&gt;&lt;br&gt;&lt;br&gt;</description>
      <pubDate>Wed, 10 Mar 2010 13:25:07 GMT</pubDate>
      <category>Reporting</category>
      <dc:creator>slxdeveloper.com Forums</dc:creator>
    </item>
    <item>
      <title>Re: Print Screen is Blank</title>
      <guid isPermaLink="true">http://www.slxdeveloper.com/forum.aspx?forumid=5001&amp;postid=26029#26029</guid>
      <link>http://www.slxdeveloper.com/forum.aspx?forumid=5001&amp;postid=26029#26029</link>
      <description>We also have this same error. As a matter of fact, no matter which printer a user connects to we have this problem. We also have alot of users! Our only response has been to log out then back in. We have some reports that we made to serve as an alternative, but nothing as easy as the print screen. I'd be interested in a fix as Sage did not have one several years back when we first asked.&lt;br&gt;&lt;br&gt;&lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=5001&amp;postid=26029#26029"&gt;View Post&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=5001&amp;forumaction=reply&amp;postid=26029"&gt;Reply&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=5001&amp;forumaction=quote&amp;postid=26029"&gt;Quote&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=5001&amp;postid=26020"&gt;View Thread&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;Posted by: &lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewuser&amp;qid=3489"&gt;Egal&lt;/a&gt;  on Wednesday, March 10, 2010 7:19:21 AM&lt;br&gt;Forum: &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=5001"&gt;Networks &amp; Misc Technical&lt;/a&gt;&lt;/i&gt;&lt;br&gt;&lt;br&gt;</description>
      <pubDate>Wed, 10 Mar 2010 13:19:21 GMT</pubDate>
      <category>Networks &amp; Misc Technical</category>
      <dc:creator>slxdeveloper.com Forums</dc:creator>
    </item>
    <item>
      <title>Re: No Data shown through Relationship to Contact Entity</title>
      <guid isPermaLink="true">http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26028#26028</guid>
      <link>http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26028#26028</link>
      <description>Thx for your help.&lt;br&gt;&lt;br&gt;NewEntity is One, Contact is Many. I try to show the NewEntity which is the parent as tab under his child Contact (hope you understand that). So there is exactly one NewEntity, for example "neA" which belongs to the Contact "c1". And there are more Contacs for that NewEntity "neA". So a datagrid is not that what i need. I already tried to use a datasource pointing to the relationship and tried to get the information for my textboxes from that datasource but that won't work, too.&lt;br&gt;&lt;br&gt;I don't know really how I should describe what I have done, because this are my first steps in web customizing, but I try:&lt;br&gt;Facing that OneToMany realationship I clicked in the Entitytree on NewEntity extended that tree to get to "Child Properties" and sayed "new Relation". I chose on the left side the slx_contacid. On the right side I navigated to Contact and chose the ContactID. Then I had a Relationship called "NewEntity(DisplayName).Contacts M:1 Contact.NewEntity(TableName)". I created a new Form for contact and insert some of the needed controls. The databindings are like MainEntity.NewEntity.Databasefield. All other databindings I did like that worked. But I get nothing out of that NewEntity.&lt;br&gt;&lt;br&gt;&lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26028#26028"&gt;View Post&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;forumaction=reply&amp;postid=26028"&gt;Reply&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;forumaction=quote&amp;postid=26028"&gt;Quote&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26025"&gt;View Thread&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;Posted by: &lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewuser&amp;qid=11459"&gt;Sebastian Walter&lt;/a&gt;  on Wednesday, March 10, 2010 6:32:23 AM&lt;br&gt;Forum: &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002"&gt;SalesLogix Web Platform &amp; Application Architect&lt;/a&gt;&lt;/i&gt;&lt;br&gt;&lt;br&gt;</description>
      <pubDate>Wed, 10 Mar 2010 12:32:23 GMT</pubDate>
      <category>SalesLogix Web Platform &amp; Application Architect</category>
      <dc:creator>slxdeveloper.com Forums</dc:creator>
    </item>
    <item>
      <title>Lookup PreFilter</title>
      <guid isPermaLink="true">http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26027#26027</guid>
      <link>http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26027#26027</link>
      <description>Hi,&lt;br&gt;&lt;br&gt;I want to use Prefilter for an existing Address-Lookup in an own Custom Smartpart. The smartpart is on an own entity. The entity has a field "Contactid". I created a child relation (1:M) named ContactAddresses from that field to the entityid field of the address entity.&lt;br&gt;&lt;br&gt;Control definition:&lt;br&gt;&lt;pre&gt;&lt;br&gt;&amp;lt;div class="textcontrol lookup"&amp;gt;&lt;br&gt;	&amp;lt;SalesLogix:LookupControl runat="server" ID="lueSLXAddress" ButtonToolTip="&amp;lt;%$ resources: lueSLXAddress.ButtonToolTip %&amp;gt;"&lt;br&gt;		LookupEntityName="ContactAddresses" LookupEntityTypeName="Sage.SalesLogix.Entities.Address, Sage.SalesLogix.Entities"&lt;br&gt;		EnableHyperLinking="true" InitializeLookup="true"&amp;gt;&lt;br&gt;		&amp;lt;LookupProperties&amp;gt;&lt;br&gt;			&amp;lt;SalesLogix:LookupProperty PropertyHeader="&amp;lt;%$ resources: lueSLXAddress.LookupProperties.Address1.PropertyHeader %&amp;gt;"&lt;br&gt;				PropertyName="Address1" PropertyType="System.String" PropertyFormat="None" UseAsResult="True"&lt;br&gt;				ExcludeFromFilters="False"&amp;gt;&lt;br&gt;			&amp;lt;/SalesLogix:LookupProperty&amp;gt;&lt;br&gt;			&amp;lt;SalesLogix:LookupProperty PropertyHeader="&amp;lt;%$ resources: lueSLXAddress.LookupProperties.City.PropertyHeader %&amp;gt;"&lt;br&gt;				PropertyName="City" PropertyType="System.String" PropertyFormat="None" UseAsResult="True"&lt;br&gt;				ExcludeFromFilters="False"&amp;gt;&lt;br&gt;			&amp;lt;/SalesLogix:LookupProperty&amp;gt;&lt;br&gt;			&amp;lt;SalesLogix:LookupProperty PropertyHeader="&amp;lt;%$ resources: lueSLXAddress.LookupProperties.Country.PropertyHeader %&amp;gt;"&lt;br&gt;				PropertyName="Country" PropertyType="System.String" PropertyFormat="None" UseAsResult="True"&lt;br&gt;				ExcludeFromFilters="False"&amp;gt;&lt;br&gt;			&amp;lt;/SalesLogix:LookupProperty&amp;gt;&lt;br&gt;			&amp;lt;SalesLogix:LookupProperty PropertyHeader="&amp;lt;%$ resources: lueSLXAddress.LookupProperties.Description.PropertyHeader %&amp;gt;"&lt;br&gt;				PropertyName="Description" PropertyType="System.String" PropertyFormat="None"&lt;br&gt;				UseAsResult="True" ExcludeFromFilters="False"&amp;gt;&lt;br&gt;			&amp;lt;/SalesLogix:LookupProperty&amp;gt;&lt;br&gt;			&amp;lt;SalesLogix:LookupProperty PropertyHeader="&amp;lt;%$ resources: lueSLXAddress.LookupProperties.IsMailing.PropertyHeader %&amp;gt;"&lt;br&gt;				PropertyName="IsMailing" PropertyType="System.Boolean" PropertyFormat="None"&lt;br&gt;				UseAsResult="True" ExcludeFromFilters="False"&amp;gt;&lt;br&gt;			&amp;lt;/SalesLogix:LookupProperty&amp;gt;&lt;br&gt;			&amp;lt;SalesLogix:LookupProperty PropertyHeader="&amp;lt;%$ resources: lueSLXAddress.LookupProperties.IsPrimary.PropertyHeader %&amp;gt;"&lt;br&gt;				PropertyName="IsPrimary" PropertyType="System.Boolean" PropertyFormat="None"&lt;br&gt;				UseAsResult="True" ExcludeFromFilters="False"&amp;gt;&lt;br&gt;			&amp;lt;/SalesLogix:LookupProperty&amp;gt;&lt;br&gt;			&amp;lt;SalesLogix:LookupProperty PropertyHeader="&amp;lt;%$ resources: lueSLXAddress.LookupProperties.PostalCode.PropertyHeader %&amp;gt;"&lt;br&gt;				PropertyName="PostalCode" PropertyType="System.String" PropertyFormat="None"&lt;br&gt;				UseAsResult="True" ExcludeFromFilters="False"&amp;gt;&lt;br&gt;			&amp;lt;/SalesLogix:LookupProperty&amp;gt;&lt;br&gt;		&amp;lt;/LookupProperties&amp;gt;&lt;br&gt;		&amp;lt;LookupPreFilters&amp;gt;&lt;br&gt;		&amp;lt;/LookupPreFilters&amp;gt;&lt;br&gt;	&amp;lt;/SalesLogix:LookupControl&amp;gt;&lt;br&gt;&amp;lt;/div&amp;gt;&lt;br&gt;&lt;/pre&gt;&lt;br&gt;Filter:&lt;br&gt;&lt;br&gt;        lueSLXAddress.LookupPreFilters.Clear();&lt;br&gt;        Sage.SalesLogix.HighLevelTypes.LookupPreFilter filter = new Sage.SalesLogix.HighLevelTypes.LookupPreFilter();&lt;br&gt;        filter.LookupEntityName = "Address";&lt;br&gt;        filter.PropertyName = "ContactAddresses.EntityID";&lt;br&gt;        filter.CondOperator = "Equal to";&lt;br&gt;        filter.PropertyType = "String";&lt;br&gt;        filter.FilterValue = objCon.Id.ToString();&lt;br&gt;        lueSLXAddress.LookupPreFilters.Add(filter);&lt;br&gt;&lt;br&gt;Problem is that I never get a prefiltering. Either I see all addresses or non.&lt;br&gt;&lt;br&gt;Can somebody help me to find out what I'am doing wrong?&lt;br&gt;&lt;br&gt;Thanks&lt;br&gt;&lt;br&gt;Joern&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26027#26027"&gt;View Post&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;forumaction=reply&amp;postid=26027"&gt;Reply&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;forumaction=quote&amp;postid=26027"&gt;Quote&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26027"&gt;View Thread&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;Posted by: &lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewuser&amp;qid=1660"&gt;Joern Engmann&lt;/a&gt;  on Wednesday, March 10, 2010 6:25:16 AM&lt;br&gt;Forum: &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002"&gt;SalesLogix Web Platform &amp; Application Architect&lt;/a&gt;&lt;/i&gt;&lt;br&gt;&lt;br&gt;</description>
      <pubDate>Wed, 10 Mar 2010 12:25:16 GMT</pubDate>
      <category>SalesLogix Web Platform &amp; Application Architect</category>
      <dc:creator>slxdeveloper.com Forums</dc:creator>
    </item>
    <item>
      <title>Re: No Data shown through Relationship to Contact Entity</title>
      <guid isPermaLink="true">http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26026#26026</guid>
      <link>http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26026#26026</link>
      <description>Not completely sure you have described this correctly - it sounds like you have a one to one tab off Contact (with a textbox) but are trying to show one-to-many data on that tab. This obviously will not show any data. You would need a datasrouce that points to your one to many relationship and a datagrid that points to that data source.&lt;br&gt;&lt;br&gt;Let me know in a bit more detail for the "Web Client" description of steps you have taken.&lt;br&gt;&lt;br&gt;&lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26026#26026"&gt;View Post&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;forumaction=reply&amp;postid=26026"&gt;Reply&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;forumaction=quote&amp;postid=26026"&gt;Quote&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26025"&gt;View Thread&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;Posted by: &lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewuser&amp;qid=1006"&gt;Nick Hollis&lt;/a&gt;  on Wednesday, March 10, 2010 5:31:33 AM&lt;br&gt;Forum: &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002"&gt;SalesLogix Web Platform &amp; Application Architect&lt;/a&gt;&lt;/i&gt;&lt;br&gt;&lt;br&gt;</description>
      <pubDate>Wed, 10 Mar 2010 11:31:33 GMT</pubDate>
      <category>SalesLogix Web Platform &amp; Application Architect</category>
      <dc:creator>slxdeveloper.com Forums</dc:creator>
    </item>
    <item>
      <title>No Data shown through Relationship to Contact Entity</title>
      <guid isPermaLink="true">http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26025#26025</guid>
      <link>http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26025#26025</link>
      <description>We've created a new entity in our project which doesn't have anything to do with the existing slx-entities. the datasets in the main entity get importet from another application. My form should direct a process to copy the adressinformation of that new entity into the existing datasets of the contactentity.&lt;br&gt;&lt;br&gt;By the way, it is a upgrade from 6.2 to 7.5.2 web. In the lan client it was very easy. The developer took the slx_contactid from that new entity and joined it with the contactid from the contacttable. So he had a tab in the contact-area which was showing the data from my new entity that belong to the current contact. More contacs can be belong to one record of "NewEntity"&lt;br&gt;&lt;br&gt;Web Client: In the AA I've build the new form with all the necessary controls. I created a relationship with NewEntity as parent and contact as child to have that 1:M relationship I need as descipted.&lt;br&gt;In the NewEntity-Area I can see all the recors I want, stored in the contact table belonging to the current dataset. But in my new form for that copy process - ContactDetail as Main and that NewEntity-form as tab - I can't see any data, would say I have a texbox but it's emtpy. &lt;img src="http://www.slxdeveloper.com/images/forumimages/smiley_frown.gif" align=absmiddle border=0 \&gt;&lt;br&gt;&lt;br&gt;&lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26025#26025"&gt;View Post&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;forumaction=reply&amp;postid=26025"&gt;Reply&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;forumaction=quote&amp;postid=26025"&gt;Quote&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26025"&gt;View Thread&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;Posted by: &lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewuser&amp;qid=11459"&gt;Sebastian Walter&lt;/a&gt;  on Wednesday, March 10, 2010 4:52:58 AM&lt;br&gt;Forum: &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002"&gt;SalesLogix Web Platform &amp; Application Architect&lt;/a&gt;&lt;/i&gt;&lt;br&gt;&lt;br&gt;</description>
      <pubDate>Wed, 10 Mar 2010 10:52:58 GMT</pubDate>
      <category>SalesLogix Web Platform &amp; Application Architect</category>
      <dc:creator>slxdeveloper.com Forums</dc:creator>
    </item>
    <item>
      <title>Re: How can I enable or disable menu in "new" menu</title>
      <guid isPermaLink="true">http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26024#26024</guid>
      <link>http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26024#26024</link>
      <description>Use the menu module I did for boot camp to do that.  The library, source code, and doc can all be found here:&lt;br&gt; &lt;a href="http://community.sagesaleslogix.com/slsl/board/message?board.id=dev_slx&amp;message.id=543" target=_blank&gt;http://community.sagesaleslogix.com/slsl/board/message?board.id=dev_slx&amp;message.id=543&lt;/a&gt;&lt;br&gt;&lt;br&gt;Make sure you download the latest version at the bottom of the thread.&lt;br&gt;&lt;br&gt;&lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26024#26024"&gt;View Post&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;forumaction=reply&amp;postid=26024"&gt;Reply&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;forumaction=quote&amp;postid=26024"&gt;Quote&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=25973"&gt;View Thread&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;Posted by: &lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewuser&amp;qid=3154"&gt;Mike LaSpina&lt;/a&gt;  on Tuesday, March 09, 2010 5:54:48 PM&lt;br&gt;Forum: &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002"&gt;SalesLogix Web Platform &amp; Application Architect&lt;/a&gt;&lt;/i&gt;&lt;br&gt;&lt;br&gt;</description>
      <pubDate>Tue, 09 Mar 2010 23:54:48 GMT</pubDate>
      <category>SalesLogix Web Platform &amp; Application Architect</category>
      <dc:creator>slxdeveloper.com Forums</dc:creator>
    </item>
    <item>
      <title>Re: Custom css class not working</title>
      <guid isPermaLink="true">http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26023#26023</guid>
      <link>http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26023#26023</link>
      <description>I am changing it at design time and it finally worked for label. &lt;br&gt;I closed AA, reopened it and recompiled everything (CTRL + Build WebPlatform) and it works, without changing the corresponding template file. &lt;br&gt;&lt;br&gt;Thanks !&lt;br&gt;&lt;br&gt;&lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26023#26023"&gt;View Post&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;forumaction=reply&amp;postid=26023"&gt;Reply&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;forumaction=quote&amp;postid=26023"&gt;Quote&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26015"&gt;View Thread&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;Posted by: &lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewuser&amp;qid=1935"&gt;Veronka Capone&lt;/a&gt;  on Tuesday, March 09, 2010 1:22:56 PM&lt;br&gt;Forum: &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002"&gt;SalesLogix Web Platform &amp; Application Architect&lt;/a&gt;&lt;/i&gt;&lt;br&gt;&lt;br&gt;</description>
      <pubDate>Tue, 09 Mar 2010 19:22:56 GMT</pubDate>
      <category>SalesLogix Web Platform &amp; Application Architect</category>
      <dc:creator>slxdeveloper.com Forums</dc:creator>
    </item>
    <item>
      <title>Re: Custom css class not working</title>
      <guid isPermaLink="true">http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26022#26022</guid>
      <link>http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26022#26022</link>
      <description>Are you setting the RedFont class on a control (either setting the StyleScheme property at design time or via code)?&lt;br&gt;&lt;br&gt;&lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26022#26022"&gt;View Post&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;forumaction=reply&amp;postid=26022"&gt;Reply&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;forumaction=quote&amp;postid=26022"&gt;Quote&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26015"&gt;View Thread&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;Posted by: &lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewuser&amp;qid=1"&gt;Ryan Farley&lt;/a&gt;  on Tuesday, March 09, 2010 1:17:24 PM&lt;br&gt;Forum: &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002"&gt;SalesLogix Web Platform &amp; Application Architect&lt;/a&gt;&lt;/i&gt;&lt;br&gt;&lt;br&gt;</description>
      <pubDate>Tue, 09 Mar 2010 19:17:24 GMT</pubDate>
      <category>SalesLogix Web Platform &amp; Application Architect</category>
      <dc:creator>slxdeveloper.com Forums</dc:creator>
    </item>
    <item>
      <title>Could Not Establish Connection with SLXServer</title>
      <guid isPermaLink="true">http://www.slxdeveloper.com/forum.aspx?forumid=5000&amp;postid=26021#26021</guid>
      <link>http://www.slxdeveloper.com/forum.aspx?forumid=5000&amp;postid=26021#26021</link>
      <description>What does it mean in the Datalink Properties when I try to test the connection and get "Test Connection Failed", "Could Not Establish Connection with SLXServer, check server is running and port is correct".  I have restarted MSDE, and using port 1706.&lt;br&gt;&lt;br&gt;&lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=5000&amp;postid=26021#26021"&gt;View Post&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=5000&amp;forumaction=reply&amp;postid=26021"&gt;Reply&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=5000&amp;forumaction=quote&amp;postid=26021"&gt;Quote&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=5000&amp;postid=26021"&gt;View Thread&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;Posted by: &lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewuser&amp;qid=1959"&gt;Tom&lt;/a&gt;  on Tuesday, March 09, 2010 1:13:12 PM&lt;br&gt;Forum: &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=5000"&gt;General Administration&lt;/a&gt;&lt;/i&gt;&lt;br&gt;&lt;br&gt;</description>
      <pubDate>Tue, 09 Mar 2010 19:13:12 GMT</pubDate>
      <category>General Administration</category>
      <dc:creator>slxdeveloper.com Forums</dc:creator>
    </item>
    <item>
      <title>Print Screen is Blank</title>
      <guid isPermaLink="true">http://www.slxdeveloper.com/forum.aspx?forumid=5001&amp;postid=26020#26020</guid>
      <link>http://www.slxdeveloper.com/forum.aspx?forumid=5001&amp;postid=26020#26020</link>
      <description>SLX Version 6.2.6.1007&lt;br&gt;Citrix 4.0&lt;br&gt;Windows Terminal Server 2003&lt;br&gt;Connecting through thin client&lt;br&gt;Ricoh MP3500&lt;br&gt;&lt;br&gt;Hi All&lt;br&gt;Print screen is blank after 5 to 7 successful print screens to the Ricoh.  I don't believe it happens to any other printer.  Sometimes, can log user out of Citrix session and back in, but still blank.  &lt;br&gt;Nothing in the event logs.&lt;br&gt;Currently, I'm playing with different drivers, but anybody ever have this issue?&lt;br&gt;&lt;br&gt;Thanks&lt;br&gt;Jim&lt;br&gt;&lt;br&gt;&lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=5001&amp;postid=26020#26020"&gt;View Post&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=5001&amp;forumaction=reply&amp;postid=26020"&gt;Reply&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=5001&amp;forumaction=quote&amp;postid=26020"&gt;Quote&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=5001&amp;postid=26020"&gt;View Thread&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;Posted by: &lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewuser&amp;qid=3297"&gt;jim maurer&lt;/a&gt;  on Tuesday, March 09, 2010 8:52:06 AM&lt;br&gt;Forum: &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=5001"&gt;Networks &amp; Misc Technical&lt;/a&gt;&lt;/i&gt;&lt;br&gt;&lt;br&gt;</description>
      <pubDate>Tue, 09 Mar 2010 14:52:06 GMT</pubDate>
      <category>Networks &amp; Misc Technical</category>
      <dc:creator>slxdeveloper.com Forums</dc:creator>
    </item>
    <item>
      <title>Re: Enabling Paging and Sort on Datagrid and GetByMethod</title>
      <guid isPermaLink="true">http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26019#26019</guid>
      <link>http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26019#26019</link>
      <description>Sorry this one has been here a while...anyway if you are binding to an Ilist as long as your columns are all part of the "base" entity that the grid is bound to it should be fine. It looks like they are. When I say "base" I mean not joining to another entity. As has been mentioned before (something to with lazy loading in SLX (im paraphrasing here, see Mark Dykun's interesting post: &lt;a href="http://codesnap.wordpress.com/2009/05/05/unwrap-that-object-my-friend/" target=_blank&gt;http://codesnap.wordpress.com/2009/05/05/unwrap-that-object-my-friend/&lt;/a&gt; ) if you join to a child property it cannot be resolved when trying to sort so you get an error something like "property X is not found in entity Sage.Entity.Interfaces.ICUSTOMENTITY".&lt;br&gt;&lt;br&gt;THis doesnt seem like the most economical way of achieving the functionality you want (there MUST be an overhead in calling an EntityFactory.Create for every row in the grid). If you have the SQL why not just create a SQLDataSource, set its SelectCommand, its connection string and its type and set the grid to the datasource and bind it. That way too for sure the sorting and paging will work.&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;Nick&lt;br&gt;&lt;br&gt;&lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26019#26019"&gt;View Post&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;forumaction=reply&amp;postid=26019"&gt;Reply&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;forumaction=quote&amp;postid=26019"&gt;Quote&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=25899"&gt;View Thread&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;Posted by: &lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewuser&amp;qid=1006"&gt;Nick Hollis&lt;/a&gt;  on Tuesday, March 09, 2010 8:16:14 AM&lt;br&gt;Forum: &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002"&gt;SalesLogix Web Platform &amp; Application Architect&lt;/a&gt;&lt;/i&gt;&lt;br&gt;&lt;br&gt;</description>
      <pubDate>Tue, 09 Mar 2010 14:16:14 GMT</pubDate>
      <category>SalesLogix Web Platform &amp; Application Architect</category>
      <dc:creator>slxdeveloper.com Forums</dc:creator>
    </item>
    <item>
      <title>Re: SpeedSearch Error</title>
      <guid isPermaLink="true">http://www.slxdeveloper.com/forum.aspx?forumid=5000&amp;postid=26018#26018</guid>
      <link>http://www.slxdeveloper.com/forum.aspx?forumid=5000&amp;postid=26018#26018</link>
      <description>As I've just had to resolve this error, I thought I'd write out what I needed to do - might assist someone one day ...&lt;br&gt;&lt;br&gt;1) Add the Speedsearch service user (eg domain\SLXService) to the Administrators group on the server on which the Speedsearch service is running.&lt;br&gt;2) Restart the Speedsearch service.&lt;br&gt;&lt;br&gt;&lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=5000&amp;postid=26018#26018"&gt;View Post&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=5000&amp;forumaction=reply&amp;postid=26018"&gt;Reply&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=5000&amp;forumaction=quote&amp;postid=26018"&gt;Quote&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=5000&amp;postid=17782"&gt;View Thread&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;Posted by: &lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewuser&amp;qid=982"&gt;Phil Parkin&lt;/a&gt;  on Tuesday, March 09, 2010 6:58:45 AM&lt;br&gt;Forum: &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=5000"&gt;General Administration&lt;/a&gt;&lt;/i&gt;&lt;br&gt;&lt;br&gt;</description>
      <pubDate>Tue, 09 Mar 2010 12:58:45 GMT</pubDate>
      <category>General Administration</category>
      <dc:creator>slxdeveloper.com Forums</dc:creator>
    </item>
    <item>
      <title>Re: Key not in dictionary</title>
      <guid isPermaLink="true">http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26017#26017</guid>
      <link>http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26017#26017</link>
      <description>No problem &lt;img src="http://www.slxdeveloper.com/images/forumimages/smiley_smile.gif" align=absmiddle border=0 \&gt;&lt;br&gt;&lt;br&gt;Just in case it helps anyone else...&lt;br&gt;&lt;br&gt;When checking for the existence of a DialogParameter do not use if(DialogService.DialogParameters["PARAMNAME"] != null) etc. - this will still blow up at runtime if PARAMNAME does not exist. Instead use the ContainsKey method:&lt;br&gt;&lt;br&gt;if(DialogService.DialogParameters.ContainsKey("PARAMNAME"))&lt;br&gt;{&lt;br&gt;   //Work with key...&lt;br&gt;}&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;&lt;br&gt;Nick&lt;br&gt;&lt;br&gt;&lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26017#26017"&gt;View Post&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;forumaction=reply&amp;postid=26017"&gt;Reply&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;forumaction=quote&amp;postid=26017"&gt;Quote&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26004"&gt;View Thread&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;Posted by: &lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewuser&amp;qid=1006"&gt;Nick Hollis&lt;/a&gt;  on Tuesday, March 09, 2010 5:11:18 AM&lt;br&gt;Forum: &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002"&gt;SalesLogix Web Platform &amp; Application Architect&lt;/a&gt;&lt;/i&gt;&lt;br&gt;&lt;br&gt;</description>
      <pubDate>Tue, 09 Mar 2010 11:11:18 GMT</pubDate>
      <category>SalesLogix Web Platform &amp; Application Architect</category>
      <dc:creator>slxdeveloper.com Forums</dc:creator>
    </item>
    <item>
      <title>Re: User control keeps disappearing</title>
      <guid isPermaLink="true">http://www.slxdeveloper.com/forum.aspx?forumid=2004&amp;postid=26016#26016</guid>
      <link>http://www.slxdeveloper.com/forum.aspx?forumid=2004&amp;postid=26016#26016</link>
      <description>Perhaps got to do with Windows Updates? i am not sure this could have some dependencies. Is it happening in all machines on only a particular machine, In case its working on the Dev machine and not on the user's machine there must be some file versions that may perhaps result in this. Not sure though if that is the case here.&lt;br&gt;&lt;br&gt;Regards&lt;br&gt;Kannan&lt;br&gt;&lt;br&gt;&lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=2004&amp;postid=26016#26016"&gt;View Post&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=2004&amp;forumaction=reply&amp;postid=26016"&gt;Reply&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=2004&amp;forumaction=quote&amp;postid=26016"&gt;Quote&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=2004&amp;postid=26003"&gt;View Thread&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;Posted by: &lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewuser&amp;qid=50"&gt;Kannan Srinivasan&lt;/a&gt;  on Monday, March 08, 2010 10:43:07 PM&lt;br&gt;Forum: &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=2004"&gt;SalesLogix .NET Extensions&lt;/a&gt;&lt;/i&gt;&lt;br&gt;&lt;br&gt;</description>
      <pubDate>Tue, 09 Mar 2010 04:43:07 GMT</pubDate>
      <category>SalesLogix .NET Extensions</category>
      <dc:creator>slxdeveloper.com Forums</dc:creator>
    </item>
    <item>
      <title>Custom css class not working</title>
      <guid isPermaLink="true">http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26015#26015</guid>
      <link>http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26015#26015</link>
      <description>Hi,&lt;br&gt;&lt;br&gt;I am in version 7.52. I tried the following to change the color of a label to red:&lt;br&gt;&lt;br&gt;1) Created a new .css file MyCompany.css which contains a class:&lt;br&gt;&lt;br&gt;.RedFont&lt;br&gt;{&lt;br&gt;    color:Red;&lt;br&gt;    font-size:90%;&lt;br&gt;    &lt;br&gt;}&lt;br&gt;&lt;br&gt;2) In Base.Master I added a reference to MyCompany.css&lt;br&gt;3) C:\ProgramData\Sage\Platform\Configuration\Global\StyleSchemeTypes.xml I added another item:&lt;br&gt;&lt;styleSchemeType&gt;RedFont&lt;/styleSchemeType&gt; &lt;br&gt;&lt;br&gt;What else do I need to change?&lt;br&gt;&lt;br&gt;Thanks&lt;br&gt;&lt;br&gt;?? I read somewhere that I need to change the corresponding .vm file ??!! but I don't know which one to change. I would like this RedFont to be available for all simple controls on a QuickForm/SmartPart.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26015#26015"&gt;View Post&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;forumaction=reply&amp;postid=26015"&gt;Reply&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;forumaction=quote&amp;postid=26015"&gt;Quote&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26015"&gt;View Thread&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;Posted by: &lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewuser&amp;qid=1935"&gt;Veronka Capone&lt;/a&gt;  on Monday, March 08, 2010 4:30:53 PM&lt;br&gt;Forum: &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002"&gt;SalesLogix Web Platform &amp; Application Architect&lt;/a&gt;&lt;/i&gt;&lt;br&gt;&lt;br&gt;</description>
      <pubDate>Mon, 08 Mar 2010 22:30:53 GMT</pubDate>
      <category>SalesLogix Web Platform &amp; Application Architect</category>
      <dc:creator>slxdeveloper.com Forums</dc:creator>
    </item>
    <item>
      <title>Re: Creating an Advanced Lookup / QBE for a Custom Entity</title>
      <guid isPermaLink="true">http://www.slxdeveloper.com/forum.aspx?forumid=2000&amp;postid=26014#26014</guid>
      <link>http://www.slxdeveloper.com/forum.aspx?forumid=2000&amp;postid=26014#26014</link>
      <description>Nice!  I see that over 20 people have already looked at this, but no responses.  I love asking fun questions.&lt;br&gt;&lt;br&gt;So, problem solved - I was right about the CreateTempAdHocGroup function, but turns out I was wrong about the CreateTempGroup function.  It won't let you set a custom group name, but everything else worked as (should be) expected.  Two things made the above SQL not work correctly:&lt;br&gt;The "AT" table alias for Advisor_Team (that was a surprise) and&lt;br&gt;The "WITH (NOLOCK)" table hint (not that much of a surprise)&lt;br&gt;&lt;br&gt;I went through and removed the "WITH (NOLOCK)" table hints and changed all of the table alias' to A1 through A5.  No more problems.&lt;br&gt;&lt;br&gt;Sorry for the noise for today!&lt;br&gt;&lt;br&gt;&lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=2000&amp;postid=26014#26014"&gt;View Post&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=2000&amp;forumaction=reply&amp;postid=26014"&gt;Reply&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=2000&amp;forumaction=quote&amp;postid=26014"&gt;Quote&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=2000&amp;postid=26013"&gt;View Thread&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;Posted by: &lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewuser&amp;qid=1765"&gt;Jeff Weight&lt;/a&gt;  on Monday, March 08, 2010 2:02:08 PM&lt;br&gt;Forum: &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=2000"&gt;SalesLogix Scripting &amp; Customization&lt;/a&gt;&lt;/i&gt;&lt;br&gt;&lt;br&gt;</description>
      <pubDate>Mon, 08 Mar 2010 20:02:08 GMT</pubDate>
      <category>SalesLogix Scripting &amp; Customization</category>
      <dc:creator>slxdeveloper.com Forums</dc:creator>
    </item>
    <item>
      <title>Creating an Advanced Lookup / QBE for a Custom Entity</title>
      <guid isPermaLink="true">http://www.slxdeveloper.com/forum.aspx?forumid=2000&amp;postid=26013#26013</guid>
      <link>http://www.slxdeveloper.com/forum.aspx?forumid=2000&amp;postid=26013#26013</link>
      <description>All,&lt;br&gt;&lt;br&gt;I did a few searches to see if I could find an answer to this question, but I find I'm running into a dead end.  I have a requirement to create a QBE, or Advanced Lookup form, for a completely custom entity - custom table, custom MainView, etc.  I'd prefer not to go the "Quick Find" route if possible, as there are some fields that require more complex search capabilities than databinding will allow.&lt;br&gt;&lt;br&gt;I've already attempted to use Application.BasicFunctions.CreateTempAdHocGroup and CreateTempGroup, but with very little success.  CreateTempAdHocGroup only seems to open the correct mainview, but then only loads the first group created for the mainview, which is a group with no conditions.  CreateTempGroup opens the MainView and creates a group called Lookup Results (despite trying to give it a different name), but the group is always empty.  If I provide an ID, it'll display that record, but the group count is 0, and the other records that should be found in the query aren't visible.  After a little research, it seems these two functions were only built for T/A/C/O.  What a letdown if that's really the case.&lt;br&gt;&lt;br&gt;Here's the code I was using:&lt;br&gt;&lt;pre&gt;&lt;br&gt;    strSQL = "(SELECT AT.Advisor_TeamID " &amp; _&lt;br&gt;             "FROM Advisor_Team AT WITH (NOLOCK) " &amp; _&lt;br&gt;             "JOIN Contact C WITH (NOLOCK) ON AT.PrimaryContactID = C.ContactID " &amp; _&lt;br&gt;             "JOIN Address AD WITH (NOLOCK) ON C.AddressID = AD.AddressID " &amp; _&lt;br&gt;             "JOIN C_Contact CC WITH (NOLOCK) ON C.ContactID = CC.ContactID " &amp; _&lt;br&gt;             "JOIN Account A WITH (NOLOCK) ON C.AccountID = A.AccountID " &amp; _&lt;br&gt;             strATM &amp; strCT &amp; strWhere &amp; ")"&lt;br&gt;&lt;br&gt;Application.BasicFunctions.CreateTempGroup "Advisor_Team", "Lookup Results Test", "Advisor_TeamID", " IN ", strSQL, ""&lt;br&gt;&lt;/pre&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Has anyone been able to do something similar - without a 3rd party tool - to at least imitate the Advanced Lookup for a custom entity?  Any ideas welcome.&lt;br&gt;&lt;br&gt;System: SalesLogix Version 7.5.1 Windows Client&lt;br&gt;&lt;br&gt;Thanks!&lt;br&gt;&lt;br&gt;&lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=2000&amp;postid=26013#26013"&gt;View Post&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=2000&amp;forumaction=reply&amp;postid=26013"&gt;Reply&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=2000&amp;forumaction=quote&amp;postid=26013"&gt;Quote&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=2000&amp;postid=26013"&gt;View Thread&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;Posted by: &lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewuser&amp;qid=1765"&gt;Jeff Weight&lt;/a&gt;  on Monday, March 08, 2010 11:50:38 AM&lt;br&gt;Forum: &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=2000"&gt;SalesLogix Scripting &amp; Customization&lt;/a&gt;&lt;/i&gt;&lt;br&gt;&lt;br&gt;</description>
      <pubDate>Mon, 08 Mar 2010 17:50:38 GMT</pubDate>
      <category>SalesLogix Scripting &amp; Customization</category>
      <dc:creator>slxdeveloper.com Forums</dc:creator>
    </item>
    <item>
      <title>Re: Key not in dictionary</title>
      <guid isPermaLink="true">http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26012#26012</guid>
      <link>http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26012#26012</link>
      <description>Sorry for my waste of your time.&lt;br&gt;I've found the problem using the debugger ;o). It was an undefined Dialogservice parameter.&lt;br&gt;&lt;br&gt;thanks&lt;br&gt;&lt;br&gt;Joern&lt;br&gt;&lt;br&gt;&lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26012#26012"&gt;View Post&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;forumaction=reply&amp;postid=26012"&gt;Reply&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;forumaction=quote&amp;postid=26012"&gt;Quote&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26004"&gt;View Thread&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;Posted by: &lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewuser&amp;qid=1660"&gt;Joern Engmann&lt;/a&gt;  on Monday, March 08, 2010 10:08:42 AM&lt;br&gt;Forum: &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002"&gt;SalesLogix Web Platform &amp; Application Architect&lt;/a&gt;&lt;/i&gt;&lt;br&gt;&lt;br&gt;</description>
      <pubDate>Mon, 08 Mar 2010 16:08:42 GMT</pubDate>
      <category>SalesLogix Web Platform &amp; Application Architect</category>
      <dc:creator>slxdeveloper.com Forums</dc:creator>
    </item>
    <item>
      <title>Re: Is there a way to pin tab?</title>
      <guid isPermaLink="true">http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26011#26011</guid>
      <link>http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26011#26011</link>
      <description>Yes, just set the smartpart to the "MainContent" target workspace as opposed to a "TabControl" target workspace. This is done in the page makeup (i.e. where you add all the smartparts to your page). It will now be placed beneath the main detail screen, in between that and the tab area.&lt;br&gt;&lt;br&gt;&lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26011#26011"&gt;View Post&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;forumaction=reply&amp;postid=26011"&gt;Reply&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;forumaction=quote&amp;postid=26011"&gt;Quote&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=25983"&gt;View Thread&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;Posted by: &lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewuser&amp;qid=1006"&gt;Nick Hollis&lt;/a&gt;  on Monday, March 08, 2010 9:43:14 AM&lt;br&gt;Forum: &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002"&gt;SalesLogix Web Platform &amp; Application Architect&lt;/a&gt;&lt;/i&gt;&lt;br&gt;&lt;br&gt;</description>
      <pubDate>Mon, 08 Mar 2010 15:43:14 GMT</pubDate>
      <category>SalesLogix Web Platform &amp; Application Architect</category>
      <dc:creator>slxdeveloper.com Forums</dc:creator>
    </item>
    <item>
      <title>Re: Key not in dictionary</title>
      <guid isPermaLink="true">http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26010#26010</guid>
      <link>http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26010#26010</link>
      <description>HI Joern,&lt;br&gt;&lt;br&gt;Without the code of either it is very difficult.&lt;br&gt;&lt;br&gt;You will get this error message if you try to access a dialogparameter by name/ordinal that is not being passed to the dialog service from the calling page. But could also be a few other things....basically whenever you try to access a property or item in a collection that is not there.&lt;br&gt;&lt;br&gt;The code for both or at least one of your smartparts will be essential to post here...&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;Nick&lt;br&gt;&lt;br&gt;&lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26010#26010"&gt;View Post&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;forumaction=reply&amp;postid=26010"&gt;Reply&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;forumaction=quote&amp;postid=26010"&gt;Quote&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002&amp;postid=26004"&gt;View Thread&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;Posted by: &lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewuser&amp;qid=1006"&gt;Nick Hollis&lt;/a&gt;  on Monday, March 08, 2010 9:37:36 AM&lt;br&gt;Forum: &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=4002"&gt;SalesLogix Web Platform &amp; Application Architect&lt;/a&gt;&lt;/i&gt;&lt;br&gt;&lt;br&gt;</description>
      <pubDate>Mon, 08 Mar 2010 15:37:36 GMT</pubDate>
      <category>SalesLogix Web Platform &amp; Application Architect</category>
      <dc:creator>slxdeveloper.com Forums</dc:creator>
    </item>
    <item>
      <title>Re: Hide Groups - AHHHH</title>
      <guid isPermaLink="true">http://www.slxdeveloper.com/forum.aspx?forumid=2000&amp;postid=26009#26009</guid>
      <link>http://www.slxdeveloper.com/forum.aspx?forumid=2000&amp;postid=26009#26009</link>
      <description>Everytime a change is made to the slx desktop the vfs is updated. So if i change my tab layout, sage updates my profile, same for filter settings etc. It is visible in aa under the vfs explorer area (worth knowing whats out there, more than you'd expect). &lt;br&gt;What I think you're looking for is cmd to the server side that hides/unhides the tab and updates the vfs too. My guess is you can flip it using a client side dom manipulation (but that won't really work since a server side post needs to be made to save it). So I'd look through reflector for a set of Object.Tab_Functions. It could be in .js area too, but I don't think so.&lt;br&gt;&lt;br&gt;&lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=2000&amp;postid=26009#26009"&gt;View Post&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=2000&amp;forumaction=reply&amp;postid=26009"&gt;Reply&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=2000&amp;forumaction=quote&amp;postid=26009"&gt;Quote&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=2000&amp;postid=25998"&gt;View Thread&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;Posted by: &lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewuser&amp;qid=625"&gt;Lane&lt;/a&gt;  on Monday, March 08, 2010 9:17:07 AM&lt;br&gt;Forum: &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=2000"&gt;SalesLogix Scripting &amp; Customization&lt;/a&gt;&lt;/i&gt;&lt;br&gt;&lt;br&gt;</description>
      <pubDate>Mon, 08 Mar 2010 15:17:07 GMT</pubDate>
      <category>SalesLogix Scripting &amp; Customization</category>
      <dc:creator>slxdeveloper.com Forums</dc:creator>
    </item>
    <item>
      <title>Re: Hide Groups - AHHHH</title>
      <guid isPermaLink="true">http://www.slxdeveloper.com/forum.aspx?forumid=2000&amp;postid=26008#26008</guid>
      <link>http://www.slxdeveloper.com/forum.aspx?forumid=2000&amp;postid=26008#26008</link>
      <description>Everytime a change is made to the slx desktop the vfs is updated. So if i change my tab layout, sage updates my profile, same for filter settings etc. It is visible in aa under the vfs explorer area (worth knowing whats out there, more than you'd expect). &lt;br&gt;What I think you're looking for is cmd to the server side that hides/unhides the tab and updates the vfs too. My guess is you can flip it using a client side dom manipulation (but that won't really work since a server side post needs to be made to save it). So I'd look through reflector for a set of Object.Tab_Functions. It could be in .js area too, but I don't think so.&lt;br&gt;&lt;br&gt;&lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=2000&amp;postid=26008#26008"&gt;View Post&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=2000&amp;forumaction=reply&amp;postid=26008"&gt;Reply&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=2000&amp;forumaction=quote&amp;postid=26008"&gt;Quote&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=2000&amp;postid=25998"&gt;View Thread&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;Posted by: &lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewuser&amp;qid=625"&gt;Lane&lt;/a&gt;  on Monday, March 08, 2010 9:17:02 AM&lt;br&gt;Forum: &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=2000"&gt;SalesLogix Scripting &amp; Customization&lt;/a&gt;&lt;/i&gt;&lt;br&gt;&lt;br&gt;</description>
      <pubDate>Mon, 08 Mar 2010 15:17:02 GMT</pubDate>
      <category>SalesLogix Scripting &amp; Customization</category>
      <dc:creator>slxdeveloper.com Forums</dc:creator>
    </item>
    <item>
      <title>Why do lookup controls only update the text field after OnPopupReturn and not on form reload?</title>
      <guid isPermaLink="true">http://www.slxdeveloper.com/forum.aspx?forumid=2000&amp;postid=26007#26007</guid>
      <link>http://www.slxdeveloper.com/forum.aspx?forumid=2000&amp;postid=26007#26007</link>
      <description>Why do lookup controls only update the text field after OnPopupReturn and not on form reload?&lt;br&gt;&lt;br&gt;&lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=2000&amp;postid=26007#26007"&gt;View Post&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=2000&amp;forumaction=reply&amp;postid=26007"&gt;Reply&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=2000&amp;forumaction=quote&amp;postid=26007"&gt;Quote&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=2000&amp;postid=26007"&gt;View Thread&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;Posted by: &lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewuser&amp;qid=1843"&gt;Lawrence Reid&lt;/a&gt;  on Monday, March 08, 2010 8:31:31 AM&lt;br&gt;Forum: &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=2000"&gt;SalesLogix Scripting &amp; Customization&lt;/a&gt;&lt;/i&gt;&lt;br&gt;&lt;br&gt;</description>
      <pubDate>Mon, 08 Mar 2010 14:31:31 GMT</pubDate>
      <category>SalesLogix Scripting &amp; Customization</category>
      <dc:creator>slxdeveloper.com Forums</dc:creator>
    </item>
    <item>
      <title>Re: Hide Groups - AHHHH</title>
      <guid isPermaLink="true">http://www.slxdeveloper.com/forum.aspx?forumid=2000&amp;postid=26006#26006</guid>
      <link>http://www.slxdeveloper.com/forum.aspx?forumid=2000&amp;postid=26006#26006</link>
      <description>i searched the entire database and the only entry that seems relevant to this is retrieved with:&lt;br&gt;&lt;br&gt;select * from sysdba.virtualfilesystem where itemname like 'hidegroup%'&lt;br&gt;&lt;br&gt;does the result of this sql mean anything to anyone?&lt;br&gt;&lt;br&gt;&lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=2000&amp;postid=26006#26006"&gt;View Post&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=2000&amp;forumaction=reply&amp;postid=26006"&gt;Reply&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=2000&amp;forumaction=quote&amp;postid=26006"&gt;Quote&lt;/a&gt; | &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=2000&amp;postid=25998"&gt;View Thread&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;i&gt;Posted by: &lt;a href="http://www.slxdeveloper.com/page.aspx?action=viewuser&amp;qid=10745"&gt;Andrew Grandin&lt;/a&gt;  on Monday, March 08, 2010 8:08:37 AM&lt;br&gt;Forum: &lt;a href="http://www.slxdeveloper.com/forum.aspx?forumid=2000"&gt;SalesLogix Scripting &amp; Customization&lt;/a&gt;&lt;/i&gt;&lt;br&gt;&lt;br&gt;</description>
      <pubDate>Mon, 08 Mar 2010 14:08:37 GMT</pubDate>
      <category>SalesLogix Scripting &amp; Customization</category>
      <dc:creator>slxdeveloper.com Forums</dc:creator>
    </item>
  </channel>
</rss>