15166.html
来自「VB技巧问答10000例,是一个教程」· HTML 代码 · 共 23 行
HTML
23 行
<html>
<head>
<title>设定.ReportFileName 即可!!!</title>
</head>
<body bgcolor="#FFFFFF" vlink="#808080">
<center>
<h1>设定.ReportFileName 即可!!!</h1>
</center>
<hr size=7 width=75%>
<hr size=7 width=75%><p>
Posted by SuBird on July 03, 1999 at 14:28:32:<p>
In Reply to: <a href="15155.html">如何选择报表???</a> posted by 林尚逸 on July 03, 1999 at 10:25:46:<p>
Re:<br>你可以利用OptionButton来让使用者作选择<br>With CrystalReport1<br>If optPrint1 Then<br> .ReportFileName = "c:\print1.rpt"<br>ElseIf optPrint2 then<br> .ReportFileName = "c:\print2.rpt"<br>End If<br>.Action = 1<br>End With<br>
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 15166-->
</ul><!--end: 15166-->
<br><hr size=7 width=75%><p>
</body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?