how can i get the cursor position in display screen to
to display my window?

Answers were Sorted based on User's Feedback



how can i get the cursor position in display screen to to display my window? ..

Answer / gurjit oberoi

Or we can ude file information data structure

Is This Answer Correct ?    3 Yes 1 No

how can i get the cursor position in display screen to to display my window? ..

Answer / yogesh

Return Cursor Location (RTNCSRLOC)keyword in display file.

You must specify the cursor-record parameter and the cursor-
field
parameter. You can also specify the cursor-position
parameter.


The fields you specify for cursor-record and cursor-field
must be
unique, 10-character, hidden fields that are defined for
the record
format.



The field you specify for cursor-position must be a signed-
numeric,
4-character, hidden field that does not have decimal
places. The
field must be defined for the record
format.

Is This Answer Correct ?    2 Yes 0 No

how can i get the cursor position in display screen to to display my window? ..

Answer / sapthagiri .p

Usin the Key word RTNCSRLOC . but befor using this key word
in you ensure that you are creating an hidden field C#fld
and in your program If C#FLD = 'Desired field' call your
window .

Is This Answer Correct ?    1 Yes 0 No

how can i get the cursor position in display screen to to display my window? ..

Answer / xxxxx

with rtncurpos key word we can get cursor pos

Is This Answer Correct ?    3 Yes 3 No

how can i get the cursor position in display screen to to display my window? ..

Answer / bharathi

RTVCURPOS

Is This Answer Correct ?    3 Yes 3 No

Post New Answer

More IBM AS400 AllOther Interview Questions

which are the figurative constants used in rpg?

0 Answers   IBM,


give three main purposes of file specification ?

1 Answers   IBM,


Why do you use Keep and Assume Keywords.

2 Answers   Four soft,


what is RCLRSC?

2 Answers  


what is the function of crtdupobj command?

1 Answers   IBM,






when is a tag statement used in rpg?

2 Answers   IBM,


What is field reference file?

1 Answers  


What are the different definition levels in Data Description Specifications?

1 Answers  


when do you explicitly open files and close files in an rpg program?

1 Answers   IBM,


what is *iso date format?

0 Answers   IBM,


What is file access opcodes?

0 Answers   IBM,


Define the purpose of the following code (If you know, how would this be written in RPG ILE) HI LO EQ C *IN66 DOUEQ *OFF C KEY1 CHAIN FILEA 90 66 C 66 CALL PGM1 PRM C ENDDO

1 Answers  


Categories