Changing AcxTable cell values - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners) +--- Thread: Changing AcxTable cell values (/Thread-Changing-AcxTable-cell-values) |
Changing AcxTable cell values - TonyBarker - 02-29-2012 I am trying to changes values in an AcxTable cell using the SetCellData command, however although the value changes on the screen it is not stored in a calculation, ie when accpeting this change, the new value is ignored so when the screen is re-visited the original value is displayed. I have used the following command to change a value :- Code: 'VbWindow("frmFinancialOverviewEdit").AcxTable("MSFlexGrid").SetCellData 7, 4, DataTable("VehicleDamage", dtGlobalSheet) |