1.   在Group   Header和Page   Header里面加入一个公式:  
  WhilePrintingRecords;  
  NumberVar   nCount   :=   0;  
   
  2.   在Detail里加入一个公式:  
  WhilePrintingRecords;  
  NumberVar   nCount;  
  nCount   :=   nCount   +   {表名.字段名};  
   
  3.   在Page   Footer里加入一个公式:  
  WhilePrintingRecords;  
  NumberVar   nCount;   

Trackback: http://tb.blog.csdn.net/TrackBack.aspx?PostId=1332335

相关文章:

  • 2022-01-10
  • 2021-11-08
  • 2022-12-23
  • 2021-09-28
  • 2021-12-26
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-28
  • 2021-10-16
  • 2022-01-26
相关资源
相似解决方案