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 on screen fields

Former Member
0 Likes
1,662

Hi All,

My requirement is ....

I have 4 fields on screen now if i put data on first field and get it validated by pressing the button on the screen the cursor should automaticaly come to second field......

Any body knows how to achieve this.

Thanks ,

Ruchi.

1 ACCEPTED SOLUTION
Read only

valter_oliveira
Active Contributor
0 Likes
1,083

Hello.

In PBO, use statement SET CURSOR FIELD to control where the cursor will be .... also, create some flag to tell you what field to choose in every interaction.

Regards,

Valter Oliveira.

4 REPLIES 4
Read only

valter_oliveira
Active Contributor
0 Likes
1,084

Hello.

In PBO, use statement SET CURSOR FIELD to control where the cursor will be .... also, create some flag to tell you what field to choose in every interaction.

Regards,

Valter Oliveira.

Read only

Former Member
0 Likes
1,083

thanks

Read only

0 Likes
1,083

HI ruchi,

Am a begineer into Screen Programming ,

I also have the same requirement.

Could you please explain in brief.

Thanks

Read only