<?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: pop up calculator</title><link>http://forums.method.me/cs/forums/thread/1230.aspx</link><pubDate>Mon, 24 Aug 2009 19:16:55 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:1230</guid><dc:creator>pholcer</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/1230.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=1230</wfw:commentRss><description>&lt;p&gt;Thanks much for the guidance! &lt;/p&gt;
&lt;p&gt;I understand the development process so I really appreciate the heads up on your possible time frame.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m planning on working on this next week. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: pop up calculator</title><link>http://forums.method.me/cs/forums/thread/1214.aspx</link><pubDate>Sat, 22 Aug 2009 01:49:11 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:1214</guid><dc:creator>Method_Paul</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/1214.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=1214</wfw:commentRss><description>&lt;p&gt;Hey&amp;nbsp;Phil -&lt;/p&gt;
&lt;p&gt;Sounds like a fun project.&amp;nbsp; I think there is an opportunity&amp;nbsp;here to actually be more efficient than QB, since you can create a custom calcuator for their unique business needs - just might require some creativity.&amp;nbsp; I know you are going to get to the point where the popup gets the value and you want to put it on the original screen when the popup closes.&lt;/p&gt;
&lt;p&gt;What you want to do is set a SharedResult on the popup when it closes.&amp;nbsp; And then on the original screen, edit the screen, click Advanced, go to the OnPopUpClose event and use that to grab the SharedResult and put it into the grid.&amp;nbsp; For an example to reverse engineer, have a look at the Opportunites screen and what happens when you click the &amp;quot;...&amp;quot; on the customer, add a new customer and have it pop in when the popup closes.&lt;/p&gt;
&lt;p&gt;Calculator -&amp;nbsp;I can see us doing this one day.&amp;nbsp; Personally when I use QuickBooks I use the calculator all the time.&amp;nbsp; It&amp;#39;s no small thing to do on a web page, though.&amp;nbsp; But, hey, we&amp;#39;ve taken on&amp;nbsp;more challenging projects than that for Method.&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t see us adding a calculator any time soon.&amp;nbsp; We&amp;#39;ve got lots of goodies on the go,&amp;nbsp;some even coming out on next week&amp;#39;s version - which I plan to write a geeky blog post about.&amp;nbsp;&amp;nbsp;We also have some bigger projects&amp;nbsp;too that are occupying a dev team&amp;#39;s time.....so I honestly don&amp;#39;t see a calculator finding its way up the priority list for at least the next few months.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Paul&lt;/p&gt;</description></item><item><title>Re: pop up calculator</title><link>http://forums.method.me/cs/forums/thread/1211.aspx</link><pubDate>Fri, 21 Aug 2009 22:15:02 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:1211</guid><dc:creator>pholcer</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/1211.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=1211</wfw:commentRss><description>&lt;p&gt;We&amp;#39;re really in a situation where no two cuts are the same. So hard-coding the length and width won&amp;#39;t work. &lt;/p&gt;
&lt;p&gt;However, I was thinking through the pop up screen idea earlier and tend to prefer that. &lt;/p&gt;
&lt;p&gt;Unless of course the Method folks decided to just put a calculator in there! :)&lt;/p&gt;
&lt;p&gt;Thanks very much for the help on this and the ideas!!&lt;/p&gt;
&lt;p&gt;I&amp;#39;ll begin working on the pop up window for these guys. :)&lt;/p&gt;</description></item><item><title>Re: pop up calculator</title><link>http://forums.method.me/cs/forums/thread/1208.aspx</link><pubDate>Fri, 21 Aug 2009 21:57:51 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:1208</guid><dc:creator>Method_Valbon</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/1208.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=1208</wfw:commentRss><description>&lt;p&gt;Reading this post got me thinking, you could also add two fields for length and width to the InvoiceLine table and grid. Doing this and using the basic math action (on lose focus for both grid columns) can actually calculate (length * width / 144) and enter that value into the Quantity field automatically. By adding the fields it also gives you the option to include custom cut measurements on the invoice.&lt;/p&gt;
&lt;p&gt;To take it a step further you can enter default length/width information for specific items so you can save even more time entering data.&lt;/p&gt;
&lt;p&gt;Alternatively, if your heart was set on a popup you could actually create a basic little popup screen that is a calculator, using Method.&lt;/p&gt;
&lt;p&gt;Hope that helps,&lt;/p&gt;</description></item><item><title>Re: pop up calculator</title><link>http://forums.method.me/cs/forums/thread/1207.aspx</link><pubDate>Fri, 21 Aug 2009 21:13:54 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:1207</guid><dc:creator>Anonymous</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/1207.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=1207</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi Phillip, &lt;/p&gt;
&lt;p&gt;I&amp;#39;m looking into the possibility of a calculator feature, I&amp;#39;ll keep you posted.&lt;/p&gt;</description></item><item><title>pop up calculator</title><link>http://forums.method.me/cs/forums/thread/1200.aspx</link><pubDate>Fri, 21 Aug 2009 17:44:49 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:1200</guid><dc:creator>pholcer</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/1200.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=1200</wfw:commentRss><description>&lt;p&gt;Is there anyway to put a calculator into a cell in a grid? Similar to the calendar that pops up when you select the cell.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Here&amp;#39;s the scenario:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In QB, when creating an invoice, the employee can go to the quantity section and enter their first number then the multiplication sign on their keyboard and the calculator comes up. They perform the rest of their calculations and hit enter. The resulting number is placed in the quantity cell and they complete the invoice.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This is a huge time loss in moving this company from QB to Method. They deal with cut glass measurements regularly and are often times producing more than one line item on an invoice. The accuracy this feature provided in QB is important too.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The calculation they are performing is Lenth in inches X width in inches divided by 144 to get sq feet. That&amp;#39;s the quantity calculation for each piece of glass they are dealing with.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Any way to put a calculator in a cell? I see where we can add the calendar feature...just didn&amp;#39;t see a calculator.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Basic math function won&amp;#39;t do because these are custom cuts. Each piece of glass is a different size.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Thanks much!!&lt;/p&gt;
&lt;p&gt;Phillip&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>