21624.html

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

HTML
23
字号
<html>  <head>    <title>Re: 单笔资料的列印</title>  </head>  <body bgcolor="#FFFFFF" vlink="#808080">    <center>      <h1>Re: 单笔资料的列印</h1>    </center><hr size=7 width=75%><hr size=7 width=75%><p>Posted by JOB on November 26, 1999 at 10:57:28:<p>In Reply to: <a href="21617.html">单笔资料的列印</a> posted by Vick Wang on November 26, 1999 at 09:23:14:<p>: 请问有没有人试过列印出搜寻出来的资料做单笔列印<br>: DATARAPORT 只能给予DATA ENVIRONMENT 的值<br>: 可以给予表单上文字方块的值吗 ?<p>     DataEnvironment1.RecordsetsintRpt1).Close           DataEnvironment1.Commands(intRpt).CommandType = adCmdText   '将 CommandText 预存程式<br>DataEnvironment1.Commands(intRpt).CommandText ="SELECT ....... WHERE FIELDNAME = '" & VALUE & "'.........."<br> DataEnvironment1.Commands(intRpt).Execute<br>    <br><br><br><hr size=7 width=75%><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 21624--></ul><!--end: 21624--><br><hr size=7 width=75%><p></body></html>

⌨️ 快捷键说明

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