All,
I have tried multiple ideas on having the cursor jump to the next field without needing to push the TAB key. Here is the original DDS for the program:
Here is the screen:
I have tried the FLDCSRPRG(SLEASE2) and changing BLINK to PUTOVR and OVRDTA but am still unable to get the cursor to move automatically after entering 3 numbers. Any help would be greatly appreciated.
Thanks,
Kari
I have tried multiple ideas on having the cursor jump to the next field without needing to push the TAB key. Here is the original DDS for the program:
Code:
A CF03(03 'Exit') A BLINK A 7 3'Lease . . .' A SLEASE1 3Y 0B 7 16EDTWRD('0 ') A CHECK(RZ) A 7 20'-' A SLEASE2 3Y 0B 7 22EDTWRD('0 ') A CHECK(RZ) A 26 2'F3=Exit' A COLOR(BLU)
Code:
Lease . . . 999 - 999
Thanks,
Kari
Comment