|
参数化的问题,代码如下:
Window("xxx").WinToolbar("ToolbarWindow32").Press 9
wait 1
Window("xxxx").Dialog("航线属性").WinEdit("批号").Set DataTable("number", dtGlobalSheet)
wait 1
Window("xxxx").Dialog("航线属性").WinComboBox("类型").Select DataTable("type", dtGlobalSheet)
wait 1
Window("xxx").Dialog("航线属性").WinEdit("开始时间").SetSelection 0,1
Window("xxx").Dialog("航线属性").WinEdit("开始时间").Set DataTable("timemin", dtGlobalSheet)
wait 1
Window("xxx").Dialog("航线属性").WinEdit("分").SetSelection 0,1
Window("xxx").Dialog("航线属性").WinEdit("分").Set DataTable("timesec", dtGlobalSheet)
wait 1
Window("xxx").Dialog("航线属性").WinComboBox("线型").Select DataTable("lineshape", dtGlobalSheet)
Window("xxx").Dialog("航线属性").WinComboBox("线宽").Select DataTable("linebreadth", dtGlobalSheet)
Window("xxx").Dialog("航线属性").Activate
Window("xxx").Dialog("航线属性").WinButton("确定").Click
wait 1
Window("xxx").WinObject("AfxFrameOrView70d").Click DataTable("coordinate1", dtGlobalSheet), DataTable("coordinate2", dtGlobalSheet)
Window("xxx").WinObject("AfxFrameOrView70d").Click DataTable("coordinate3", dtGlobalSheet), DataTable("coordinate4", dtGlobalSheet)
Window("xxx").WinObject("AfxFrameOrView70d").Click DataTable("coordinate3", dtGlobalSheet), DataTable("coordinate4", dtGlobalSheet), micRightBtn
在对线形和线宽做参数化之前都脚本正常,但对这两个对象参数话之后就提示无法识别对象了,试了几次情况都是一样的,大家帮帮忙分析下是什么原因。
[ 本帖最后由 xujiangbo123 于 2007-9-22 11:25 编辑 ] |
|