I added a new field in the detail section of a Lawson Design studio 9.0 form. The other fields on the same line as my new field are indexed and can be accessed line by line.
setForm("fieldname", data, row) where row is indexed 0 through 12 to display 12 lines on the scereen.
I am using a javascript ags call and need to write data to my new field using this same index so I can write different data to the field line by line field using an index. I have tried everything I can think of but I can't
figure out how to add an index to to my new field. I can only write data to to the first line. The new field is alphanumeric data. Does anyone know how I can do this?