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

mastersource question

edited October 2004 in General


How do I turn off the mastersource of a DBPipeline


datamodule4.ppDBPipeline4.MasterDataSource := 'none';

Cheers

SteveW

Comments

  • edited October 2004
    Hi Steve,

    If you have two DBPipelines linked in a master/detail relationship and you
    would like to remove that link, you can simply set the detail datapipeline's
    MasterDataPipeline property to nil. MasterDataSource is a read-only
    property used for internal purposes only.

    ppMyDetailPipeline.MasterDataPipeline := nil;

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

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