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;
["Third Party Ref"][sa - ] [sb ] ["Contact Ref" |saa ] ["Title/Initials" ][sc |sd |se ] [cst |st ] ["Company Name" ][sf ] [csu |su ] ["Property No." ][sg ]["Post Code"|sh ][csv |sv ] ["Street" ][si ] [csw |sw ] ["District" ][sj ] [csx |sx ] ["Town" ][sk ] [csy |sy ] ["County" ][sl ] [csz |sz ] ["Reference 1" ][sm ]["Reference 2"] [sn ] ["Reference Fee" ][so ]["Fee Rcv'd Date"|sp ] ["Applied Date" ][sq ] ["Received Date"][sr |"Forwarded Date"|ss ]----------------------------------------------------------------------------------------------- ["Third Party Ref"][sa - ] [sb ] ["Contact Ref" |saa ] ["Title/Initials" ][sc |sd |se ] [cst |st ] ["Company Name" ][sf ] [csu |su ] ["Property No." ][sg ]["Post Code"|sh ][csv |sv ] ["Street" ][si ] [csw |sw ] ["District" ][sj ] [csx |sx ] ["Town" ][sk ] [csy |sy ] ["County" ][sl ] [csz |sz ] ["Reference 1" ][sm ]["Reference 2"] [sn ] ["Reference Fee" ][so ]["Fee Rcv'd Date"|sp ] ["Applied Date" ][sq ] ["Received Date"][sr |"Forwarded Date"|ss ]-----------------------------------------------------------------------------------------------
ATTRIBUTESLABEL l1:TEXT="label1";LABEL l2:my_label TEXT="label2";
CALL form.setElementText("my_label","newText")