ABEU Forms

It is necessary to include 3 forms with your application: Updater_Welcome-ConfigAllDBs, Updater_Welcome-ConfigSingleDB, and Updater_ProgressMeter.

Renaming Forms

It is not possible to rename forms, however, you may rename the default prefix of “Updater_” to something else. To do this, open basBEUpdater and find:

   Public Const BEUpdater_Form_Prefixes As String = "Updater_"

Change “Updater_” to whatever you like. Next, go through all of your forms that are part of the ABEU application and rename the “Updater_” prefix to the new name you set for BEUpdater_Form_Prefixes.

For example, if we change the above line of code to:

   Public Const BEUpdater_Form_Prefixes As String = "ABEU_"

we would need to rename each of the ABEU forms from Updater_ to ABEU. For example, Updater_Databases becomes ABEU_Databases, Updater_DeleteField becomes ABEU_DeleteField and so on.

Note: The Updater_ProgressMeter form has its own name constant. To rename this, find the code:

   Public Const BEUpdater_ProgressMeterFormName = "Updater_ProgressMeter"

and replace Updater_ProgressMeter with whatever you rename the form to. The BEUpdater_Form_Prefixes has no effect on this form.


Navigation
Personal Tools