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:
00602438
Views:
33
Eric,

Calling the Click event code does not cause a Click to occur, it only runs the code. To select an item in a list in code you need to look at the selected property of the Listbox. For example;
Thisform.List1.Selected(2) = .T.
will cause the second item in the listbox to be selected.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform