以文本方式查看主题

-  Foxtable(狐表)  (http://www.foxtable.com/bbs/index.asp)
--  专家坐堂  (http://www.foxtable.com/bbs/list.asp?boardid=2)
----  请教关于SelectedIndexChanged事件  (http://www.foxtable.com/bbs/dispbbs.asp?boardid=2&id=26844)

--  作者:kevin
--  发布时间:2012/12/15 17:04:00
--  请教关于SelectedIndexChanged事件

ListBox1的SelectedIndexChanged事件设置代码
选择某个项目,定位表的对应的行。


--  作者:lin_hailun
--  发布时间:2012/12/15 17:08:00
--  
 那就需要去查吧?

 根据条件查找到行,然后定位。

--  作者:kevin
--  发布时间:2012/12/15 17:11:00
--  

感谢您的回复!

我用以下代码。不行,能不能帮忙看一下是哪出问题?

Tables("岗位").Position = Tables("岗位").FindRow(e.Sender.DataRow)


--  作者:lin_hailun
--  发布时间:2012/12/15 17:17:00
--  
 你的下拉数据和表,是脱离关系的,无法这样定位。

 没有足够的信息,是否无法再查找定位的。