* 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>
<local>
<FormatVersion Value="1"/>
<CommandLineParams Value="-d barcode -f fpimage"/>
<CommandLineParams Value="-d grouping2 -f pdf"/>
</local>
</RunParams>
<Units Count="18">

View File

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