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
Nick thanks for your answere but it is not totaly the functionality that i search.

y es i want update spreadsheet, but the update is a script to do that.

i have spreadsheet with championship classification, and after the race, a script update this classification with calculation of point that driver have in the race.

So the first spreadsheet is the classification before race.
The script calcul point and other in datatable.
after calculation is ok, i order the datatable and i want to display this in widget with ticker function and pagination

so the widget dataset is a spreadsheet, i don't think i can use other to do that.

Before external filepath build, the code you can see, work but now didn't work.

Error: 16/10/2018 19:40:06 (UTC)
Unhandled exception
System.Data.RowNotInTableException: Cette ligne a été supprimée d'une table et ne contient pas de données. BeginEdit() permettra la création de nouvelles données dans cette ligne.
  à System.Data.DataRow.GetDefaultRecord()
  à System.Data.DataRow.get_Item(Int32 columnIndex)
  à ATVO.ThemeEditor.ThemeModels.DataSets.SpreadsheetDataBinding.<>c__DisplayClass0_0.<.ctor>b__0(DataRow c) dans F:\Appgineer.in\Appgineer.in TV Overlay for iRacing\ATVO.ThemeEditor\ThemeModels\DataSets\SpreadsheetDataSet.cs:ligne 65
  à ATVO.ThemeEditor.Data.DataSet`1.GetData(DataBindingBase bindingBase, ISimulation sim, IDataOrder order, DataClassIndex classIndex, Int32 offset) dans F:\Appgineer.in\Appgineer.in TV Overlay for iRacing\ATVO.ThemeEditor.Data\DataSet.cs:ligne 94
  à ATVO.ThemeEditor.Data.DataSet`1.GetData(String bindingKey, ISimulation sim, IDataOrder order, DataClassIndex classIndex, Int32 offset) dans F:\Appgineer.in\Appgineer.in TV Overlay for iRacing\ATVO.ThemeEditor.Data\DataSet.cs:ligne 122
  à ATVO.ThemeEditor.ThemeModels.DataBinderContainer.GetBindingValue(DataBindingBase binding, DataSetBase dataset, ISimulation sim) dans F:\Appgineer.in\Appgineer.in TV Overlay for iRacing\ATVO.ThemeEditor\ThemeModels\DataBinderContainer.cs:ligne 75
  à ATVO.ThemeEditor.ThemeModels.DataBinderContainer.SetValueAndUpdate(ISimulation sim) dans F:\Appgineer.in\Appgineer.in TV Overlay for iRacing\ATVO.ThemeEditor\ThemeModels\DataBinderContainer.cs:ligne 101
  à ATVO.ThemeEditor.ThemeModels.ThemeDataUpdater.UpdateDataBinders(List`1 databinders, ISimulation sim, Boolean designMode, DebugModes debugMode, Double time, Double deltatime) dans F:\Appgineer.in\Appgineer.in TV Overlay for iRacing\ATVO.ThemeEditor\ThemeModels\ThemeDataUpdater.cs:ligne 246
  à ATVO.ThemeEditor.ThemeModels.ThemeDataUpdater.Update(ISimulation sim, Boolean designMode, DebugModes debugMode) dans F:\Appgineer.in\Appgineer.in TV Overlay for iRacing\ATVO.ThemeEditor\ThemeModels\ThemeDataUpdater.cs:ligne 51
  à ATVO.Theme.Code.EditorTheme.<SimOnDataUpdatedEvent>b__27_0() dans F:\Appgineer.in\Appgineer.in TV Overlay for iRacing\ATVO.Theme\Code\EditorTheme.cs:ligne 122
  à System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
  à System.Windows.Threading.DispatcherOperation.InvokeImpl()
--- Fin de la trace de la pile à partir de l'emplacement précédent au niveau duquel l'exception a été levée ---
  à System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  à System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  à System.Windows.Threading.DispatcherOperation.Wait(TimeSpan timeout)
  à System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
  à System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority, CancellationToken cancellationToken, TimeSpan timeout)
  à System.Windows.Threading.Dispatcher.Invoke(Action callback)
  à ATVO.Theme.Code.EditorTheme.SimOnDataUpdatedEvent(Object sender, ISimulation simulation) dans F:\Appgineer.in\Appgineer.in TV Overlay for iRacing\ATVO.Theme\Code\EditorTheme.cs:ligne 119
  à ATVO.Data.Simulation.UpdateData() dans F:\Appgineer.in\Appgineer.in TV Overlay for iRacing\ATVO.Data\Simulation.cs:ligne 253





sorry for my bad english, i work on it ^^