Clientdataset, datasetfield and master-detail

I have xml file with stucture:

<METADATA>
<FIELDS>
<FIELD attrname="ID" fieldtype="string" WIDTH="42"/>
<FIELD attrname="DistributedBy" fieldtype="string" WIDTH="72"/>
<FIELD attrname="Description" fieldtype="bin.hex" SUBTYPE="Text"/>
<FIELD attrname="FeaturesByVideo" fieldtype="nested">
<FIELDS>
<FIELD attrname="SpecialFeature" fieldtype="string" WIDTH="72"/>
<FIELD attrname="Description" fieldtype="string" WIDTH="72"/>
</FIELDS><PARAMS/>
</FIELD>
</FIELDS><PARAMS/>
</METADATA>

I load this xml file into two clientdataset CDS1 i CDS2 and Cds2 is linked to Cds1 with datasetField=FeaturesByVideo
I use this datasets with FrReport (frdbdataset1.dataset=cds1;frdbdataset2.dataset=cds2)
I try build master - detail raport with this datasets:
I put on report bands: MasterData->frdataset1 and DetailData- >frdataset2 and I preview report and report is wrong;

Is posible to build master-detail raport with one nested Dataset?

I use FastReport2.51;

Jacek.

Comments

  • edited 12:21AM
    It's my mistake. It's working great. Sorry

    Jacek

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.