我的grid表格單條資料雙擊時候,會隨機跳到其他行。
AllowCellSelection = .F.
我的表格設定了雙擊,并且將這行的資料傳遞給單元格。
但是第一次雙擊某行可以傳遞,然后在雙擊其他行的時候,就是隨機跳躍到其他行。而不是在我選中要雙擊的這行。
請問下這是怎么回事?
資料是可以正常傳遞,隨后點擊的經常性的跳轉到已經傳遞資料的那個,或是隨機的其他行。
我的grid的Dblcick是:
Thisform.container2.combo1.Value=""
Thisform.container2.combo2.Value=""
Thisform.container2.combo3.Value=""
Thisform.container2.text1.Value=""
thisform.Refresh
Thisform.container2.combo1.Value=https://bbs.csdn.net/topics/品牌
Thisform.container2.combo2.Value=https://bbs.csdn.net/topics/名稱
Thisform.container2.combo3.Value=https://bbs.csdn.net/topics/規格
Thisform.container2.text1.Value=https://bbs.csdn.net/topics/價格
thisform.Refresh
轉載請註明出處,本文鏈接:https://www.uj5u.com/shujuku/30045.html
標籤:VFP
