Here's the problem. In the background script of the report card are these lines in the InvokeReports handler:
- on InvokeReports docName:
if the version is "1.0", then
if MultiFinder(), then
...
else if the version is "1.1", then
Workaround
change the last line to read:
else if the version >= "1.1", then