Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

reg i/o fields on screen

Former Member
0 Kudos

hi,

In a screen, have two i/o fields of 127 each. when i entered input in first i/o field, if it exceeds 127 char then it has to come to the next i/o field automatically. I have to update ztable with the data entered on these two filelds.

Thanks in advance,

Srilatha.

1 REPLY 1

Former Member
0 Kudos

Hi,

r u getting any error?

you have split the string like STR1 = str(127).

STR2 = str+126.

Then it will display in your screen.