15305.html

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

HTML
23
字号
<html>
  <head>
    <title>Re: 如何以VB列印Access的报表?</title>
  </head>
  <body bgcolor="#FFFFFF" vlink="#808080">
    <center>
      <h1>Re: 如何以VB列印Access的报表?</h1>
    </center>
<hr size=7 width=75%>

<hr size=7 width=75%><p>
Posted by Cool on July 06, 1999 at 23:15:33:<p>
In Reply to: <a href="15274.html">如何以VB列印Access的报表?</a> posted by mosa on July 06, 1999 at 11:08:58:<p>
: 如何以VB列印Access的报表?<p>我在某个网站<br> <br>发现如下的范例: (我没试过, 请自行测试之!)<p>Text1.LinkTimeOut=500<br>Text1.LinkMode=0<br>Text1.LinkTopic="MSACCESS|SYSTEM"<br>Text1.LinkMode=2<br>Text1.LinkExecute "[OpenDatabase c:\MydataBaseName]"<br>Text1.LinkExecute "[OpenReport MyReportName]"<br>Text1.LinkExecute "[CloseDatabase]"<p><p><br>
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 15305-->
</ul><!--end: 15305-->
<br><hr size=7 width=75%><p>

</body></html>

⌨️ 快捷键说明

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