18440.html
来自「以电子书的形式收集了VB一些常见问题解决方法,可以很方便的查找自己需要解决的问题」· HTML 代码 · 共 23 行
HTML
23 行
<html> <head> <title>Re: 请问vb如何呼叫crystal report的报表?</title> </head> <body bgcolor="#FFFFFF" vlink="#808080"> <center> <h1>Re: 请问vb如何呼叫crystal report的报表?</h1> </center><hr size=7 width=75%><hr size=7 width=75%><p>Posted by nothing on September 04, 1999 at 11:35:45:<p>In Reply to: <a href="18437.html">请问vb如何呼叫crystal report的报表?</a> posted by MARTY on September 04, 1999 at 11:06:41:<p>: 请问各位前辈如何在vb程式中下呼叫crystal report的报表,我的资料库是sql server请帮帮忙,谢谢!!<p><br>With CrystalReport1<br> .SQLQuery = "select * from Ac_P_Voucher where PCreateInfo='" & mCreateInf & "'"<br> .Connect = "uid=sa;pwd=WEBQST;driver={SQL Server};server=QSTDB;DATABase=account;" 'crystal report 5.0 without odbc<br> .ReportFileName = "\vbaccount\AcVoucherPrint.rpt"<br> .PrintFileName = "\vbaccount\AcVoucherPrint.doc"<br> .Action = 1<br> End With<p><br><br><br><hr size=7 width=75%><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 18440--></ul><!--end: 18440--><br><hr size=7 width=75%><p></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?