<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; Переход программно с одного ListView на другой hta+vbs]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=7830&amp;type=atom" />
	<updated>2012-11-30T08:23:23Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=7830</id>
		<entry>
			<title type="html"><![CDATA[Переход программно с одного ListView на другой hta+vbs]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=66305#p66305" />
			<content type="html"><![CDATA[<p>Люди подскажите в чем проблема<br /></p><div class="codebox"><pre><code>    Sub ListView2_DblClick() &#039; должны братся данные с Listview2 и записыватся в Listview1
        Dim C
        c=ListView1.ListItems.Count
        If int(Ind) &gt; 0 and Int(Ind) &lt; Int(c) Then &#039; если выбран элемент для позиционирования
            CND=ListView2.SelectedItem.ListSubItems(6)
            Ar1(15,IND) = CND &#039; на это не обращать внимание
            ListView1.HideSelection=false
            self.Focus()
            msgbox ListView1.ListItems(IND).SubItems(1)  &#039; сдесь ошибка  - ненайден элемент
            ListView1.ListItems(IND).SubItems(6).text = CND &#039; сдесь cnd= 1
            ListView1.ListItems(IND).EnsureVisible        
            self.Focus()
        End if
    End Sub</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Lexx32]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=28721</uri>
			</author>
			<updated>2012-11-30T08:23:23Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=66305#p66305</id>
		</entry>
</feed>
