18612.html
来自「VB技巧问答10000例,是一个教程」· HTML 代码 · 共 23 行
HTML
23 行
<html> <head> <title>Re: 请问如何将暂存的table传到crystal report5.0?</title> </head> <body bgcolor="#FFFFFF" vlink="#808080"> <center> <h1>Re: 请问如何将暂存的table传到crystal report5.0?</h1> </center><hr size=7 width=75%><hr size=7 width=75%><p>Posted by <a href="mailto:hellocjc@tomail.com.tw">scott cjc</a> on September 07, 1999 at 21:11:43:<p>In Reply to: <a href="18564.html">请问如何将暂存的table传到crystal report5.0?</a> posted by marty on September 07, 1999 at 09:26:16:<p>: 我想将把关联的资料丢到一个暂存的table,然后再用crystal report列出来,不知<br>: vb的程式要如何下,crystal report要如何设?请各位先进帮忙,谢谢!!<p>解法之一,请参考.....<br>1. create a temp table: ##TableTemp<br>2. create a view from this temp table as follows,<br> "create view TempView as<br> select * from ##TableTemp"<br>3. new a report from scr6, using this view as <br> its data source.<p><br><br><hr size=7 width=75%><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 18612--></ul><!--end: 18612--><br><hr size=7 width=75%><p></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?