Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unexpected Behavior Adding Grid Columns as Listed in Tab
Message
 
To
23/07/2000 16:35:13
Cindy Winegarden
Duke University Medical Center
Durham, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00396007
Message ID:
00396011
Views:
13
Try Changing

.COLUMNS(GridColumns.ColumnNo).Header1.CAPTION = ;
GridColumns.ColumnName

To the following :

.COLUMNS(.ColumnCount).Header1.CAPTION = ;
GridColumns.ColumnName

ie replace GridColumns.ColumnNo, with .ColumnCount in each instance after the Column is added as you are not in Control of the ColumnNo assigned.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform