<?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: Printing off a grid result</title><link>http://forums.method.me/cs/forums/thread/5203.aspx</link><pubDate>Mon, 21 Feb 2011 14:53:39 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:5203</guid><dc:creator>John M</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/5203.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=5203</wfw:commentRss><description>&lt;p&gt;Michael,&lt;/p&gt;
&lt;p&gt;Works great, thanks for pointing me in the right direction.&lt;/p&gt;
&lt;p&gt;Thanks, John M&lt;/p&gt;</description></item><item><title>Re: Printing off a grid result</title><link>http://forums.method.me/cs/forums/thread/5168.aspx</link><pubDate>Thu, 17 Feb 2011 22:33:39 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:5168</guid><dc:creator>Method_Michael</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/5168.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=5168</wfw:commentRss><description>&lt;p&gt;John,&lt;/p&gt;
&lt;p&gt;If you take a look at the &lt;b&gt;Print &amp;gt; Print Selected invoices&lt;/b&gt; button actions on the Invoice screen it should answer most of your questions.&lt;/p&gt;
&lt;p&gt;Essentially the way it works is that Method loops through the list of checked grid items and builds a list of RecordIDs that will be used to create a dataset that is passed to the report.&amp;nbsp; So when the report is being generated it is being generated based on a subset of data. &amp;nbsp;The &amp;lsquo;query&amp;#39; would be the Filter Report section of the &lt;i&gt;Generate Report&lt;/i&gt; action. In the Filter Reports section you can filter for specific records by using the Build selection list condition.&lt;/p&gt;
&lt;p&gt;-Michael&lt;/p&gt;</description></item><item><title>Re: Printing off a grid result</title><link>http://forums.method.me/cs/forums/thread/5163.aspx</link><pubDate>Thu, 17 Feb 2011 21:41:51 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:5163</guid><dc:creator>John M</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/5163.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=5163</wfw:commentRss><description>&lt;p&gt;Michael&lt;/p&gt;
&lt;p&gt;Thanks for the responce.&amp;nbsp; When I needed to make a report in Access, i made a query up and based the report off new the table. (Im letting you know how im thinking about making reports up) Is there a query in Method that I am not seeing that can collect the data off a grid and then store that as a value so the report can use that value to print? &lt;/p&gt;
&lt;p&gt;Thanks, John M&lt;/p&gt;</description></item><item><title>Re: Printing off a grid result</title><link>http://forums.method.me/cs/forums/thread/5160.aspx</link><pubDate>Thu, 17 Feb 2011 21:05:14 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:5160</guid><dc:creator>Method_Michael</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/5160.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=5160</wfw:commentRss><description>&lt;p&gt;Hi John,&lt;/p&gt;
&lt;p&gt;When you store a value in an Action Result it is only local to that action set. So if you store 123 in an action result in button 1, once button1 is done doing its thing the value in the action result is cleared. If you want to store a value that is outside the scope of just one control (Button, Text field, drop down, etc...) you can assign a value to a shared result. Values assigned to shared result are stored in the session so they hold information until the session is closed (close browser or sign out) or until you save another value in the shared result.&lt;/p&gt;
&lt;p&gt;-Michael&lt;/p&gt;</description></item><item><title>Re: Printing off a grid result</title><link>http://forums.method.me/cs/forums/thread/5153.aspx</link><pubDate>Thu, 17 Feb 2011 19:52:53 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:5153</guid><dc:creator>John M</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/5153.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=5153</wfw:commentRss><description>&lt;p&gt;Ok..I am starting to see the ways of how Method actions are playing.&amp;nbsp; I am looking at the Field services Print/email work order section and learning how your taking the information from that grid and printing work orders. &lt;/p&gt;
&lt;p&gt;outher than my head feels like &lt;img src="http://www.methodintegration.com/cs/emoticons/emotion-7.gif" alt="Tongue Tied" /&gt; pepsi will take care of that.&lt;/p&gt;
&lt;p&gt;I do have a question about actions.&amp;nbsp; If I am saving a value from a action to be used later, where is that data? in memory or on a table?&lt;/p&gt;
&lt;p&gt;Thanks, John&lt;/p&gt;</description></item><item><title>Printing off a grid result</title><link>http://forums.method.me/cs/forums/thread/5133.aspx</link><pubDate>Thu, 17 Feb 2011 16:14:52 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:5133</guid><dc:creator>John M</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/5133.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=5133</wfw:commentRss><description>&lt;p&gt;Wowzers, back in the DOS days I use to program well but now, looks like my skills are REALLY rusty.&amp;nbsp; I looked for help here but could not find anything related to printing of grids.&lt;/p&gt;
&lt;p&gt;I have a grid that is off the ActivityJobItem table. I set up my date range and what county the pesicide products were used. This gets me the data for the month in question.&amp;nbsp; My plan is to print that data into a report. &lt;/p&gt;
&lt;p&gt;I set up the following actions in this order&lt;/p&gt;
&lt;p&gt;1. Assigned Value to Action Result: I then named the result UseReportData and used ReportID field to store&lt;/p&gt;
&lt;p&gt;2. Start Loop Through Grid: Starts the process of looking for the data. I did make it so it looks for checked items.&lt;/p&gt;
&lt;p&gt;3. Character Function: This is where I am getting hungup. I am going to assume that this function will take data and store it in the action result UseReportData&lt;/p&gt;
&lt;p&gt;4. End Loop Through Grid:&lt;/p&gt;
&lt;p&gt;5. Create Report: The report prints all the records from the ActivityJobItems table and not the selected checked items from the grid. &lt;/p&gt;
&lt;p&gt;What am i doing wrong? or is not the correct process to make a report like this?&lt;/p&gt;
&lt;p&gt;Thanks, John M&lt;/p&gt;
&lt;p&gt;&lt;img src="http://www.methodintegration.com/cs/emoticons/emotion-7.gif" alt="Tongue Tied" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>