5882.html

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

HTML
23
字号
<html>
  <head>
    <title>Re: Crystal Report 列印出问题....急!!</title>
  </head>
  <body bgcolor="#FFFFFF" vlink="#808080">
    <center>
      <h1>Re: Crystal Report 列印出问题....急!!</h1>
    </center>
<hr size=7 width=75%>

<hr size=7 width=75%><p>
Posted by <a href="mailto:lijenkao@oa1.otc.org.tw">lijen</a> on September 22, 1998 at 09:28:02:<p>
In Reply to: <a href="5469.html">Crystal Report 列印出问题....急!!</a> posted by TU on September 10, 1998 at 07:41:55:<p>
<br>: 好奇怪的事情喔....<br>: 它产生了vb6应用程式的错误讯息....如下:<p>: vb6 caused a general protection fault<br>: in module GDI.EXE at 0025:000013fe.<br>: Registers:<br>: EAX=00000000 CS=056f EIP=000013fe EFLGS=00000202<br>: EBX=000000d2 SS=3c37 ESP=00007a4a EBP=00007a8e<br>: ECX=007f0003 DS=0000 ESI=00007a52 FS=3c37<br>: EDX=00000000 ES=3b1e EDI=00000000 GS=3b1e<br>: Bytes at CS:EIP:<br>: 67 03 04 5a 70 3d 03 c7 49 7f ed eb 42 66 33 c0 <br>: Stack dump:<br>: 2b870000 00d20003 00da00d5 7ac02b87 061712bf 9d3a198c 00000000 00000000 <br>: 3c377a50 00537a5c 00000cf7 00000000 000000a1 00880000 3b1e0000 00000001<p>: 我只是作一些简单的列印动作而已<p>: 怎么会....<p>: PS.我程式的列印片段如下:<p>: Private Sub Command1_Click()<br>:     CrystalReport1.Destination = crptToPrinter<br>:  <br>:     CrystalReport1.ReportFileName = "c:\temp\utility.rpt"<br>:     CrystalReport1.DataFiles(0) = "c:\temp\DB.mdb"<br>:     <br>:     CrystalReport1.Action = 1<br>:     <br>: End Sub<p>: <br>: 请教大家 <p>did you use more than one crystal report control in your project?  if so, try use only one crystal report<br>control in your project file no matter how many form you have create in that project.<p>
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 5882-->
</ul><!--end: 5882-->
<br><hr size=7 width=75%><p>

</body></html>

⌨️ 快捷键说明

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