#入库单修改
set_window ("入库事务", 23);
tbl_set_selected_cell ("dw_list", text, "tcode");
tbl_set_selected_cell ("dw_bar", "#3", "icontext");作者: 小李美刀 时间: 2006-9-13 18:38 标题: I think I think you should write like the following :
[ 本帖最后由 queen 于 2006-9-14 10:00 编辑 ]作者: 小李美刀 时间: 2006-9-14 10:44 标题: I am realy sorry I am very sorry to instructor you with wrong idea.
I check some functions, then now I think you use wrong function with tbl_set_selected_cell ("dw_list", text, "tcode");
tbl_set_selected_cell ( table, row, column ) function clicks the specified cell in the table. and you should know how to use it's all parameters作者: queen 时间: 2006-9-15 10:30
没关系的:)
WR中的帮助
By content: <Column_name>=<column_content1
[column_contentn....]>
The contents of one or more cells in the row, separated by semicolons and preceded by the name of the column in which they appear and an equal sign, such as "Flight_Number=306;From=LAX". The contents of all the cells specified must be present in order to specify the row. Choose this format to specify a row by the contents of cells in that row. If the contents of some cells appear in multiple rows, specify multiple cells whose contents will uniquely identify the row.作者: 小李美刀 时间: 2006-9-15 18:29 标题: I think Now I think you can try it like this :