|
|
| Author |
Message |
ismail.hasan
New User
Joined: 28 Mar 2007 Posts: 20 Location: India
|
|
|
|
Hi,
I want to place the cursor on varies fields depends the validation. so how can i do the cursor poistioning in rexx?
Noor Mohammed Ismail.M |
|
| Back to top |
|
 |
References
|
Posted: Thu Apr 26, 2007 4:57 pm Post subject: Re: How to control the cursor poisition in panel |
 |
|
|
 |
ofer71
Global Moderator
Joined: 27 Dec 2005 Posts: 1855 Location: Israel
|
|
|
|
Take a look at the CSRPOS operand of the DISPLAY service; also look at the .CURSOR variable of the panel language.
O. |
|
| Back to top |
|
 |
Mickeydusaor
Active User
Joined: 24 May 2006 Posts: 122
|
|
|
|
If in your panel you use the VER statement then ISPF places the cursor
on any field that field validation. If you want to validate the fields in a
REXX then you have the ZCURSOR field. |
|
| Back to top |
|
 |
|
|