Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Mouse Pointer in Grid
Message
De
13/10/2000 11:51:22
 
 
À
12/10/2000 22:57:21
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00428874
Message ID:
00429131
Vues:
19
>Hi all you UT Members!
>
>I set the property MOUSE POINTER to arrow in the Grid / Column 1 Text1.
>
>When I place the mouse over the grid in Column 1 it does not change to an arrow.
>
>The help for that property states that it does.
>
>What I'am I doing wrong and how to correct it.
>
>Thanks in advance.
>Roland...
>
>P.S. Many thanks to all that have helped me. I now understand the general flow of events and coding. Still a lot to learn. I have finished my first fully functional VFP 6.0 BASIC Application with a Main Form for searching, 7 Detail Forms, and 7 Report Forms.

Roland,

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

Bill
William A. Caton III
Software Engineer
MAXIMUS
Atlanta, Ga.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform