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

MasterDatapipeline and masterfieldlink

edited December 2004 in General
Assume I have a master dataset with master field 'SINo', I have a detail
dataset with foreign key 'SDSINo', I sort the detail dataset on SDSINo,
sdreno, sdseq and use MasterDatapipeline, masterfieldlink to create the
master-detail relationship, but I find that the detail dataset is only sort
on SDSINo, but the ordering of sdreno, sdseq is lost for the same SDSINo,
Why?

Comments

  • edited December 2004
    Hi Kei,

    The DataPipeline simply traverses the data you give it. Your data will not
    be altered in any way during report generation unless you do it yourself.
    Try placing a datagrid on your form and take a look at your data before
    running the report to be sure you are getting the results you are after.

    --
    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.