Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Pipeline list filtering

edited March 2004 in General
Hi,

The report designer shows a list of pipelines of all created data modules
(Calc page). Ok.

I create my forms and data modules from dinamically loaded DLLs. I can have
more than one report program open at the same time. Some of these programs
allow users to edit the current report using the report designer (of
course).

My problem is the user can select data pipelines of all other programs.
ReportBuilder fills out a pipeline list reading Screen.DataModules
(TdaConnectionList.BuildListRunTime, unit daDB, line 717, RB 7.02).

How can I avoid that and let me filter valid data modules for reports ?

Thanks.


Fabio Lindner
Gvdasa

Comments

  • edited March 2004
    Hi Fabio,

    Unfortunately there is no built in functionality in ReportBuilder to limit
    the pipelines being showed in the list. You can try setting the visibility
    of each individual pipeline object you want to filter to False and this
    should keep them from showing in the pipeline list.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.