遇到一个quickreport难题,希望这方面的高手帮帮我

geniusqing 2005-03-23 08:15:35
我从数据库查询出来的结果想在quickreport中分两拦显示 ,然后在根据连续的编号连续打印
...全文
160 4 打赏 收藏 转发到动态 举报
AI 作业
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
psp2003 2005-03-23
  • 打赏
  • 举报
回复
UP
geniusqing 2005-03-23
  • 打赏
  • 举报
回复
在线等待中。。。。。。
geniusqing 2005-03-23
  • 打赏
  • 举报
回复
做成象这样的
bagid 1
clothid number clothid number

在新的一页上能连续打印
bagid 2
clothid number clothid number
geniusqing 2005-03-23
  • 打赏
  • 举报
回复
create table test(clothid varchar(10),number varchar(10),bagid varchar(10))
insert into test
select '11-11','56','1'
union all select '11-12-1','45','1'
union all select '11-12-2','46','1'
union all select '11-12-3','50','2'
union all select '11-13-1','60','2'
union all select '11-13-2','32','2'
union all select '11-14','34','3'
union all select '11-15-1','45','3'
union all select '11-15-2','52','3'

5,928

社区成员

发帖
与我相关
我的任务
社区描述
Delphi 开发及应用
社区管理员
  • VCL组件开发及应用社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧