东东发布到客户那里运行,被发现总是向一个XX.XX.XX.X的地址发送请求。
这地址是我们的数据库连接地址。

代码里面除了数据库连接外就没再用过这个地址,
估计是水晶报表里面的什么设置。

后来发现某一个报表里的设置有点与众不同,是这个:

Crystal Reports --> Database --> Verify on Every Print

其余的没有勾选这一项,只那个报表有选。

================

The Verify on Every Print command is a lock that triggers the Verify Database command command every time you print in order to:

* print with the current version of the active database
* reset the record buffer to the current record size

是这个原因摸?