5765.html
来自「VB技巧问答10000例 VB技巧问答10000例」· HTML 代码 · 共 35 行
HTML
35 行
<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 AndyLin on September 18, 1998 at 09:11:57:<p>
In Reply to: <a href="5754.html">Crystal Report的问题请教?!</a> posted by meteor on September 17, 1998 at 20:40:03:<p>
: 因第一次用到Crystal Report, 所以有些问题,<br>: 我的程式如下:<p>: rpt1.SelectionFormula = "{gb_ce}=" & "台北"<br>: rpt1.Action = 1<p>: gb_ce : 为员工field<p>: 我在Crystal Report中没有设定什么东西,<br>: 请问我的程式错在那儿呢?<p>你应该将 台北 用 "'" 刮起来,使之成为<br>: rpt1.SelectionFormula = "{gb_ce}='台北'"<p>
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 5765-->
<!--top: 5789--><li><a href="5789.html">Re: 还是不行说?!</a> <b>meteor</b> <i>17:54:08 9/18/98</i>
(<!--responses: 5789-->2)
<ul><!--insert: 5789-->
<!--top: 5798--><li><a href="5798.html">Re: 还是不行说?!</a> <b>AndyLin</b> <i>09:40:11 9/19/98</i>
(<!--responses: 5798-->1)
<ul><!--insert: 5798-->
<!--top: 5833--><li><a href="5833.html">感谢你! 已ok了...</a> <b>meteor</b> <i>08:40:38 9/21/98</i>
(<!--responses: 5833-->0)
<ul><!--insert: 5833-->
</ul><!--end: 5833-->
</ul><!--end: 5798-->
</ul><!--end: 5789-->
</ul><!--end: 5765-->
<br><hr size=7 width=75%><p>
</body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?