I think it is in wrong newsgroup. And your Crystal Report Version seems
to need the upgrade. Oh well...
First, check whether you close all the connections after the query. And
open before the new query, Actually, you can open the connections, while
doing multiple query but I prefer open and close after each query. Each
design has its own merits and demerits though especially, if your system
is distributed, open and close the query only one time might be better
idea.
Second, check whether you initialize properly or not. The best would be
flush everything before the query so that when you make the second
query, all the values made in the first query are flush and properly
initialized.
HTH
Satya Priya wrote:
> Hi to all,
> please solve one of my Crystal Report 4.6 report. I am
> filling a table with VB program and then display report.
> first time that report works fine, but second time that
> report displays some fields values blank. Although that
> table contains correct values. If i close that program and
> run program again to see report, then that report comes.
> problem is only when, when i display report second times
> without closing progrlam
> thx in advance
|