|
在某个窗体上用controsettext修改的数据不能用怎么办?
ControlSetText($glw, "", "WindowsForms10.EDIT.app.0.218f99c7", $array[1])
;~ ControlCommand($glw, "", "WindowsForms10.COMBOBOX.app.0.218f99c2", "SelectString", $array[2])
ControlSetText($glw, "", "WindowsForms10.EDIT.app.0.218f99c6", "0")
ControlSetText($glw, "", "WindowsForms10.EDIT.app.0.218f99c5", "0")
;~ ControlCommand($glw, "", "WindowsForms10.COMBOBOX.app.0.218f99c1", "SelectString", $array[3])
ControlSetText($glw, "", "WindowsForms10.EDIT.app.0.218f99c4","")
ControlSend($glw, "", "WindowsForms10.EDIT.app.0.218f99c4", $array[4])
ControlSetText($glw, "", "WindowsForms10.EDIT.app.0.218f99c3", $array[5])
ControlSetText($glw, "", "WindowsForms10.EDIT.app.0.218f99c2", "中国")
ControlClick($glw,"","WindowsForms10.BUTTON.app.0.218f99c1","left")
如果都是controlsettext 然后点确定后` 那窗体就会提示`` 请使用合法途径输入数据
这样必须有个是controlsend的才管用``` 有没有办法解决这个问题? |
|