Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Change display value in listbox
Message
From
20/03/2003 14:20:11
 
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00768219
Message ID:
00768242
Views:
27
This message has been marked as the solution to the initial question of the thread.
Hello Michelle.

THISFORM.lstGroups.DisplayValue = "NewDisplayValue"

Try this instead:

THISFORM.lstGroups.List[ THISFORM.lstGroups.ListIndex, 1 ] = "NewDisplayValue"
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform