Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Capturing values from a list box
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00501964
Message ID:
00501991
Views:
16
This message has been marked as the solution 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) && assuming the first column is date and the second is char.
>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