sql - 每页12条记录 [英] sql - 12 record per page

查看:56
本文介绍了sql - 每页12条记录的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好...对不起我的英语,我是意大利语。

i有X条记录而且我不使用datagrid。

我只想放12条记录页面。

记录可以是数百个,每个记录

有一张图片,一个名字和一个城市。

我怎么才显示每页12条记录

并继续为下一个

记录的前进按钮直到记录结束?

感谢所有,尼克。

hi to all ... sorry for my english, im italian.
i have X records and i dont use datagrid.
I just want to put 12 records per page.
the records can be hundreds and each record
has a picture, a name, and a city.
how do i display only 12 records per page
and continue with a "forward button" for the next
records until the end of the records?
thanks to all, Nick.

推荐答案

您需要直接打印12条记录,然后将以下转义序列发送到打印机:



\f



这将确保下一页打印输出将在下一页。



参见:

http ://msdn.microsoft.com/en-us/library/h21280bw(v = vs.80).aspx [ ^ ]



和本文:

http://www.textcontrol.com/en_US/blog/archive/20060901/ [ ^ ]
You need to print 12 records directly and then send the following escape sequence to the printer:

"\f"

This will make sure that next printout will be on the next page.

See also:
http://msdn.microsoft.com/en-us/library/h21280bw(v=vs.80).aspx[^]

and this article:
http://www.textcontrol.com/en_US/blog/archive/20060901/[^]


这篇关于sql - 每页12条记录的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆