Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to allow users to rename the item in the list box.
Message
From
12/11/2002 15:37:25
Erick Miranda
Formata Data Business - Grupo Linx
Contagem, Brazil
 
 
To
12/11/2002 15:24:49
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00721778
Message ID:
00721786
Views:
12
Hi!

You can put a TextBox and in the Valid method, put this:
If Not Empty(This.Value) And ThisForm.List1.ListIndex > 0
	ThisForm.List1.ListItem(ThisForm.List1.ListIndex) = This.Value
Endif
Good Luck!
Bye!
Erick
Força Sempre!
Strength Always!
Previous
Reply
Map
View

Click here to load this message in the networking platform