Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Change mousepointer in grids
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00214692
Message ID:
00214919
Vues:
21
This is courtesy of Jim Booth:

In the grid's MouseMove put THIS.MousePointer = 1
In the columns' MouseMove put THIS.PARENT.MousePointer = 1
In the headers' MouseMove put THIS.PARENT.PARENT.MousePointer = 1
In the columns' controls MouseMove put THIS.MousePointer = 1

>Hi all,
>
>Which is the way to change the I-Beam cursor in grid to the default Arrow when the grid is readonly??
>
>I try with:
>grdBrowse.MousePointer = 1 &&Arrow
>grdBrowse.SetAll( "MousePointer", 1, "TextBox" )
>
>And... No good results.
>
>Any ideas???
>Thanks in advance!
William A. Caton III
Software Engineer
MAXIMUS
Atlanta, Ga.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform