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

SET CURSOR IN MODULE POOL

Former Member
0 Likes
1,492

Hi Experts,

i have three input fields in he screen in module pool.

if the first field is entered after we press enter the cursor should go to the second field.

i tried using SET CURSOR but it is not working.

regards,

Nishitha

2 REPLIES 2
Read only

awin_prabhu
Active Contributor
0 Likes
402

Hi,

Use SET CURSOR statement in PBO of ur screen.

In PAI set the flag based on entered inputs.

In PBO set the cursor on required fields by checking that flag.

Thanks.

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
402

Why not tab key ?