Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP6: Grid cell
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00469222
Message ID:
00469230
Views:
12
Sorry, that should be:
WITH THISFORM.MyGrid
	FOR lnColumn = 1 TO .COLUMNCOUNT && Get the right column ID (lnColumn) as they may be moved around
		IF .ACTIVECOLUMN = .COLUMNS(lnColumn).COLUMNORDER
			EXIT && lnColumn is the column I want to change appearance for.
		ENDIF
	ENDFOR
ENDWITH
Forgot WITH... ENDWITH, as I just copied genuine piece of code from the Grid Highlighter. :)
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform