A few bugs to fix: The “Save As” was no longer working. This turned out to be because of the changes made to use the Registry. Once I set it to not use the Registry in the Save As routine, it worked again.
The user-defined IDs were being truncated to the Default ID length. This was being done by mistake in the routine that puts together each person’s number. This was relatively easy to fix.
But then, changing the default ID length did not immediately update the IDs. Tried to implement this quickly, but it is not as simple as I thought. Have to think about it.