<?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: Bug? - Grid Columns</title><link>http://forums.method.me/cs/forums/thread/1738.aspx</link><pubDate>Fri, 27 Nov 2009 14:20:25 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:1738</guid><dc:creator>Anonymous</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/1738.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=1738</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hey Guys,&lt;/p&gt;
&lt;p&gt;I wanted to let you both know we are currently looking into this and seeing what options we have with this action. I will post an update soon.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Bug? - Grid Columns</title><link>http://forums.method.me/cs/forums/thread/1716.aspx</link><pubDate>Mon, 23 Nov 2009 14:41:06 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:1716</guid><dc:creator>Joe</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/1716.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=1716</wfw:commentRss><description>&lt;p&gt;Hi Matt.&lt;/p&gt;
&lt;p&gt;
In the end,&lt;/p&gt;
&lt;p&gt;&lt;b&gt;I was still curious why the &amp;quot;Enter Value Into Field on Screen&amp;quot; using Grid:Column1 to place into &amp;quot;myField&amp;quot; doesn&amp;#39;t work. &lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Why search an entire table to find a match when I have what i want is sitting in the grid ready to be transferred? Is this action not suppose to be able to transfer data from a grid to a field? Even if it isn&amp;#39;t, then why would the grid values even be options?.. &lt;/p&gt;
&lt;p&gt;The enter value simply makes more sense unless there is an underlying restriction such as the data found in a grid not actually being stored in a duplicate location for just that grid&amp;#39;s data to be retrieved. If the grid is only a text representation of what we wanted from the table, meaning the table is still the ONLY physical existence of the data ... then this would somewhat make sense.&lt;/p&gt;
&lt;p&gt;~Joe&lt;/p&gt;</description></item><item><title>Re: Bug? - Grid Columns</title><link>http://forums.method.me/cs/forums/thread/1715.aspx</link><pubDate>Mon, 23 Nov 2009 13:40:02 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:1715</guid><dc:creator>Matt</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/1715.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=1715</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Joe,&lt;/p&gt;
&lt;p&gt;I think I kow what you are talking about with your follow up question.&lt;/p&gt;
&lt;p&gt;It sounds like you are trying to enter a value from the grid onto the screen. It sounds like you are trying to do that using the &amp;quot;Enter value into field on screen&amp;quot; where you &amp;quot;retrieve value from&amp;quot; a field on the screen (being Grid:FieldName). &lt;/p&gt;
&lt;p&gt;For some reason it appears that the only time retrieve value from screen works on a grid is to get the RecordID (like you described). You can then use &amp;quot;Retrieve value from table&amp;quot; to get the value of the field for that Record ID )and save it to an action result) and then &amp;quot;Enter value into field On Screen&amp;quot; with the value coming from the Action Result. &lt;/p&gt;
&lt;p&gt;I think the option to just retrieve the value from the grid directly was throwing you off (it threw me off until I realized it didn&amp;#39;t work). &lt;/p&gt;</description></item><item><title>Re: Bug? - Grid Columns</title><link>http://forums.method.me/cs/forums/thread/1706.aspx</link><pubDate>Wed, 18 Nov 2009 21:55:10 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:1706</guid><dc:creator>Joe</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/1706.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=1706</wfw:commentRss><description>&lt;p&gt;Sorry for the piss-poor explanation... life has thrown a few things my way i&amp;#39;m not coping with at 100%.&lt;/p&gt;
&lt;p&gt;Screen: New Activity (Copy)&lt;/p&gt;
&lt;p&gt;Object: Custom Grid dragged onto screen. Grid is based off a custom table that i created called contacts.&lt;/p&gt;
&lt;p&gt;------------------------------------------------------------------------------------------------------------------------------------------------&lt;/p&gt;
&lt;p&gt;For whatever reason, when i added a show message to a name field it worked perfectly -- so i deleted teh other fields and readded, as well as redoing the actions. The show message started appearing after that so i can honestly say i have no idea what the deal was with those 3 fields...&lt;/p&gt;
&lt;p&gt;Although I do have a slightly related question:&lt;/p&gt;
&lt;p&gt;When using the select link on a grid... i&amp;#39;ve noticed the action &amp;quot;Retrieve Value From Table&amp;quot; is able to use Grid:RecordID to find the correct name in the table.&lt;/p&gt;
&lt;p&gt;But, if i use &amp;quot;Enter Value Into Field On Screen&amp;quot;&amp;quot; - and i try to say Field-Name is equal to Value From Screen&amp;quot;- Grid:Name... it doesnt work. Nothing seems to happen. &lt;/p&gt;
&lt;p&gt;So why is it that retrieve value form table actions can use the Grid values...but &amp;quot;Enter Value Into Field On Screen&amp;quot;.. cannot?&lt;/p&gt;</description></item><item><title>Re: Bug? - Grid Columns</title><link>http://forums.method.me/cs/forums/thread/1705.aspx</link><pubDate>Wed, 18 Nov 2009 21:19:15 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:1705</guid><dc:creator>Anonymous</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/1705.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=1705</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hey Joe,&lt;/p&gt;
&lt;p&gt;One of us is starting to slide, I tested this out and I was able to get the show message to work, I did the following:&lt;/p&gt;
&lt;p&gt;Copied the Customer List screen&lt;br /&gt;Edited the Customer column and added a show message on select&lt;br /&gt;Save and close.. and when I tested it, it worked fine.&lt;/p&gt;
&lt;p&gt;Let me know the steps you&amp;#39;re taking as well as the screen you&amp;#39;re trying to do this on. This may help me figure out whats going on.&lt;/p&gt;</description></item><item><title>Bug? - Grid Columns</title><link>http://forums.method.me/cs/forums/thread/1703.aspx</link><pubDate>Wed, 18 Nov 2009 16:49:57 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:1703</guid><dc:creator>Joe</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/1703.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=1703</wfw:commentRss><description>&lt;p&gt;Grid -&amp;gt; Columns -&amp;gt; &lt;span style="text-decoration:underline;"&gt;Actions&lt;/span&gt; link.&lt;/p&gt;
&lt;p&gt;When adding events to a grid column, such as the select event (not to be confused with the select&lt;b&gt; link&lt;/b&gt;), the column data becomes clickable.&lt;/p&gt;
&lt;p&gt;Upon the click, the actions under the &amp;quot;Slect&amp;quot; event should be ran.&lt;/p&gt;
&lt;p&gt;I put a &amp;quot;Show Message&amp;quot; action under EVERY event type. Under no situation does the message display. Is method failing to run these events?&lt;/p&gt;
&lt;p&gt;~Joe&lt;/p&gt;</description></item></channel></rss>