<?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: [Random case] Not work in Chrome, but ok in IE or FireFox (or vice versa)</title><link>http://forums.method.me/cs/forums/thread/26760.aspx</link><pubDate>Mon, 20 Apr 2015 21:58:33 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:26760</guid><dc:creator>Method_Audisho</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/26760.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=26760</wfw:commentRss><description>&lt;p class="p1"&gt;Hi Alex,&lt;/p&gt;
&lt;p class="p1"&gt;There is no tool to automate this. You&amp;rsquo;ll have to update the actions on each of your screens manually. I recommend that you update one set of screens with my suggestion and verify that this resolves the issue. If you notice that the issue no longer occurs after updating this set, then update them all with my suggestion. I hope this helps.&lt;/p&gt;
&lt;p class="p1"&gt;-Audisho&lt;/p&gt;</description></item><item><title>Re: [Random case] Not work in Chrome, but ok in IE or FireFox (or vice versa)</title><link>http://forums.method.me/cs/forums/thread/26759.aspx</link><pubDate>Mon, 20 Apr 2015 21:47:42 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:26759</guid><dc:creator>alexhuang</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/26759.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=26759</wfw:commentRss><description>&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;Thanks.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The difference to your instruction is that I use SRParent through out parent screen and popup. I&amp;#39;ll try to check if I can change like your instruction since I have 10 this kinds of popup, and each of which has lots action, so it will need lots of action move to insert new actions.&amp;nbsp;&lt;span id="mce_2_start" style="overflow:hidden;"&gt;(or do you have better tool to insert action?)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;--&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Re: [Random case] Not work in Chrome, but ok in IE or FireFox (or vice versa)</title><link>http://forums.method.me/cs/forums/thread/26753.aspx</link><pubDate>Mon, 20 Apr 2015 19:00:52 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:26753</guid><dc:creator>Method_Audisho</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/26753.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=26753</wfw:commentRss><description>&lt;p class="p1"&gt;Hi Alex,&lt;/p&gt;
&lt;p class="p1"&gt;You may be doing this already, but I am going to suggest a workflow for using share&lt;span id="mce_1_start" style="overflow:hidden;"&gt;d&lt;/span&gt;&amp;nbsp;results with a parent and popup screen:&lt;/p&gt;
&lt;p class="p1"&gt;1) &lt;b&gt;On the parent screen&lt;/b&gt;, place the value that you want to access in the popup screen into a shared result. We&amp;rsquo;ll call this &lt;b&gt;SRParent&lt;/b&gt;.&lt;/p&gt;
&lt;p class="p1"&gt;2) &lt;b&gt;On the popup&lt;/b&gt;, retrieve the value from &lt;b&gt;SRParent&lt;/b&gt; and store it in an action result. We&amp;rsquo;ll call this &lt;b&gt;ARPopup&lt;/b&gt;.&lt;/p&gt;
&lt;p class="p1"&gt;3) &lt;b&gt;On the popup&lt;/b&gt;, clear the shared result &lt;b&gt;SRParent&lt;/b&gt; to prevent issues with using this in the future.&lt;/p&gt;
&lt;p class="p1"&gt;4) &lt;b&gt;On the popup&lt;/b&gt;, use &lt;b&gt;ARPopup&lt;/b&gt; for any logic that you need to use this value for.&lt;/p&gt;
&lt;p class="p1"&gt;5) &lt;b&gt;On the popup&lt;/b&gt;, assign any value you need to pass back to the parent screen to a &lt;span class="s1"&gt;new&lt;/span&gt; shared result. We&amp;rsquo;ll call this &lt;b&gt;SRPopup&lt;/b&gt;.&lt;/p&gt;
&lt;p class="p1"&gt;6) &lt;b&gt;On the parent screen&lt;/b&gt;, retrieve the value from &lt;b&gt;SRPopup&lt;/b&gt; and store it in an action result to be used on the screen.&lt;/p&gt;
&lt;p class="p1"&gt;7) &lt;b&gt;On the parent screen&lt;/b&gt;, clear the shared result &lt;b&gt;SRPopup&lt;/b&gt; to prevent issues with using this in the future.&lt;/p&gt;
&lt;p class="p1"&gt;You want to make sure that you are retrieving the value from a shared result as soon as you can. You also want to make sure that you are clearing your shared results as soon as you have retrieved the value.&lt;/p&gt;
&lt;p class="p1"&gt;I hope this helps.&lt;/p&gt;
&lt;p class="p1"&gt;-Audisho&lt;/p&gt;</description></item><item><title>Re: [Random case] Not work in Chrome, but ok in IE or FireFox (or vice versa)</title><link>http://forums.method.me/cs/forums/thread/26745.aspx</link><pubDate>Mon, 20 Apr 2015 17:43:46 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:26745</guid><dc:creator>alexhuang</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/26745.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=26745</wfw:commentRss><description>&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;Hi,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;&lt;/span&gt;I do follow this rule to set/reset shared value. That is, set shared value in parent screen, update value in a popup screen, then check and reset in parent screen again.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The issue I have is: sometimes, the shared value from popup screen are blank. Or, sometimes, the shared value are modified in popup screen, but become its orignal value when back to parent screen (in onclosepopup.) And, if it happends, it will last for a long time (couple hours.) at this moment, if I change browser, then it works again.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Most of my case for a stock screen is to create Bill from Purchase order.&lt;/p&gt;
&lt;p&gt;And, I have some &lt;span id="mce_1_start" style="overflow:hidden;"&gt;cutomized&amp;nbsp;&lt;/span&gt;screen similar to this screen (for example, create invoice from sales order, and some of my own screen) has the same issue. That is, shared result may become incorrect sometimes.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Unfortunately, this case is random, I can not reproduce it with specific rules. Our system is in test/qa stage now, my client already have some reports regarding this already. I&amp;#39;ll definitely call you if we could find the steps to generate it.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;===&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;</description></item><item><title>Re: [Random case] Not work in Chrome, but ok in IE or FireFox (or vice versa)</title><link>http://forums.method.me/cs/forums/thread/26734.aspx</link><pubDate>Mon, 20 Apr 2015 13:49:48 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:26734</guid><dc:creator>Method_Audisho</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/26734.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=26734</wfw:commentRss><description>&lt;p class="p1"&gt;Hi Alex,&lt;/p&gt;
&lt;p class="p1"&gt;Shared results can be kind of difficult if not used correctly. You need to make sure that you are clearing / re-initializing them once you are done with the stored value. This usually means setting them to a blank string.&lt;/p&gt;
&lt;p class="p1"&gt;You mentioned that this is occurring on some of your stock screens. What is the issue that leads you to believe this is a problem with shared results on a stock screen? What screen is this occurring on?&lt;/p&gt;
&lt;p class="p1"&gt;Keep in mind that our support team can help if you are running into any issues on the stock screens. It definitely helps if you can reproduce the issue for us, but if you are having problems with the stock screens, I recommend that you give our support line a call at 1.888.925.6238 x2.&lt;/p&gt;
&lt;p class="p1"&gt;-Audisho&lt;/p&gt;</description></item><item><title>[Random case] Not work in Chrome, but ok in IE or FireFox (or vice versa)</title><link>http://forums.method.me/cs/forums/thread/26725.aspx</link><pubDate>Fri, 17 Apr 2015 23:43:00 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:26725</guid><dc:creator>alexhuang</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/26725.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=26725</wfw:commentRss><description>&lt;p&gt;Hi Method,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;This issue confused me quite a while, I did not pay much attention to solve it since a lot of development to do. Now, in test stage, my client faces this issue quite a lot, so I&amp;#39;d like to know what&amp;#39;s going on and the solution.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It actually happens in several default/customized screen, but random. All cases are related to popup screen. After popup screen is launched, the task in popup screen finished correctly, but the calling screen, onClosePopup can not get correct value (via Shared Result.) In this case, if I switch to different browser, then it works again, and if I wait for quite a while, then the browser that failed before can work. However, I can not ask my client to switch browser from time to time.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Is there anything in Method Action or configuration that I need to adjust to make it work?&amp;nbsp;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;Thanks.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Alex&lt;/p&gt;</description></item></channel></rss>