Quick Start Guide

 

1.Import Users.txd and Security.txd into your app dictionary.  See includes.
2.Add BSec Global template to app, or all apps in multi-dll.   Set default global security level, change default message, multi-dll settings as needed.
3.Fill in Security File and Owner Name settings in Main Frame BProcSec procedure template.  This is required by the BSec Classes.
4.Copy the provided sample users file to the app directory.  See includes.
5.Import a Logon procedure txa provided. (ABC or Legacy)  See includes.
6.Add the BSecCallLogon extension to the main frame and select the name of the Logon procedure.
7.Wizard Generate a browse on the Security file.  Add EIP and BSec's EIPSec extension if desired.  Do not allow changing the SItem field.
8.Wizard Generate a browse on the Users file. Add EIP and BSec's EIPSec extension if desired.
9.Peruse your app and change default security settings to what you would like to see.
10. Add any control level security you desire, hiding or disabling individual controls.
11. Add any additional EIPSec, ButSec Button Security extensions, or secure any code as you feel compelled.<g>
12. Run the ExportBSec Jumpstart Utility to build the default Security file.
13. Compile and run your now secured application.(s)