<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.method.me/cs/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Method:Classic General Q&amp;amp;A</title><link>http://forums.method.me/cs/forums/13.aspx</link><description>Ask technical support questions, how do I? Questions... Or anything else you want to know from the Method Team and other Method users.</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 SP2 (Build: 31113.47)</generator><item><title>Re: Searchable Item List for Mobile</title><link>http://forums.method.me/cs/forums/thread/5416.aspx</link><pubDate>Mon, 07 Mar 2011 20:02:16 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:5416</guid><dc:creator>Method_Michael</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/5416.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=5416</wfw:commentRss><description>&lt;p&gt;pdirect,&lt;/p&gt;
&lt;p&gt;I would try something along&amp;nbsp;the lines of:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;FieldName1 + Fieldname2 + (CASE WHEN [FieldName3] IS NULL OR [FieldName3] = &amp;#39;&amp;#39; THEN &amp;#39;&amp;#39; ELSE [FieldName3] END)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Where FieldName represents the fields you are trying to use. The Case helps prevent potential issues caused by null or blank values.&lt;/p&gt;
&lt;p&gt;You may also have to add all the field used into the Filter fields section.&lt;/p&gt;
&lt;p&gt;-Michael&lt;/p&gt;</description></item><item><title>Re: Searchable Item List for Mobile</title><link>http://forums.method.me/cs/forums/thread/5384.aspx</link><pubDate>Fri, 04 Mar 2011 14:22:26 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:5384</guid><dc:creator>Method_Michael</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/5384.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=5384</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;pdirect,&lt;/p&gt;
&lt;p&gt;I will have to look into this further. The IncomeAccount field is a drop down type field that references FullName in the Account table, I will need to verify if drop down fields are a special case. Do you mind posting the SQL you have at the moment or emailing it to me?&lt;/p&gt;
&lt;p&gt;-Michael&lt;/p&gt;</description></item><item><title>Re: Searchable Item List for Mobile</title><link>http://forums.method.me/cs/forums/thread/5374.aspx</link><pubDate>Thu, 03 Mar 2011 22:12:11 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:5374</guid><dc:creator>pdirect</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/5374.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=5374</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;O&lt;span style="font-family:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;color:#1f497d;font-size:11pt;mso-ascii-theme-font:minor-latin;mso-hansi-theme-font:minor-latin;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-bidi-theme-font:minor-bidi;mso-themecolor:dark2;"&gt;k, what about IncomeAccount.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;This won&amp;rsquo;t display either in a grid.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;Is there special code for this as well?&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Re: Searchable Item List for Mobile</title><link>http://forums.method.me/cs/forums/thread/5357.aspx</link><pubDate>Thu, 03 Mar 2011 16:03:34 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:5357</guid><dc:creator>Method_Michael</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/5357.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=5357</wfw:commentRss><description>&lt;p&gt;pdirect,&lt;/p&gt;
&lt;p&gt;Since they are numeric values you will need to cast them to varchars an example of casting would be &lt;em&gt;CAST( EmployeeID as varchar(5) ).&lt;br /&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;-Michael&lt;/p&gt;</description></item><item><title>Re: Searchable Item List for Mobile</title><link>http://forums.method.me/cs/forums/thread/5351.aspx</link><pubDate>Wed, 02 Mar 2011 21:22:45 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:5351</guid><dc:creator>pdirect</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/5351.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=5351</wfw:commentRss><description>&lt;p&gt;Yes, that allowed the item list to be added to the dropdown list instead of a tab.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;Now I&amp;#39;m trying to get numerical fields to display.&amp;nbsp; I got the following code to work in the grid view custom SQL:&lt;/p&gt;
&lt;p&gt;&amp;#39;&amp;lt;b&amp;gt;&amp;#39; + FullName + &amp;#39;&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&amp;#39; + SalesDesc&lt;/p&gt;
&lt;p&gt;BUT it won&amp;#39;t work when I add QuantityOnHand and/or SalesPrice into the code.&amp;nbsp; I assume this is because they are numerical fields.&amp;nbsp; Is there something special I need to do in the code for numerical fields?&lt;/p&gt;</description></item><item><title>Re: Searchable Item List for Mobile</title><link>http://forums.method.me/cs/forums/thread/5347.aspx</link><pubDate>Wed, 02 Mar 2011 18:35:41 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:5347</guid><dc:creator>Method_Michael</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/5347.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=5347</wfw:commentRss><description>&lt;p&gt;pdirect,&lt;/p&gt;
&lt;p&gt;When you created the screen did you optimize it for mobile? If not to do this edit the Screen and click &lt;strong&gt;Advanced &lt;/strong&gt;you should see a check box for &lt;em&gt;Optimize for mobile device&lt;/em&gt;, make sure that is checked.&lt;/p&gt;
&lt;p&gt;-Michael&lt;/p&gt;</description></item><item><title>Re: Searchable Item List for Mobile</title><link>http://forums.method.me/cs/forums/thread/5345.aspx</link><pubDate>Wed, 02 Mar 2011 17:16:52 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:5345</guid><dc:creator>pdirect</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/5345.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=5345</wfw:commentRss><description>&lt;p&gt;More specificallym, how do I get my new items list to show up in the mobile dropdown list currently occupied by customers, invoices and estimates?&amp;nbsp; When I add it as a tabbed link, it shows up as a tab instead of in the dropdown menu.&lt;/p&gt;</description></item><item><title>Searchable Item List for Mobile</title><link>http://forums.method.me/cs/forums/thread/5344.aspx</link><pubDate>Wed, 02 Mar 2011 16:55:01 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:5344</guid><dc:creator>pdirect</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/5344.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=5344</wfw:commentRss><description>&lt;p&gt;Is it possible to add a searchable item list for the mobile screen?&amp;nbsp; I didn&amp;#39;t know if there was&amp;nbsp;good reason to avoid this as it&amp;#39;s obviously been avoided by Method.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;If&amp;nbsp;this is&amp;nbsp;possible and ok to do, can someone give&amp;nbsp;me a hint as to how to make this happen?&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>