Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Mouse pointer in Grid
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00268600
Message ID:
00268616
Vues:
21
>Hello Friends
>
>By default in Vfp grid mousepointer changes to I-Beam . so whenever mouse pointer is on grid mousepointer becomes I-Beam. I want to change it to Arrow. I have tried to change Grid's mousepointer
>property to "arrow" but it is only working if mouse pointer is on grid scrollbar or hearder etc.
>
>IF mouse pointer is on column then again it changes to I-Beam.
>What am I missin here ? i want mousepointer to be as "Arrow" whenever mouse pointer is anywhere in grid

This one's been around the block a few times:

Originally posted by 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
The Anonymous Bureaucrat,
and frankly, quite content not to be
a member of either major US political party.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform