Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MousePointer in read-only grid
Message
From
03/02/1999 14:38:22
 
 
To
03/02/1999 07:46:49
Magnus Persson
Widmark & Platzer Ab
Stockholm, Sweden
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00183337
Message ID:
00183579
Views:
18
>Im using a grid as a read-only picklist, and want to have the mousepointer as an arrow. The pointer becomes an I-beam even if every MousePointer properties (grid and text-boxes) are set to Arrow.
>
>Thanks in advance,
>Magnus

Hi Magnus,

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

Bill
William A. Caton III
Software Engineer
MAXIMUS
Atlanta, Ga.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform