Forum Discussion
pashooo
14 years agoContributor
My app's type is .NET.
When I try to use table checkpoint master says:
The selected object has no data to store. Possible causes:
* the selected object is not supported by table checkpoints (it has data!!)
* the selected object is not a tabular control.... (it is a tble Im sure!!)
I can get a count of rows, and use the count in cycle: for(i=0; i<count_of_rows; i++)
... but when the cycle faced the row not visible on screen error happens(
Grid have no properties named w*** like wValue.
I use row property: Sys.Process("OptionsWorkshop").WPFObject("HwndSource: MainForm").WPFObject("MainForm").WPFObject("DockPanel", "", 1).WPFObject("DockingManager").WPFObject("rpMain").WPFObject("rpTop").WPFObject("documentPane").WPFObject("OptionsSeriesDesk", "", 1).WPFObject("Grid", "", 1).WPFObject("dataGrid1").WPFObject("DataGridRow", "", 1).DataContext.<name_of_column> - contain a value.
When I try to use table checkpoint master says:
The selected object has no data to store. Possible causes:
* the selected object is not supported by table checkpoints (it has data!!)
* the selected object is not a tabular control.... (it is a tble Im sure!!)
I can get a count of rows, and use the count in cycle: for(i=0; i<count_of_rows; i++)
... but when the cycle faced the row not visible on screen error happens(
Grid have no properties named w*** like wValue.
I use row property: Sys.Process("OptionsWorkshop").WPFObject("HwndSource: MainForm").WPFObject("MainForm").WPFObject("DockPanel", "", 1).WPFObject("DockingManager").WPFObject("rpMain").WPFObject("rpTop").WPFObject("documentPane").WPFObject("OptionsSeriesDesk", "", 1).WPFObject("Grid", "", 1).WPFObject("dataGrid1").WPFObject("DataGridRow", "", 1).DataContext.<name_of_column> - contain a value.