Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grids using MousePointer
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00558396
Message ID:
00558435
Views:
13
>>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform