BaseTools-0.0.3-beta
1) Changed global variables for current database document. As Base now has the global variable ThisDatabaseDocument (accessible from code inside a Base document), I changed the old variables in the Databases module to ActiveDatabase, ActiveConnection, and ActiveDataSource. These variables can be set set with InitFromDocument(oDBDocModel). However, it is not always necessary to set these variables, as they can get obtained from a data form.