12308.html
来自「以电子书的形式收集了VB一些常见问题解决方法,可以很方便的查找自己需要解决的问题」· HTML 代码 · 共 31 行
HTML
31 行
<html>
<head>
<title>Sorry ! 更正为 SelectionFormula</title>
</head>
<body bgcolor="#FFFFFF" vlink="#808080">
<center>
<h1>Sorry ! 更正为 SelectionFormula</h1>
</center>
<hr size=7 width=75%>
<hr size=7 width=75%><p>
Posted by 安宝 on April 23, 1999 at 15:57:37:<p>
In Reply to: <a href="12307.html">Re: How about .formula properity ?</a> posted by inger on April 23, 1999 at 15:18:55:<p>
<br>: : 1. 在 Crystal Report 内设定两个 Formula 栏位 <br>: : eg . 栏位名设为 F1,F2<p>: : 2. 在 VB 内将 text1,text2 的值塞入F1,F2即可<br>: : eg. CrystalReport1SelectionFormula(0) = "{F1} = " & text1 <br>: : CrystalReport1.SelectionFormula(1) = "{F2} = " & text2 <p>
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 12308-->
<!--top: 12312--><li><a href="12312.html">Re: Sorry ! 更正为 SelectionFormula</a> <b>inger</b> <i>16:09:38 4/23/99</i>
(<!--responses: 12312-->1)
<ul><!--insert: 12312-->
<!--top: 12314--><li><a href="12314.html">谢谢!我找到问题所在.</a> <b>inger</b> <i>16:12:31 4/23/99</i>
(<!--responses: 12314-->0)
<ul><!--insert: 12314-->
</ul><!--end: 12314-->
</ul><!--end: 12312-->
</ul><!--end: 12308-->
<br><hr size=7 width=75%><p>
</body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?