Public Sub AppVer()
Prints the App Version Info (Prop_AppStdVerInfo) to the immediate window
Commands
Prints the App Version Info (Prop_AppStdVerInfo) to the immediate window
Increases the application front end minor version in preparation for a release.
Open the Control Centre form
Set the global xf_DebugEnabled variable
Return a boolean indicating whether the framework objects are visible or not.
Remove the Extension Framework from the database
Show or hide all the objects associated with the Extension Framework apart from 'xf_BaseInstance'.
Hiding the framework objects declutters the database object list and visually simulates the framework being part of the Access system.
Module 'xf_BaseInstance' remains as an indicator that xf is present.
Update the master password, validating the old password first. The password is stored in the local framework settings table.
Validate the Extension Framework master password. Used when accessing the Control Centre or other sensitive screens. This is intended to be low security - just enough to block a curious user. As long as code is not locked (ie. in an MDE), it can easily be worked around.
Prints the Framework Version Info (Prop_FrameworkCodeDescription) to the immediate window
Refresh the shadow tables for the named table
Refresh all the shadow tables in the database, using the 'IsShadowTable' field in the linker 'database tables' table to identify the tables to be shadowed
Fix the autonumber column 'next value' if it has become set to an out of sequence number by the linked tables autonumber bug.
Generates a dummy insert in order to set the value back to MAX(Autoumber).
Relink all the tables in the database
Remove the 'dbo' prefix from all table defs (this is automatically added when adding SQL Server linked tables)
Remove the 'dbo' prefix from all table defs (this is automatically added when adding SQL Server linked tables)
Print table table info for database, grouped by database (tables may be linked). Optionally display field definitions with lookup values.