View previous topic :: View next topic |
Author |
Message |
abilash_cimat Beginner
Joined: 09 Jun 2006 Posts: 6 Topics: 3
|
Posted: Fri Jun 09, 2006 4:20 am Post subject: position cursor IN REXX o/p |
|
|
Hi,
I have a REXX code which displays some messages initially.Then i want to position the cursor in a particular pos in the screen..pls help me to position the cursor.
for example,when my REXX starts it will displays the following screen.after the display i want to position the cursor towards entering Name.
NAME:
AGE :
DOB :
thanks
abilash |
|
Back to top |
|
 |
acevedo Beginner

Joined: 03 Dec 2002 Posts: 127 Topics: 0 Location: Europe
|
Posted: Fri Jun 09, 2006 6:49 am Post subject: |
|
|
what about ?
Code: |
address ispexec "display panel(yourpanel) cursor("yourfield")"
|
as stated in the Fine Manuals ? |
|
Back to top |
|
 |
abilash_cimat Beginner
Joined: 09 Jun 2006 Posts: 6 Topics: 3
|
Posted: Sun Jun 11, 2006 9:23 pm Post subject: |
|
|
thank'u very much |
|
Back to top |
|
 |
|
|