This version of HLMSW has new functionality related to Zinfonia.
For more information see this Link:
HLMSW Build 3.8.1.0 Installation Notes.pdf
This build (which is located in the Beta section) includes changes that allow you to search Zinfonia for composer information and also allows you to use character-based wildcards
to search character, numeric and auto increment Extra Database fields.
The wildcards work like this:
1___ will find all numbers between 1000 to 1999
1[123]__ will find all numbers between 1100 to
1399
1[^123]__ will find all numbers between 1000 to 1999
but NOT between 1100 to 1399
Peter (BTMI)