Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
We are creating a new template for security that will show how to use the ShowLoginAndInitMainForm method. The e.LoginSuccessful property has been changed to e.ShowMainForm. The sematics are the same, so if you set it to True, the application will continue on and show the main form. Also, you will have to deploy the data for your security project to your database or set the SecurityBasics.SecurityDataSourceKey to point to the StrataFrame database so that your application can see the security tables.
|