20801.html

来自「以电子书的形式收集了VB一些常见问题解决方法,可以很方便的查找自己需要解决的问题」· HTML 代码 · 共 23 行

HTML
23
字号
<html>  <head>    <title>Re: 请问crystal report 可否判断aftre group,before group?</title>  </head>  <body bgcolor="#FFFFFF" vlink="#808080">    <center>      <h1>Re: 请问crystal report 可否判断aftre group,before group?</h1>    </center><hr size=7 width=75%><hr size=7 width=75%><p>Posted by <a href="mailto:hanshans@ms12.url.com.tw">hans</a> on October 29, 1999 at 17:56:04:<p>In Reply to: <a href="20789.html">请问crystal report 可否判断aftre group,before group?</a> posted by may on October 29, 1999 at 15:53:39:<p>在Formula公式编辑内<br>中间方块Function 倒数几个事件可使用<br>    1.BeforeReadingRecords<br>    2.WhileReadingRecords<br>    3.WhilePrintingRecords<p>    看你自己需要自行在Formula内写<p>它的写法类似 Script<br>    范例:<br>     WhilePrintingRecords;<br>     NumberVar prePage;<br>     NUMBERVAR  PREC;<br>     if PageNumber <> prePage then<br>     (<br>      prePage := PageNumber;<br>      Prec := 1;<p>      )<br>     else<br>     (PREC:=PREC+1;);<br><br><br><hr size=7 width=75%><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 20801--></ul><!--end: 20801--><br><hr size=7 width=75%><p></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?