This comes with several very helpful examples
I like the mouse over example for the grids
However I woul also like to make it work in my grid like the first example
so that when the a user tabs into a text box in the grid the ballon pops up
next to the text box in the grid
When I try this I get a pop up in the grid but no where near the active text box
WIth this code in the got focus of the text box and the grid text box
#Define CON_BTPOS_NONE 1
#Define CON_BTPOS_LEFTTOP 1
#Define CON_BTPOS_ACTIVECTRL 2
#Define CON_BTPOS_CARET 3
#Define CON_BTPOS_SYS1270 4
#Define CON_BTPOS_CTRLREF 5
#Define CON_BTPOS_MOUSE 6
#Define TTI_NONE 0
#Define TTI_INFO 1
#Define TTI_WARNING 2
#Define TTI_ERROR 3
#Define TTI_INFO_LARGE 4 && VISTA
#Define TTI_WARNING_LARGE 5 && VISTA
#Define TTI_ERROR_LARGE 6 && VISTA
m.lcText = "CON_BTPOS_SYS1270"
With Thisform.obt
.ctlReset()
.ctlShow(3, m.lcText)
Endwith
Any ideas would be great
