表格重叠问题..
为什么点两次按钮时,表格老是会重叠?请问有什么办法可以解决?是不是临时表的问题?
SELECT * From scrap where Between(date,Dtot(Thisform.text1.Value),Dtot(Thisform.text2.Value)) ;
AND Alltrim(line)=Alltrim(Thisform.text3.Value) AND Alltrim(name)=Alltrim(Thisform.text4.Value) ;
Into CURSOR temp
thisform.grid1.RecordSource="temp"
thisform.grid1.SetFocus
thisform.Refresh
代码就是这样..