﻿<?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 - Lounge - Resultbox show duplicate value</title><link>http://www.intersoftsolutions.com/Community/Lounge/Resultbox-show-duplicate-value/</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>Resultbox show duplicate value</title><link>http://www.intersoftsolutions.com/Community/Lounge/Resultbox-show-duplicate-value/</link><pubDate>Wed, 15 Oct 2014 04:21:39 GMT</pubDate><dc:creator>yudi</dc:creator><category>Resultbox show duplicate value</category><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Please kindly check my response on the "type webcobo accepted duplicate value" thread in &lt;a href="http://www.intersoftpt.com/Community/WebCombo/type-webcobo-accepted-duplicate-value/" target="_blank"&gt;here&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Resultbox show duplicate value</title><link>http://www.intersoftsolutions.com/Community/Lounge/Resultbox-show-duplicate-value/</link><pubDate>Tue, 14 Oct 2014 04:00:24 GMT</pubDate><dc:creator>Sakthi</dc:creator><category>Resultbox show duplicate value</category><description>&lt;br&gt;hi yudi,&lt;br&gt;&lt;br&gt;help to Solve&lt;br&gt;&lt;br&gt;https://www.intersoftpt.com/Community/WebCombo/type-webcobo-accepted-duplicate-value/</description></item><item><title>Resultbox show duplicate value</title><link>http://www.intersoftsolutions.com/Community/Lounge/Resultbox-show-duplicate-value/</link><pubDate>Tue, 14 Oct 2014 03:25:56 GMT</pubDate><dc:creator>yudi</dc:creator><category>Resultbox show duplicate value</category><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Glad to hear that invoking ClearResultBox() method resolves the problem.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Should you need further assistance or run into any problems regarding our controls, feel free to post it into our forum. We would be happy to assist you again.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Resultbox show duplicate value</title><link>http://www.intersoftsolutions.com/Community/Lounge/Resultbox-show-duplicate-value/</link><pubDate>Mon, 13 Oct 2014 06:03:47 GMT</pubDate><dc:creator>Sakthi</dc:creator><category>Resultbox show duplicate value</category><description>&lt;p&gt;hi Yudi&lt;/p&gt;&lt;p&gt;thanks for ur replay&lt;/p&gt;
&lt;p&gt;i am using below code now solved&lt;/p&gt;
&lt;p&gt;LostFocus&lt;/p&gt;&lt;pre&gt;var combo = ISGetObject("WebCombo1");
combo.ClearResultBox();
return true;&lt;/pre&gt;</description></item><item><title>Resultbox show duplicate value</title><link>http://www.intersoftsolutions.com/Community/Lounge/Resultbox-show-duplicate-value/</link><pubDate>Mon, 13 Oct 2014 04:15:05 GMT</pubDate><dc:creator>yudi</dc:creator><category>Resultbox show duplicate value</category><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;WebCombo has ClearSelection() and ClearSelectedValueItem() method. The explanation is as follow:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;&lt;strong&gt;ClearSelection()&lt;/strong&gt;&lt;br&gt;Description: Instructs WebCombo to clear any currently selected item.&lt;br&gt;Sample:&lt;br&gt;&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;function CustomFunction(){
    // Obtain WebCombo object
    var combo = ISGetObject("WebCombo1");
    // Instructs WebCombo to clear any currently selected item
    combo.ClearSelection();
    return true;
}&lt;/pre&gt;&lt;br&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;&lt;strong&gt;ClearSelectedValueItem()&lt;/strong&gt;&lt;br&gt;Description: Clear any currently selected ValueItem.&lt;br&gt;Sample:&lt;br&gt;&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;function CustomFunction()
{
    var combo = ISGetObject("WebCombo1");
    combo.ClearSelectedValueItem();
    return true;
}&lt;/pre&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;You can try to invoke those method in &lt;em&gt;OnShowDropDown&lt;/em&gt; client-side event of WebCombo. It is the client-side event which specifies the client side (JavaScript) function that will be invoked when the ResultBox is about to show.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Hope this help.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Resultbox show duplicate value</title><link>http://www.intersoftsolutions.com/Community/Lounge/Resultbox-show-duplicate-value/</link><pubDate>Sat, 11 Oct 2014 06:49:39 GMT</pubDate><dc:creator>Sakthi</dc:creator><category>Resultbox show duplicate value</category><description>&lt;br&gt;&lt;p&gt;"ISNet.WebUI.WebCombo.Editor, Version=6.0.7200.257&lt;/p&gt;&lt;p&gt;VB2010 C#, javascript&lt;/p&gt;&lt;p&gt;1. Load Items in combo&lt;/p&gt;&lt;p&gt;2. Enter full code, (item seletecd now) then press down arrow&lt;/p&gt;&lt;p&gt;3. press combo popup arrow.&lt;/p&gt;&lt;p&gt;4. dispayed duplicate value in result box&lt;/p&gt;&lt;p&gt;Last selected value not clear and all records displayed &lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;</description></item></channel></rss>