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

How to Control Visibility from Tppdbpipeline to TppDesigner

edited September 2007 in General
Hi all,

How to Control Visibility from Tppdbpipeline to TppDesigner ? I have
many Tppdbpipeline and when show the tppDesigner i need show only the
Tppdbpipeline used on each TppReport. Im using a datamodule with more
than 10 Tppreports and 20 Tppdbpipeline. Im trying control the
visibility for the end users. The Tppreports and Tppdbpipeline are in
datamodule and when designer is loaded show all Tppdbpipeline on
datatree. All tppdbpipeline use Tclientdataset.


Thanks.
Davis

Comments

  • edited September 2007
    did you try setting the TppDataPipeline.Visible to false?

    Ed Dressel
    Team DM

  • edited September 2007
    Thanks, but there is another mode ?

    Davis.
  • edited September 2007
    what kind of mode do you want?
  • edited September 2007
    ppDatadictionary can be used for it ?

    Thanks.
  • edited September 2007

    - A good starting point is to work thru the tutorials in the Developers
    Guide, particularly the EndUser Application tutorials. They show how to
    build a solution that uses the DataDictionary.

    - Putting 10 reports and 20 datapipelines on a single DataModule is an
    inefficient design. You want to design your applications to efficiently use
    resources. Create and Free instances for objects only as need. A single
    report can be comprised of a hundred labels, dbtexts, etc.

    - For examples of efficient projects, check out the RBuilder\Demos.


    --
    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com

    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
This discussion has been closed.