01-07-2014, 03:56 PM
Hello basanth27,
thank you for the answer.
I tryed to use code as your tip:
My code is:
but it doesn't work.
I receive the error:
The method or operation is not implemented.
I tryed your second tip too but it doesn't work.
Your code:
My code:
I receive a sintax error:
Error 14 Cannot use parentheses when calling a Sub
Regards
thank you for the answer.
I tryed to use code as your tip:
Code:
myVal = mySwfTable.GetCellData (2 , 2)
msgbox myVal
My code is:
Code:
myVal = SwfWindow("Complete Edition - SOLAIO03").SwfWindow("Recent Orders").SwfTable("AvaloqServer/FORM_SECTION/form").GetCellData(2, 2)
msgbox myVal
but it doesn't work.
I receive the error:
The method or operation is not implemented.
Code:
Line (7): "myVal = SwfWindow("Complete Edition - SOLAIO03").SwfWindow("Recent Orders").SwfTable("AvaloqServer/FORM_SECTION/form").GetCellData(2, 2)".
I tryed your second tip too but it doesn't work.
Your code:
Code:
SwfTable(...).ActivateCell([RowNumber],"Audit Action")
mytext= SwfTable(...).GetNAProperty.("ActiveCell.Text")
msgbox mytext
My code:
Code:
SwfWindow("Complete Edition - SOLAIO03").SwfWindow("Recent Orders").SwfTable("AvaloqServer/FORM_SECTION/form").ActivateCell(2, "Audit Action")
mytext = SwfWindow("Complete Edition - SOLAIO03").SwfWindow("Recent Orders").SwfTable("AvaloqServer/FORM_SECTION/form").GetNAProperty.("ActiveCell.Text")
msgbox mytext
I receive a sintax error:
Error 14 Cannot use parentheses when calling a Sub
Regards