Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Mouse Pointer in a grid
Message
De
09/07/2002 09:58:39
Angela Haws
Seminole County Tax Collector
Debary, Floride, États-Unis
 
 
À
09/07/2002 04:37:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00676334
Message ID:
00676604
Vues:
27
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?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform