Application Development 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: 

Move to a different tab and place cursor on error in tabstrip control

Former Member
0 Kudos

Hi,

How to set cursor on a different tab and field when there is an error in another tab in module pool?

Regards,

Arun Mohan

1 REPLY 1

former_member185414
Active Contributor
0 Kudos

Hi Arun,

Try these two things.

1. Don't raise error message instead use something like

Message 'Error text' type 'E' display like 'W'

*Error message halts the screen processing.

2. Explore SET CURSOR FIELD command to navigate to a field in new tab.

*PS: These are suggestions and I have not tried these.

BR.