Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grids using MousePointer
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00558396
Message ID:
00558435
Vues:
12
>>I've tried to set up a grid (VF7) with 1 column that is a textbox, setting the MousePointer = 1 (Arrow) doesn't seem to have any effect at all when the form is run.
>>
>>Has anyone got any ideas?
>>
>>Thanks in advance.
>
>MousePointer property only affects the active cell. To control the mouse pointer for all rows in the column, you can:
>
>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' control's MouseMove put THIS.MousePointer = 1
>
>Using different combinations will give varying results.
>This is courtesy of Jim Booth.
>
>Bill

Thanks - why do VF always make thing so straight forward!
Caroline
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform