‎2015 Nov 09 5:51 AM
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.
‎2015 Nov 09 6:12 AM
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.
‎2015 Nov 09 6:12 AM
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.