Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Capturing values from a list box
Message
 
 
To
01/05/2001 11:23:47
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00501964
Message ID:
00501990
Views:
22
This message has been marked as a message which has helped to the initial question of the thread.
>I gave a bad example. The code you suggested gives me a numeric that is not the literal value of column 2
>
>
DATE       BATCH
>01/01/01       A
>01/01/01       B
>01/01/01       C
>
>This example is better. If is double clicked the second value, I want to store "01/01/01 B" to the memvar.
with thisform.list1
  lcMemvar= dtoc(.list(.listindex,1)+.list(.listindex,2))
endwith
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform