‎2007 Feb 28 7:31 AM
Hi,
I need to develop a screen where in it contains table controls, different push buttons and Input output fields. One of the button is TAB. This tab button should function as a TAB functionality in the keyboard. Meaning whenever I click on this it should take me from one button to another button and when cursor is in table control it should take from one column to another column. Suppose if cursor is on fields (Input/Output fields) then it should take from one field to another field.
Cursor on Fields:
I have tried with Set cursor and increasing the counter and again using the set cursor to place on the counter(next) field. But this is not working. I have different types of fields meaning some Char, Int, Currency. Among these I need to move cursor.
<b>Points will be awarded.</b>
Br,
Laxmi
‎2007 Mar 02 2:25 PM
Make use of set cursor command for fields like
constatnts: GC_FIELD(<Length os screen field>) type c value '<Screen field>'.
set cursor field GC_FIELD.
Thanks and regards,
Mallareddy Rayapureddy.
Munich, Germany
‎2007 Feb 28 2:10 PM
Hi,
You can use TAB functionality by key board itself.
Why again the to handle it seperately
Regars,
Sreevani.
‎2007 Feb 28 2:43 PM
Hi Sreevani,
Our custom transaction will be used in a 3rd party tool where these all the keyboard functionalities won't be there.
Br,
Laxmi.
‎2007 Mar 02 2:25 PM
Make use of set cursor command for fields like
constatnts: GC_FIELD(<Length os screen field>) type c value '<Screen field>'.
set cursor field GC_FIELD.
Thanks and regards,
Mallareddy Rayapureddy.
Munich, Germany
‎2007 Mar 02 4:24 PM
Hi Malla,
Thanks!
I was doing the same , but I was passing the value of the field instead name of the field for the SET CURSOR. To scroll the tabs between the diff push buttons i am assigning the functional key to each push buttons whihc has a facility in the 3rd party tool.
Br,
Laxmi