如何在 (50分)

  • 主题发起人 主题发起人 laowangsong1
  • 开始时间 开始时间
L

laowangsong1

Unregistered / Unconfirmed
GUEST, unregistred user!
好像前面有讨论,但是没有结果。
有富翁说,添加system variable,然后指定属性,
可是我只找到了日期等,没有和行号有关的。
另外,variable怎么用?请指教。
 
你可以在DataSet上增加一个计算字段将其值赋与RecNo,在报表中用个Dblable就可以了
 
in your detail band, put a DBCalc component,
select the correct datapipeline,
select any field which belong the datapipeline,
then
set the calculation type = count
Print or Preview your report, it should can create a order no for you.
 
后退
顶部