Write
the script to open the window
Where you are
Change the tab order on
the window
Code some Help events
and preview the window
> Write the script
to open the window
Now you add a one-line script to open the login window as soon as
the application starts executing. Although you could change the script in
the Application object Open event to open the login window, in this
tutorial you make the call to open the login window from the Open event of
the MDI frame window. This window (w_pbtutor_frame) was created by the
Template Application wizard.
In wizard-generated script, the frame window is called by the
Application object Open event. When you add a call to open the login
window from the MDI frame window Open event, the login window still
displays before the frame window. Because the login window is a response
window, it temporarily blocks execution of the remainder of the frame
window Open event script.
In this exercise you: