Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Header Equivalent to Columns(i)
Message
From
16/03/1999 16:21:00
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00198314
Message ID:
00198331
Views:
22
>In a grid, I can generically cycle throun the columns with This_Grid.Columns(i).whatever. But if I have changed the name property to the column headers, I can not do This_Grid.Columns(i).Headers(i).whatever. Is there an equivalent for headers like ther is for columns? Or am I doomed to cycle through all the column objects looking for the object with a baseclass of *Header*?
>
>TIA

So why change the header object name? Is there some reason you couldn't just cycle through your columns collection referencing This_Grid.Columns(i).Header1 ?
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform