Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Inserting a column in a grid
Message
From
10/07/2001 07:44:22
 
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00528362
Message ID:
00528523
Views:
26
Hi Julian.

>> However, in a FOR EACH oCol in THISFORM.grdAsso.COLUMNS, VFP still thinks it's the 10th column and not the 2nd, which it appears to be. <<
FOR EACH oCol IN THISFORM.grdAsso.COLUMNS
   IF oCol.ColumnOrder = 2
     *** do something with column 2
   ENDIF
ENDFOR
What do you need to do that depends knowing the column order?

Marcia
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform