GRID{[l1 ][f1 ][l1 ][f1 ]}....ATTRIBUTESLABEL l1:TEXT = %"label1"; -- the screen-field l1 is defined more than once, causes error 8082EDIT f2=FORMONLY.f1; -- this defines a screen array, legal code.
LAYOUTSCROLLGRID{Label1[f1 ] Label1[f1 ] Label1[f1 ]}ENDENDATTRIBUTES EDIT f1=FORMONLY.f1;
LAYOUTSCROLLGRID{[l1 ][f1 ] [l1 ][f1 ] [l1 ][f1 ]}ENDENDATTRIBUTESLABEL l1:TEXT = %"label1"; EDIT f1=FORMONLY.f1;
ATTRIBUTESLABEL l1:TEXT="label1";LABEL l2:my_label TEXT="label2";
CALL form.setElementText("my_label","newText")