Issue: When user is done editing field , but leaves cursor and hits "submit" the edited field contents does not flow into the array. (thDataA). Now if they click anywhere else (out of the edited field) then it will flow in the array with the following code:
Code: Select all
put the dgData of group "DataGrid1" into theDataA
put the dgIndexes of group "DataGrid1" into theIndexes
thanks for any help