Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A reference to the current column in a grid
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00147795
Message ID:
00147799
Views:
32
>Any hints?

Jorge,

Yeah, don't use the column number, use its name instead;
this.parent.myGrid.setfocus()
lcColumn=this.parent.myGrid.ActiveColumn.Name
loColumn=EVALUATE("this.parent.myGrid." + lcColumn)
*--Now I have a reference to the column
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform