﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - ISGetObject</title><link>http://www.intersoftsolutions.com/Community/Tags/ISGetObject/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>ISGetObject() not working after upgrade</title><link>http://www.intersoftsolutions.com/Community/Tags/ISGetObject/</link><pubDate>Sun, 31 May 2015 15:07:17 GMT</pubDate><dc:creator>tj@domesticsoft.com</dc:creator><category>ISGetObject</category><category>upgrading</category><description>&lt;p&gt;Hi,&lt;br&gt;We have a ASP.net app that has been working for many years with Intersoft Studio 2008R1. Now we want to come back and upgrade the whole thing. So I downloaded the Studio.NET 2014R2 trial. As our customers use Chrome and have recently had problems with the newest version I also installed the new hotfix of WebUI.NET, strictly following the steps for installing HotFixes. I updated all Intersoft references in our solution and then compile it. It compiled without problem. But when running I ran into the problem that the ISGetObject() function is crashing in my java script below. The first allert ("A!") pops up but not the later one ("B!"). &lt;br&gt;My Intersoft knowledge is quite rusted after almost 7 yers away. What else do I need to change in my old project such that ISGetObject()&amp;nbsp; will be working?&lt;br&gt;&lt;/p&gt;&lt;p&gt;  &lt;/p&gt;&lt;pre&gt;    	function window_onload() 
        {
            document.body.style.overflow = "hidden";

            if (!navigator.cookieEnabled)
                alert("Coockies must be enabled for this web application to work properly");

            //  Se extensions in NavigatorExtensions.js
            //if(navigator.isMongo)
            //    alert("You are using " + navigator.browser + ".\n\nIE 10.0 and higher are not supported by this web-site. IE 10.0 and higher versions of IE are regarded very problematic versions. Many web sites disregard IE 10 and IE 11.\n\n We strongly recommend using another browser like:\n   Mozilla Firefox (firefox.com)\n   Google Chrome (chrome.com)\n\nHowever if you persist using " + navigator.browser + " then please enable its \"Compatibility Settings\" for this web site. Without it you may expect abnormal functionalety.");

            alert("HELLO WORLD A!");
            var dlgBox = ISGetObject("c_wdlgLogin");
            alert("HELLO WORLD B!");
            dlgBox.ShowDialog();
            alert("HELLO WORLD C!");
        }
&lt;/pre&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;</description></item><item><title>Get the any column for the selected row</title><link>http://www.intersoftsolutions.com/Community/Tags/ISGetObject/</link><pubDate>Fri, 11 Dec 2009 09:45:25 GMT</pubDate><dc:creator>mbaker6706</dc:creator><category>ISGetObject</category><category>GetCell</category><category>GetSelectedRow</category><description>&lt;p&gt;I'm trying to retrieve the value from any column for a selected row in a webcombo from a JS script and can't seem to find the correct method to peform this action.  I'm trying to compare 2 dates on the form, one from a date picker and one that is embedded in the webcombo control as another column (not the key column).  Here is what I have so far:&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;
function&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt; validateDates() { &lt;/span&gt;&lt;span style="color: #008000; font-size: 13px"&gt;&lt;span style="color: #008000; font-size: 13px"&gt;//Get Bond Date 
&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt;&lt;/span&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;var&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt; bDate = &lt;/span&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;new&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt; Date(); bDate = eo_GetObject(&lt;/span&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;"bDate"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt;).getSelectedDate(); &lt;/span&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;var&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt; validDate = &lt;/span&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;new&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt; Date(); &lt;p&gt;validDate.setFullYear(1901, 01, 01);&lt;/p&gt;&lt;/span&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;if&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt;(bondDate &amp;gt; validDate) { &lt;/span&gt;&lt;span style="color: #008000; font-size: 13px"&gt;&lt;span style="color: #008000; font-size: 13px"&gt;// Valid BondDate..proceed 
&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt;&lt;/span&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;var&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt; combo = ISGetObject(&lt;/span&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;"webcombo1"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt;); &lt;/span&gt;&lt;span style="color: #008000; font-size: 13px"&gt;&lt;span style="color: #008000; font-size: 13px"&gt;// Gets the selected WebComboRow object 
&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt;&lt;/span&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;var&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt; row = combo.GetSelectedRow(); &lt;/span&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;if&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt; (row != &lt;/span&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;null&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt;) {&lt;/span&gt;&lt;span style="color: #008000; font-size: 13px"&gt;&lt;span style="color: #008000; font-size: 13px"&gt; 
&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt;&lt;/span&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;var&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt; cell = row.GetCell(3); alert(&lt;/span&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;"The Expire Date for the selected row is "&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt; &amp;#43; cell.Value); &lt;p&gt;}&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;/span&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;return&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt; &lt;/span&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;true&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt;; &lt;p&gt;} &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The JS fails on &lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;var&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt; cell = row.GetCell(3);&lt;/span&gt; and says "object doesn't support this property or method".&amp;nbsp; I think this method is for the webgrid and not webcombo.&amp;nbsp; Is there an equivilent for webcombo possibly?&amp;nbsp;&amp;nbsp; Any thoughts?&lt;/p&gt;&lt;/span&gt;</description></item></channel></rss>