Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
FarPoint.Win.Spread.FpSpread HELP?
#4
Not Solved
thanks for your help..
I tried your code and got the following:

Code:
msgbox SwfObject("ObjectName").Object.ActiveSheet.Item(1).Name

Object doesn't support this property or method: 'ActiveSheet.Item'


Code:
msgbox SwfObject("ObjectName").Object.ActiveSheet.rows(1).Cells(1).Value

Object required: 'ActiveSheet.rows(...)'


Code:
msgbox SwfObject("ObjectName").Object.ActiveSheet.rows(1).Cells(1).Value

Object required: 'ActiveSheet.Cells.Item(...)'


but I now have found that the FarPoint control will be supported with QTP 10.... and we are due to get that soon so I guess I will wait
Reply


Messages In This Thread
RE: FarPoint.Win.Spread.FpSpread HELP? - by Jackomcnabb - 08-14-2009, 12:36 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)