Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ListBox Click
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00602388
Message ID:
00602472
Views:
24
>Right, normally. However this.click() placed in the init() of a listbox does not run code placed in this.click(). Only until you "click" an item in the list will this.click() fire.

Did you try stepping through the code. I just created a simple form with one list box. The click method of the listbox:

thisform.ClickTest

ClickTest:

Wait window "Click Test"

in the init of the listbox:

This.click()

and the wait window came up as expected.
Previous
Reply
Map
View

Click here to load this message in the networking platform