10-28-2009, 10:07 PM
(This post was last modified: 10-28-2009, 10:10 PM by Guillaume@cegc.)
Hi,
when I use the "Expert View" in qtp and I use auto completion, qtp IDE show me a DeleteRows method on the DTSheet object :
But at runtime it always say that this object doesn't know this property or this method.
So, why does qtp propose that ???
Does someone know how to delete rows in a runtime datasheet ?
Same thing with DataTable.GlobalSheet.Clear...
when I use the "Expert View" in qtp and I use auto completion, qtp IDE show me a DeleteRows method on the DTSheet object :
Code:
DataTable.GlobalSheet.DeleteRows
So, why does qtp propose that ???
Does someone know how to delete rows in a runtime datasheet ?
Same thing with DataTable.GlobalSheet.Clear...