I have an Editable Grid App. It displays *as default) 10 records with empty fields. I want upon opening it populate those fieds from database (another table).
It would be quite easy for the single record Form but for this multiple record form I’m not sure how to refer to the fields. When I look at the Fields list (left panel) I see only 2 fields (columns) so somehow I would have to iterate through those fields if I need to fill in more than one line. I could read 2, or 10 records into Array but I can’t figure out how to move data from array to the screen.
[ATTACH=JSON]{“alt”:“Click image for larger version Name: 2018-11-09 22_43_54-Editing - ins_customers.jpg Views: 1 Size: 93.3 KB ID: 85382”,“data-align”:“none”,“data-attachmentid”:“85382”,“data-size”:“full”,“title”:“2018-11-09 22_43_54-Editing - ins_customers.jpg”}[/ATTACH]
[ATTACH=JSON]{“data-align”:“none”,“data-size”:“full”,“title”:“2018-11-09 22_53_30-ScriptCase - Development - admin.jpg”,“data-attachmentid”:85383}[/ATTACH]
Any ideas ?