Customer wants to hover mouse over a grid to view tooltips containing data stored in a field of the cursor source for the grid. That is, I'll need to dynamically load tooltip for textboxes in the grid as the mouse is hovered over the cells (textboxes) of the grid.
To do this, I setup a test case using bindevents to attach method code to MouseEnter for all textboxes in the grid, but what I'm seeing is that MouseEnter isn't getting control as I hover the mouse over the grid, but instead it gets control only when I click a cell in the grid or hover over a cell already selected - but when I hover over the adjacent (unselected) cells, MouseEnter stays dormant. Is this the way MouseEnter is supposed to work? Doesn't seem right, at least not for what I want to do. Any ideas? Bill _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

