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 answers

1
NoazDad On

Look at the OpenUserObjectWithParm() method.

2
Matt Balent 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.