BalticAmadeus / AblFormatter

Code formatter for Progress OpenEdge (ABL)
Apache License 2.0
5 stars 0 forks source link

FORM statement does not get parsed correctly #219

Open gustason opened 1 month ago

gustason commented 1 month ago

For example,

FORM SKIP(1) SPACE (3)
  "  Computing Statistics ...  " VIEW-AS TEXT
    SPACE (3) SKIP(1)
    WITH FRAME UpdMsg NO-LABEL VIEW-AS DIALOG-BOX THREE-D
    TITLE "Database Maintenance".

gets parsed as a FOR and an error:

image