Jun 15, 2010 #1 sal0003 Programmer Joined Apr 5, 2010 Messages 22 Location IT How to find the current cursor position in screen?
Jun 16, 2010 1 #2 vzachin Technical User Joined Feb 10, 2006 Messages 305 Location US something like this Code: myrow = sess.screen.row mycol = sess.screen.col Upvote 0 Downvote