how can i get the cursor position in display screen to
to display my window?
Answers were Sorted based on User's Feedback
Answer / gurjit oberoi
Or we can ude file information data structure
| Is This Answer Correct ? | 3 Yes | 1 No |
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 |
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 |
when are the referential constraints executed?
What are the types of object authorities?
Apart from opening of a file do we have any other use of USROPN?
how many printer files maximum can be used in single rpg program?
How to position the cursor on a display file at a desired location.
What are the functions of Remote Job Entry (RJE) ?
what is a query can be run in which mode?
What is the benefit of using Externally Described files over Internally Described?
whare we can use IN AND OUT AND UNLCK opcodes?please can any body tell me in real time senario with example
what is the purpose of the indara keyword?
What is the difference between iter and do? We know both are used to execute set of statements repeatedly, but what is the main difference?
which are control break logic indicators?