﻿<?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 - WebCombo - webcombos dependence by code</title><link>http://www.intersoftsolutions.com/Community/WebCombo/webcombos-dependence-by-code/</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>webcombos dependence by code</title><link>http://www.intersoftsolutions.com/Community/WebCombo/webcombos-dependence-by-code/</link><pubDate>Wed, 26 May 2010 09:28:11 GMT</pubDate><dc:creator>jleyva@bisa.com.pe</dc:creator><description>&lt;p&gt;&lt;span class="short_text" id="result_box"&gt;&lt;span title="" style="background-color: #fff; color: #000" pc="gracias esto resolvio mi problema" qc="This solved my problem thanks" closure_uid_rvv8ew="38"&gt;&lt;span style="font-size: 23px"&gt;This solved my problem thanks&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>webcombos dependence by code</title><link>http://www.intersoftsolutions.com/Community/WebCombo/webcombos-dependence-by-code/</link><pubDate>Tue, 25 May 2010 13:15:48 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;Try in LostFocusAction event.&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt; function WebCombo1_OnLostFocus(controlId) {
            var WebCombo1 = ISGetObject(controlId);
            var WebCombo2 = ISGetObject("WebCombo2");
            WebCombo2.IsDirty = true;
            WebCombo2.NeedClearList = true;
            WebCombo2.Values = null;
            WebCombo2.ClearSelection();
            WebCombo2.RefreshValueItems();
            return true;
        }&lt;/pre&gt;
&lt;p&gt;I also attached my sample for you as detail.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;
&lt;p /&gt;</description></item><item><title>webcombos dependence by code</title><link>http://www.intersoftsolutions.com/Community/WebCombo/webcombos-dependence-by-code/</link><pubDate>Tue, 25 May 2010 11:59:40 GMT</pubDate><dc:creator>jleyva@bisa.com.pe</dc:creator><description>&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;
&lt;p&gt;&lt;span class="medium_text" id="result_box"&gt;&lt;span title="" qc="I have two webcombos, the second depends on the first, I want to refresh the data of the second webcombo this javascript code" pc="yo tengo dos webcombos, el segundo depende del primero, yo quiero refrescar la data del segundo webcombo con este codigo javascript" closure_uid_ssdf59="30"&gt;&lt;span style="font-size: 10pt"&gt;I have two webcombos, the second depends on the first, I want to refresh the data of the second webcombo this javascript code; &lt;span class="short_text" id="result_box"&gt;&lt;span title="" style="background-color: #e6ecf9; color: #000" qc="in the event after selecting item" pc="en el evento despues de seleccionar item" closure_uid_ssdf59="86"&gt;in the event after selecting item del primer webcombo the first webcombo&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt;
&lt;p&gt;function Refresca_combo()  // this function refresh the second webcombo&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
var&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt; wcProyecto= ISGetObject(&lt;/span&gt;&lt;span style="color: #800000; font-size: 13px"&gt;&lt;span style="color: #800000; font-size: 13px"&gt;"wcProyecto"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt;); &lt;p&gt;wcProyecto.ClearSelection();&lt;/p&gt;&lt;p&gt;wcProyecto.NeedClearList = &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;wcProyecto.SendCustomRequest();&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;&lt;span class="short_text" id="result_box"&gt;&lt;span title="" style="background-color: #e6ecf9; color: #000" qc="but the problem is that the second combo you need an event to refresh the data" pc="pero el problema es que el segundo combo necesita un evento para poder refrescar la data" closure_uid_ssdf59="138"&gt;&lt;span style="font-size: 10pt"&gt;but the problem is that the second combo you need an event to refresh the data, &lt;span class="medium_text" id="result_box"&gt;&lt;span title="" style="background-color: #fff; color: #000" qc="for example, write something in the combo and then delete it and so it refreshes the data of the second combo" pc="por ejemplo escribir algo en el combo y luego borrarlo y asi es como refresca la data del segundo combo" closure_uid_ssdf59="184"&gt;&lt;span style="font-size: 15px"&gt;for example, write something in the combo and then delete it and so it refreshes the data of the second combo&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/span&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;true&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt;;&lt;p&gt;wcProyecto.SendCustomRequest();&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;&lt;span class="short_text" id="result_box"&gt;&lt;span title="" style="background-color: #e6ecf9; color: #000" qc="but the problem is that the second combo you need an event to refresh the data" pc="pero el problema es que el segundo combo necesita un evento para poder refrescar la data" closure_uid_ssdf59="138"&gt;&lt;span style="font-size: 10pt"&gt;but the problem is that the second combo you need an event to refresh the data, &lt;span class="medium_text" id="result_box"&gt;&lt;span title="" style="background-color: #fff; color: #000" qc="for example, write something in the combo and then delete it and so it refreshes the data of the second combo" pc="por ejemplo escribir algo en el combo y luego borrarlo y asi es como refresca la data del segundo combo" closure_uid_ssdf59="184"&gt;&lt;span style="font-size: 15px"&gt;for example, write something in the combo and then delete it and so it refreshes the data of the second combo&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;</description></item></channel></rss>