G
Guest
Hi!
I have an event with this code:
picture1.Visible = True
Lbl_Waiting.Visible = True
' Beginning the query to populate the List
List1.RowSourceType = "Table/Query"
List1.RowSource = "Q2"
List1.ColumnWidths = "2000;900;3000"
List1.Enabled = True
' End
picture1.Visible = False
Lbl_Waiting.Visible = False
This two objects never apears on run-time. It seams that the property
'Visible' only works after the query done.
What I want is a picture of a clock to be visible when the query is being
made.
Can someone help?
I have an event with this code:
picture1.Visible = True
Lbl_Waiting.Visible = True
' Beginning the query to populate the List
List1.RowSourceType = "Table/Query"
List1.RowSource = "Q2"
List1.ColumnWidths = "2000;900;3000"
List1.Enabled = True
' End
picture1.Visible = False
Lbl_Waiting.Visible = False
This two objects never apears on run-time. It seams that the property
'Visible' only works after the query done.
What I want is a picture of a clock to be visible when the query is being
made.
Can someone help?