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

MODULE POOL-Setting cursor field

Former Member
0 Likes
1,108

Hai All,

When i am doing the module pool program i have faced an issue that i have a screen which have some fields and if i have filled

the field in screen and when i give the 'ENTER' the cursor should go to the next field without using the TAB key. Pls let me know.Thanks in Advance.

Thanks,

Pradeep.

Edited by: PRADEEP AMUTHAN on Mar 31, 2011 4:43 PM

8 REPLIES 8
Read only

Former Member
0 Likes
898
Read only

0 Likes
898

Helpful, but not quite dynamic enough.

Use the LOOP AT SCREEN processing in PBO in addition to the SET CURSOR command. LOOP AT SCREEN happens in the same order as the screen tab order, so you can dynamically check fields in order for a value and determine the 'next' input-able field for cursor positioning after a PAI event was triggered.

Read only

0 Likes
898

Hai,

I am getting ur point and pls let me know how to use the SET CURSOR and where to use this.

Read only

0 Likes
898

Read the help files...

Read only

0 Likes
898

ya..sure... is it available in SDN?

Read only

0 Likes
898

Press f1 on set cursor.

Read only

0 Likes
898

ya..sure... is it available in SDN?

Seriously? You can't find the help files?

Read only

0 Likes
898

ya i got it thanks to all...