20661.html

来自「VB技巧问答10000例,是一个教程」· HTML 代码 · 共 23 行

HTML
23
字号
<html>  <head>    <title>Re: 请问CrystalReport 6</title>  </head>  <body bgcolor="#FFFFFF" vlink="#808080">    <center>      <h1>Re: 请问CrystalReport 6</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 26, 1999 at 17:27:49:<p>In Reply to: <a href="20656.html">请问CrystalReport 6</a> posted by 纪良远 on October 26, 1999 at 16:53:33:<p>1. 首先你在rpt内需宣告空白Formula名称PRINT_DATE及YM(假设)<p>2.vb程式以下列方式处理<p>CrystalReport1.Formulas(0) = "PRINT_DATE='" + "1234"+ "'"<br>CrystalReport1.Formulas(1) = "YM='" + "456"+ "'"<br>即可<br><br><hr size=7 width=75%><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 20661--></ul><!--end: 20661--><br><hr size=7 width=75%><p></body></html>

⌨️ 快捷键说明

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