liubovfp 发表于 2008-5-12 10:57

求助:将LIST1中的数据复制到文本框中的命令

如题将LIST1中的数据复制到文本框中的命令

Tiger5392 发表于 2008-5-12 11:44

.Text1.Value=.List1.DisplayValue

liubovfp 发表于 2008-5-12 22:07

在list的clik中填入thisform.txt序号.value=thisform.list1.displayvalue
解决了第一个文本框的问题,但是还有第二个文本框,不知道如何解决。

Tiger5392 发表于 2008-5-12 22:21

This.BoundColumn=1
ThisForm.Text1.Value=This.Value
This.BoundColumn=2
ThisForm.Text2.Value=This.Value

liubovfp 发表于 2008-5-12 22:24

谢谢

页: [1]

编程论坛