对应的脚本变成了list_select_item("cliniquelist", "#0");或者改成list_select_item("cliniquelist", "A203");但是回放时还是不能选中具体的值;
这时候该怎么办了呀?那位高手赶紧进来看看,怎么解决那。急呀作者: yiyangyang 时间: 2005-11-16 16:54
终于得到解决了,不过还是参考TSL中的写法,对listbox写了一个函数就可以实现了,感谢大家的帮助哦:)
具体如下:#主要抓取listbox中的值
public function show_topic(in win, in controllist,in str)
{
auto text,text1,rc,arr[];
# Search for the topic string within the object.
# If not found, scroll down to end of document.