Running LoginDlg.cls
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
You cannot run LoginDlg.cls directly. The application must wait for
the login to be completed before running the Sports window. Therefore, you must run
start.p, which contains a WAIT-FOR statement that
delays the launching of the Sports window.
You can open start.p in the ABL Editor to see how the running of the sample application is coded. The start.p file is one of the pre-existing resources in the SampleApp project, and it is located in the top-level of the SampleApp folder.
To launch start.p: