Report post

Are you sure you want to report the post shown below? This will send an email to the ATVO administrators. Please include a short reason for reporting.

Users reporting for no reason may be locked out.


Post

Posted by Nicolas C
on
for example:

DataTable _iUnofficialResult = null;
_iUnofficialResult = item.Theme.Spreadsheets.Find("IFRN_Unofficial.csv").Table.Data.Copy();

//point calculation

item.Theme.Spreadsheets.Find("IFRN_Unofficial_Result.csv").Table.Data.Clear();  // this line generate error

item.Theme.Spreadsheets.Find("IFRN_Unofficial_Result.csv").Table.Data.Load(_sortedDT.CreateDataReader());
item.Theme.Widgets.Find("W17_UnofficialRankingData1").Ticker.UpdateRepeatedSubWidgets(true,false);