Issue report by Malcolm Fitzgerald
Product
FileMaker ProVersion
14.0.1Operating system version
10.9.5Description of the issue
The Summary.xml produced by the DDR includes a count of all the File/Catalogs except the ThemeCatalog.Steps to reproduce the problem
Produce a DDR of any open databaseExpected result
<?xml version="1.0" encoding="UTF-16"?><FMPReport creationTime="4:56:06 pm" creationDate="26/05/2015" type="Summary" version="14.0.1">
<File link=".//TimeKeeper_fmp12.xml" name="TimeKeeper.fmp12" path="/Volumes/Scape/Users/malcolm/Documents/Work/">
<BaseTables count="16"/>
<Tables count="53"/>
<Relationships count="37"/>
<Accounts count="2"/>
<Privileges count="3"/>
<ExtendedPrivileges count="8"/>
<FileAccess count="0"/>
<Layouts count="43"/>
<Scripts count="55"/>
<ValueLists count="18"/>
<CustomFunctions count="15"/>
<FileReferences count="4"/>
<CustomMenuSets count="3"/>
<CustomMenus count="30"/>
<Themes count="3"/>
</File>
</FMPReport>
Actual result
<?xml version="1.0" encoding="UTF-16"?><FMPReport creationTime="4:56:06 pm" creationDate="26/05/2015" type="Summary" version="14.0.1">
<File link=".//TimeKeeper_fmp12.xml" name="TimeKeeper.fmp12" path="/Volumes/Scape/Users/malcolm/Documents/Work/">
<BaseTables count="16"/>
<Tables count="53"/>
<Relationships count="37"/>
<Accounts count="2"/>
<Privileges count="3"/>
<ExtendedPrivileges count="8"/>
<FileAccess count="0"/>
<Layouts count="43"/>
<Scripts count="55"/>
<ValueLists count="18"/>
<CustomFunctions count="15"/>
<FileReferences count="4"/>
<CustomMenuSets count="3"/>
<CustomMenus count="30"/>
</File>
</FMPReport>