Adding interface and login methods to LoginDlg.cls
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
To complete the login dialog you must add code for the interface methods for the form. When
you created LoginDlg.cls, you specified that the form would implement the
IStyling, IUser, and
IHelpCallback interfaces. Templates for the interface methods were
automatically added to LoginDlg.cls. Now you must complete the templates
for those methods.
In addition, you must add some methods (ValidateLoging and
LookupLogin) to complete the "plumbing" that handles logins.
To add interface and login methods to LoginDlg.cls: