Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Write Statment - At Line Selection

Former Member
0 Likes
490

Dear All

I was created program with write statement and also I used at line selection.

program is working properly

my requirement is when i move the mouse point to screen point i want to change mouse point arrow to hand

can you please help me to collect this.

thanks in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
473

Hi,

When you use the WRITE command add the option HOTSPOT ON.


WRITE:/ p_num HOTSPOT ON.

This will bring the hand.

Cheers,

Aditya

Edited by: Aditya Laud on Feb 20, 2008 6:33 AM

3 REPLIES 3
Read only

Former Member
0 Likes
474

Hi,

When you use the WRITE command add the option HOTSPOT ON.


WRITE:/ p_num HOTSPOT ON.

This will bring the hand.

Cheers,

Aditya

Edited by: Aditya Laud on Feb 20, 2008 6:33 AM

Read only

graghavendra_sharma
Contributor
0 Likes
473

use WRITE: W_FLD1 HOTSPOT ON.

Read only

Former Member
0 Likes
473

thanks all i got it