Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Displaying Arrays
Message
From
16/07/2003 07:37:26
Erick Miranda
Formata Data Business - Grupo Linx
Contagem, Brazil
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00810581
Message ID:
00810583
Views:
11
Hi Neil!

>> How do I show the contents of the array in my list box please?

Try:
ThisForm.List1.ColumnCount = 5  && Number of the fields in your table
ThisForm.List1.RowSourceType = 5  && Array type
ThisForm.List1.RowSource = "areports"
I hope this help you.
Bye!
Erick
Força Sempre!
Strength Always!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform