Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Changing the Cursor Over Populated Grid?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00098457
Message ID:
00098524
Vues:
26
>How do you keep the cursor from becoming the I-bar that is normal over a populated grid? I changed both the grid's cursor property and the textbox's to be an arrow, but it still shows the I-bar unless the row doesn't have any data in it.
Michael,

You have to hit evry object that the mouse may move over. These are the Grid, each column, each column's header, and each column's control.

In the grid's MouseMove put THIS.MousePointer = 1
In the columns' MouseMove put THIS.Parent.MousePointer = 1
In the Headers' MouseMove put THHIS.Parent.Parent.MousePointer = 1
In the columns' controls MouseMove THIS.MousePointer = 1
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform