Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Normal mousepointer for rows in a grid
Message
From
16/02/2005 12:20:38
 
 
To
16/02/2005 09:31:46
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Miscellaneous
Thread ID:
00987405
Message ID:
00987522
Views:
18
This message has been marked as the solution to the initial question of the thread.
I have tried several methods and the one that has given best results is to put the following line:
thisForm.MousePointer = 1
in the grid.column.mouseMove() event.
It works well, and does not make the grid slower. Be careful when debugging the grid because it slows it a lot.

HTH,
Javier.


>Is there a simple way to get the mousepointer to show as the normal "pointer" when it is moved over the data in a grid?
>
>I can get it to work in the headers by setting the grid's mousepointer to 1 in the header's mousemove method, but have been enable to find how to do it for the actual data rows.
>
>Thanks,
>
>Jim
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform