Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid Columns
Message
From
26/12/2003 08:47:16
 
 
To
25/12/2003 22:09:53
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00862070
Message ID:
00862110
Views:
20
but if i'm in a grid it returns only the grid name, any way to know the column where the cursor is?
FOR EACH loColumn IN loActiveControl.Columns
  IF loActiveControl.ActiveColumn = loColumn.ColumnOrder
    *** This is the column you want
    .
    .
    .
  ENDIF
ENDFOR
Previous
Reply
Map
View

Click here to load this message in the networking platform