10559.html
来自「VB技巧问答10000例,是一个教程」· HTML 代码 · 共 26 行
HTML
26 行
<html>
<head>
<title>select formula 在crystal report中有bug?</title>
</head>
<body bgcolor="#FFFFFF" vlink="#808080">
<center>
<h1>select formula 在crystal report中有bug?</h1>
</center>
<hr size=7 width=75%>
<hr size=7 width=75%><p>
Posted by <a href="mailto:info@ibsen.com.tw">Ibsen</a> on March 03, 1999 at 09:39:50:<p>
请问以下的程式在执行时, 选择24笔以下都没有问题, 但一到25笔以上就出现<br>"error in formula"的error讯息, 这是CR的bug?要如何解决?<p>selcriteria = "{mfhead.msgid} = '" & msgid & "'and {detail.sono} in [" & tso & "]"<br> <br>CrystalReport1.ReportFileName = "c:\ibsen\rpt\5101.rpt"<br>CrystalReport1.DataFiles(0) = dbname<br>CrystalReport1.DataFiles(1) = "c:\ibsen\sdb.mdb"<br>CrystalReport1.SelectionFormula = selcriteria<br>CrystalReport1.Action = "1" '启动列印
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 10559-->
<!--top: 10627--><li><a href="10627.html">Re: select formula 在crystal report的BUG!</a> <b>超人</b> <i>17:17:33 3/04/99</i>
(<!--responses: 10627-->0)
<ul><!--insert: 10627-->
</ul><!--end: 10627-->
</ul><!--end: 10559-->
<br><hr size=7 width=75%><p>
</body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?