Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid - new column
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Grid - new column
Miscellaneous
Thread ID:
00397133
Message ID:
00397133
Views:
43
Hi everyone,

I designed a class for my Grid. Lately I decided to add one column. It becomes the column 66. Is there a way to change its number within a Grid? I have the code like this:
  	for n = DDCN_BLDFI to DDCN_BLDLA			&& loop over consecutive range of column #s
  		this.grdbldmstr.columns[m.n].ReadOnly = llAllowEditBldg  		
  	endfor
and I don't like to write special line of code for this new column.

Thanks in advance.
If it's not broken, fix it until it is.


My Blog
Next
Reply
Map
View

Click here to load this message in the networking platform