01-08-2014, 03:42 PM
Hi,
it doesn't work.
I receive this error:
If I try with this code:
(it is using GetROProperty) I receve a blank box when I should have a value of 100000034105 as shown in the application window.
Ragards
it doesn't work.
I receive this error:
Code:
Object doesn't support this property or method: 'SwfWindow(...).SwfWindow(...).SwfTable(...).GetNAProperty'
If I try with this code:
Code:
SwfWindow("Complete Edition - SOLAIO03").SwfWindow("Recent Orders").SwfTable("AvaloqServer/FORM_SECTION/form").ActivateCell 2, 2
mytext = SwfWindow("Complete Edition - SOLAIO03").SwfWindow("Recent Orders").SwfTable("AvaloqServer/FORM_SECTION/form").GetROProperty("ActiveCell.Text")
msgbox mytext
(it is using GetROProperty) I receve a blank box when I should have a value of 100000034105 as shown in the application window.
Ragards