Forum Discussion
ChristopheC
13 years agoContributor
Hello,
With no response from support, for the moment, I modified temporarily my script.
Call aqObject.CheckProperty(<object>.wItems.Item(0).Items.Item(0), "Text(""Jours"")", cmpEqual, "01/01/2013", False)
->
Var = <object>.wItems.Item(0).Items.Item(0).Text(0)
If ( Var = "01/01/2013" ) Then
Log.Message "Check OK"
Else
Log.Error "Check KO"
End If
Best regards,
Christophe
With no response from support, for the moment, I modified temporarily my script.
Call aqObject.CheckProperty(<object>.wItems.Item(0).Items.Item(0), "Text(""Jours"")", cmpEqual, "01/01/2013", False)
->
Var = <object>.wItems.Item(0).Items.Item(0).Text(0)
If ( Var = "01/01/2013" ) Then
Log.Message "Check OK"
Else
Log.Error "Check KO"
End If
Best regards,
Christophe