是不是这种情况仅在输入的 UserName 不在 list 表的时候出现?
如果是,那么这就是正确的。因为,“ list_select_item:"用户名列表"Error:Item not found. ”这句话的含义是指所选择的 item (此例中也就是 UserName) 在 list 表中不存在,而不是指找不到 list 这个表。
可以在 Re1 = list_select_item ("用户名列表", UserName); 这句后面加一句:report_msg("Re1="&Re1); 就可以看到 Re1 = -10105.
Error Code Number Description
E_ITEM_NOT_FOUND -10105 Item in list or menu not found.)