I'd like to see a whole number revision of the product based on primarily DeDuplicating and cleaning up the language.

I'd like every instance of Enabled_State to be replaced with pbEnabled.

I'd like Find_by_recnum and FindByRowID to pick a single format, either with or without Under_Scores

I'd like to see compiler warnings on obsolete code, with "auto correct" wizards in the Studio.

"Property Enabled_State is deprecated, shall I change it to pbEnabled for you? (Yes/No/This File/This Project/This Workspace)"

I'd bet there is a parser out there that can read all the source code and generate a list of defined properties, that could be sorted to find typos and accidental redefined etc.

MM.