VFP用表单做了一个浏览界面,用来浏览数据表里面的数据

上面的命令按钮有“首页,上一个,下一个,末页”,代码都没错,但是到达首页时要按两次上一页才会提示说已经到达第一页,而末页按一次下一页就会出现一个空白页,再按才会提示已到达... 上面的命令按钮有“首页,上一个,下一个,末页”,代码都没错,但是到达首页时要按两次上一页才会提示说已经到达第一页,而末页按一次下一页就会出现一个空白页,再按才会提示已到达末页,这到底是出现了什么问题啊??求指教 代码如下
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()
go bottom
messagebox("已经是最后一页!")
endif
case this.value=4
go bottom
endcase
thisform.refresh
展开
 我来答
匿名用户
2012-05-29
展开全部
do case
case this.value=1
go top
case this.value=2
If Not Bof()
skip -1
endif
if bof()
go top
messagebox("已经是第一页!")
endif
case this.value=3
if not eof()
skip
endif
if eof()
go bottom
messagebox("已经是最后一页!")
endif
case this.value=4
go bottom
endcase
thisform.refresh
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式