ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

Continue Text in filed using SDA window

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Continue Text in filed using SDA window

    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


  • #2
    Look at this...

    Comment


    • #3
      ahhh.. yes. Thank you thank you thank you. I could not remember it...

      Comment

      Working...
      X