Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mouse Pointer in a grid
Message
From
09/07/2002 09:58:39
Angela Haws
Seminole County Tax Collector
Debary, Florida, United States
 
 
To
09/07/2002 04:37:07
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00676334
Message ID:
00676604
Views:
26
Hi Mace!
I tried setting sparse = .f. for the column that contains last name, however, I lost the icon altogether (and also lost my row highlight for the last name field.

i have in the init if the grid:
With This
  .SetAll([DynamicBackColor],"IIF(RECNO([hfmaster]) = thisform.nRecordNo, RGB(192,192,192),RGB(255,255,255))",[Column])
  .SetAll([DynamicForeColor],"IIF(RECNO([hfmaster]) = thisform.nRecordNo, RGB(255,255,255),RGB(0,0,0,))",[Column])
  .Refresh()
Endwith
And in the AfterRowColChange of grid:
Lparameters nColIndex
With Thisform
	.nRecordNo = Recno([hfmaster])
	.pageframe1.page2.grid1.Refresh()
Endwith
Thanks for your help!
Angie
Why does setting sparse = .f. affect my grid highlight...
also, Would this be affecting my hand icon as well?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform