How to show tooltip in powerbuilder

2.7k Views Asked by At

In a particular window when I move cursor, I want to get the cursor position and want to display it in window just like tooltip. Is it possible? However I am able to get the co-ordinates by using PointerX() and PointerY() method but how should I display it like tooltip?

2

There are 2 best solutions below

1
On

Look at the OpenUserObjectWithParm() method.

2
On

If your window uses datawindows (and you are using PB 11 or so) you can use the Tooltip property of the columns/controls on the datawindow object.