Forum Discussion
8 Replies
Hi John,
Contact our Support team and describe the problem. They need to understand whether the fix helps you.
- ChristopheCContributor
Hi Christophe,
That's great. They will contact you soon with some news.
- ChristopheCContributorHello,
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
Hi Christophe,
I see that our Support sent you the patch for this issue. Have you tried applying it? Please let us know whether it works.
- ChristopheCContributorHi Teddy,
The problem is solved with patch.
Best regards,
Christophe - csongibNew ContributorHi,
Where can be downloaded that patch?
Thank you