And in today's lesson I also learned that if your form name has a hypen
in it then the scripttxtFooter = concat("this is version ",
form-name.desc.version)will drop the "-name" and say that "form" is an
invalid accessor. Everything else work work just fine, and changing the
- to a _ fixes the problem, but still.....