* Second grouping demo, showing fieldkind for user data loop and simple aggregates

git-svn-id: trunk@37665 -
This commit is contained in:
michael 2017-12-03 10:24:42 +00:00
parent f0ad28ae4a
commit cc08fe73df
2 changed files with 3 additions and 1 deletions

View File

@ -32,7 +32,7 @@
<RunParams> <RunParams>
<local> <local>
<FormatVersion Value="1"/> <FormatVersion Value="1"/>
<CommandLineParams Value="-d barcode -f fpimage"/> <CommandLineParams Value="-d grouping2 -f pdf"/>
</local> </local>
</RunParams> </RunParams>
<Units Count="18"> <Units Count="18">

View File

@ -10,6 +10,7 @@ uses
rptsimplelist, rptsimplelist,
rptexpressions, rptexpressions,
rptgrouping, rptgrouping,
rptgrouping2,
rptframes, rptframes,
rptimages, rptimages,
rptttf, rptttf,
@ -45,6 +46,7 @@ begin
R('simplelist',TSimpleListDemo); R('simplelist',TSimpleListDemo);
R('expressions',TExpressionsDemo); R('expressions',TExpressionsDemo);
R('grouping',TGroupingDemo); R('grouping',TGroupingDemo);
R('grouping2',TGrouping2Demo);
R('frames',TFramesDemo); R('frames',TFramesDemo);
R('Images',TImagesDemo); R('Images',TImagesDemo);
R('shapes',TShapesDemo); R('shapes',TShapesDemo);