Quantcast
Channel: FileMaker Forum > Report an issue
Viewing all articles
Browse latest Browse all 3510

XML DDR Summary does not count Themes (2 Comments)

$
0
0

Issue report by Malcolm Fitzgerald

Product

FileMaker Pro

Version

14.0.1

Operating system version

10.9.5

Description 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 database

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

Viewing all articles
Browse latest Browse all 3510

Trending Articles