Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multicolumn list: can columns be named?
Message
 
 
To
06/11/2001 19:19:11
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00578308
Message ID:
00578343
Views:
16
This message has been marked as a message which has helped to the initial question of the thread.
>I have a multicolumn list: lList.
>lList.LIST(2,5) gives me the 5th column of the 2nd item listed in lList. Is there a way to name the columns so that it can be referred to by name, rather than by the column number? Something like: lList.List(2,custid).
>Thank you all!!!

In addition to Jim's reply: don't make these variables the same name, as your fields, otherwise you'll be in trouble. You have to use different names for these constants (or form properties). Despite Jim's suggestion I would probably define these constants in include file, so they could be accessed whatever they are needed...
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform