How to Control Visibility from Tppdbpipeline to TppDesigner
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
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
This discussion has been closed.
Comments
Ed Dressel
Team DM
Davis.
Thanks.
- 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