level 6
do case
case this.value=1
go top
case this.value=2
skip -1
if bof()
go top
messagebox("已经是第一条记录")
endif
case this.value=3
skip
if eof()
skip -1
messagebox("已经是末记录。")
endif
case this.value=4
go bottom
case this.value=5
thisform.release
endcase
thisform.release
为什么点一个按钮,会退出运行,不应该是跳到首行记录?
2014年04月29日 11点04分
1