Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Listbox behavior - not responding
Message
From
11/06/2018 11:28:24
 
 
To
11/06/2018 08:27:34
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Miscellaneous
Thread ID:
01660652
Message ID:
01660685
Views:
85
>>Hi,
>>
>>I have a form on which I create a LIstbox - Fill the data with following code:
>>
>>
>>Select curList
>>	With Thisform.ggListbox
>>		.RowSource = m.lcSQL
>>		.RowSourceType = 3
>>		.Requery()
>>		.ListIndex = 1
>>		.Visible = .T.
>>		.SetFocus()
>>	ENDWITH
>>
>>It shows the listbox with all the content correctly, however I cant do anything with it. Click on any Item, it does not respond.
>
>What's the ControlSource?
>
>Tamar
Tamar,
I have meanwhile abondend this scheme completely. Could not find the answer and have replaced the listbox with a grid, with adapted UI to mimic a listbox. This approach is also more friendly.
I am not 100% sure but for me the ControlSource of both listbox (not working) and combobox (working) are set to the same cursor.field
Thanks,
Koen
Previous
Reply
Map
View

Click here to load this message in the networking platform