Forum Discussion

8 Replies

  • 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

  • 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.


     

  • Hi Teddy,

     

    The problem is solved with patch.

     

    Best regards,

     

    Christophe