10768.html

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

HTML
31
字号
<html>
  <head>
    <title>可以再请你帮忙吗?</title>
  </head>
  <body bgcolor="#FFFFFF" vlink="#808080">
    <center>
      <h1>可以再请你帮忙吗?</h1>
    </center>
<hr size=7 width=75%>

<hr size=7 width=75%><p>
Posted by nothing on March 08, 1999 at 17:39:03:<p>
In Reply to: <a href="10762.html">Re: 有人知道crystal report 4.6如何将报表印成档案吗?</a> posted by Keven on March 08, 1999 at 16:38:28:<p>
: 请问你的Destination属性是否有设定成2(档案)呢?<br>下列是我的程式..可是一样找不到 acitem,doc 这个档案,另外设Destination = crptToFile时萤幕上就不会出现报表,能不能先出现报表,再决定要印到印表机或档案呢..<br>谢谢你..]<p> With CrystalReport1<br>  .Formulas(0) = "companyname=""" & CompanyName & """"<br>  .SQLQuery = pSQLVariableString<br>  .LogonInfo(0) = "DSN = Account;UID = sa;PWD =WEBQST;"<br>  .ReportFileName = "C:\ACCOUNT\ACITEM.RPT"<br>  .PrintFileName = "c:\account\acitem.doc"<br>  .PrintFileType = crptWinWord<br>  .Destination = crptToFile<br>  .PrintReport<br> End With<p>
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 10768-->
<!--top: 10796--><li><a href="10796.html">Re: 可以再请你帮忙吗?</a> <b>Keven</b> <i>10:30:57 3/09/99</i>
(<!--responses: 10796-->1)
<ul><!--insert: 10796-->
<!--top: 10807--><li><a href="10807.html">可以了..非常谢谢你..(无内文)</a> <b>nothing</b> <i>14:04:34 3/09/99</i>
(<!--responses: 10807-->0)
<ul><!--insert: 10807-->
</ul><!--end: 10807-->
</ul><!--end: 10796-->
</ul><!--end: 10768-->
<br><hr size=7 width=75%><p>

</body></html>

⌨️ 快捷键说明

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