Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MouseMove event
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00226161
Message ID:
00226607
Views:
24
>Is there a way to get the mousemove event of a textbox within a grid to fire without the textbox having control?
>
>Thanks,
>Paul

If you use the Column.MouseMove event to modify the Grid.ToolTipText it would work I think! eg.

Procedure Column.MouseMove
this.Parent.ToolTipText = this.TextField1.ToolTipText


Glenn
Previous
Reply
Map
View

Click here to load this message in the networking platform