I am trying to update all cells within a column in my datagrid but I cant work out how. I currently have the following code:
Code: Select all
put field "ID6" into theDataA["DealerContactID"]
put 2 into theLineNo
repeat with i = 1 to theLineNo
dispatch "AddData" to group "MobileNumbersDataGrid" with theDataA, theLineNo
end repeat
Can anyone help with this?
Thanks
Daniel