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

Misplaced Cursor in IW21

Shameer7087
Explorer
0 Likes
488

While creating a notification for a particular notification type, I'm facing a issue. The cursor which is supposed to be at the description is not appearing to be there and cursor is at a different field.

I checked in the PBO screen there's no Cursor set using SET CURSOR statement. Please help me out.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
443

Hi,

The PBO may not have the SET CURSOR statement for a screen. The cursor is set for the first available input ready field on the screen, by the system.

However, as it's not the case for you. You can either update to the latest SP, or add an implicit enhancement to write the SET CURSOR command on that field. If you want to do the implicit enhancement, then follow the below:

Under PBO of the Screen field VIQMEL-QMTXT --> module DFPS_put_data_to_screen_1050 -->

FORM DFPS_put_data_to_screen_1050 --> create an implicit enhancement --> write the SET CURSOR command.

This should set the cursor for that field.

Thanks.

1 REPLY 1
Read only

Former Member
0 Likes
444

Hi,

The PBO may not have the SET CURSOR statement for a screen. The cursor is set for the first available input ready field on the screen, by the system.

However, as it's not the case for you. You can either update to the latest SP, or add an implicit enhancement to write the SET CURSOR command on that field. If you want to do the implicit enhancement, then follow the below:

Under PBO of the Screen field VIQMEL-QMTXT --> module DFPS_put_data_to_screen_1050 -->

FORM DFPS_put_data_to_screen_1050 --> create an implicit enhancement --> write the SET CURSOR command.

This should set the cursor for that field.

Thanks.