I have a test window like below. I intentionally made the field 150 characters b/c I want it to continue to the next line. However the compiler does not like that. There has to be away of doing this.
Ideas anyone?
results would be typing on the line and after it gets to the end of the first actual line it continues on its own to the next line until I'm done or i hit 150 characters. I know I can do it in RPGLE but I don't want too..
[CODE]
A R SCREEN1
A WINDOW(5 2 10 75)
A FLD001 150 B 1 1
Ideas anyone?
results would be typing on the line and after it gets to the end of the first actual line it continues on its own to the next line until I'm done or i hit 150 characters. I know I can do it in RPGLE but I don't want too..
[CODE]
A R SCREEN1
A WINDOW(5 2 10 75)
A FLD001 150 B 1 1
Comment