2015 Jan 20 10:43 AM
Hi Group,
I have adeded 4 check boxes in a sub screen ,out of 4 check boxed in 2 check boxes I m using Function codes, when user clicking these 2 check boxes screen jumping/scrolling to initial screen ,when I removes Function code it works fine, can any body suggest.
I checked the below link but the work around not working:
2015 Jan 20 11:27 AM
Hi Rajiv,
You can also try this..
SET CURSOR FIELD 'GV_X'. "GV_X is check box field name
Regards
Sreekanth
Hi Group,
I have adeded 4 check boxes in a sub screen ,out of 4 check boxed in 2 check boxes I m using Function codes, when user clicking these 2 check boxes screen jumping/scrolling to initial screen ,when I removes Function code it works fine, can any body suggest.
I checked the below link but the work around not working:
2015 Jan 20 11:27 AM
Hi Rajiv,
You can also try this..
SET CURSOR FIELD 'GV_X'. "GV_X is check box field name
Regards
Sreekanth
2015 Jan 20 11:34 AM
Hi Sreeknath,
Where I need to set curser field is it in PAI or PBO
2015 Jan 20 11:37 AM
2015 Jan 20 11:38 AM
Hi Rajiv,
In PBO of subscreen.
if ok_code = 'CHK1'.
set cursor field 'GV_X1'
endif.
if ok_code = 'CHK2'.
set cursor field 'GV_X2'
endif.
Regards
Sreekanth
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |