Forum Discussion
Dewayne_Pinion
11 years agoContributor
Just wanted to post an update in case more information is needed. I am able to access individual cells in the datagrid view using something like:
Call aqObject.CheckProperty(M3DataGridView, "wValue(379, ""Today's Amount"")", cmpEqual, -356.10)
where M3DataGridView = Aliases.M3_AKShell.frmMainVsd.tableLayoutPanel1.dockPanel.DockWindow.DockPane.Holder.DRInputModule.toolStripContainer1.ToolStripContentPanel.panel2.tlpGrids.splitContainer1.SplitterPanel.dgvDescriptionRows
However I would really like to use a table checkpoint for testing all the values in the datagridview. Is this possible?
Call aqObject.CheckProperty(M3DataGridView, "wValue(379, ""Today's Amount"")", cmpEqual, -356.10)
where M3DataGridView = Aliases.M3_AKShell.frmMainVsd.tableLayoutPanel1.dockPanel.DockWindow.DockPane.Holder.DRInputModule.toolStripContainer1.ToolStripContentPanel.panel2.tlpGrids.splitContainer1.SplitterPanel.dgvDescriptionRows
However I would really like to use a table checkpoint for testing all the values in the datagridview. Is this possible?