refresh explorer display
Hi,
we are using reportbuilder (10.3), ppReportExplorer and store the reports in
oracle tables.
Whe have added a field to the rb_item and rb_folder to filter on the
reports.
Before we call ReportExplorer.execute we change a variable in the rb_item
and rb_folder sql and refresh the data. Sometimes it happens that the items
in the folder initialy are not shown. when i click on the wastebin and back
on the main folder the items are shown again.
Is there away to force the explorer to refresh? I have tried to close the
datasets and open them again but that dit not have any effect.
thanx in advance
Ruud
we are using reportbuilder (10.3), ppReportExplorer and store the reports in
oracle tables.
Whe have added a field to the rb_item and rb_folder to filter on the
reports.
Before we call ReportExplorer.execute we change a variable in the rb_item
and rb_folder sql and refresh the data. Sometimes it happens that the items
in the folder initialy are not shown. when i click on the wastebin and back
on the main folder the items are shown again.
Is there away to force the explorer to refresh? I have tried to close the
datasets and open them again but that dit not have any effect.
thanx in advance
Ruud
This discussion has been closed.
Comments
You can access the TppReportExplorerForm object by typecasting the
TppReportExplorer.Form property. Then try calling the Refresh routine.
uses
ppRptExp;
...
TppReportExplorerForm(ppReportExplorer1.Form).Refresh();
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Yes sorry, I meant to type ppExpFrm .
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
thnx, that did the trick.
I had to use ppexpfrm.
Ruud
--- posted by geoForum on http://delphi.newswhat.com