ATEasy Form.Visible, and .WindowState Values During OnLoad Event

Knowledge Base Article # Q200002

Read Prior Article Read Next Article
Summary Describes the default Form.Visible and Form.Window states during an OnLoad event
  
Login to rate article
Solution:

During the form loading the properties have the following values:,

Form.Visible = False
Form.WindowState = Normal


After the OnLoad is return these properties are restored as set in design mode.

This behavior is similar to Microsoft Visual Basic's forms behavior.
Article Date 3/28/2000
Keywords ATEasy, AForm, Visible, WindowState


Login to rate article

1 ratings | 5 out of 5
Read Prior Article Read Next Article
>