joffre
14 years agoRegular Contributor
Problem while recording with TC 8.50
Sub Test1
Call Aliases.FPW5_CADCALC.Form1.MDIClient.cdBancosAg.fraBancos.cboBancos.Click(284, 14)
End Sub
The code above was generated when I clicked on a ComboBox item. I'm using TC Demo 8.50. When I used version 7.52 (that is payed), it worked fine and the object 'cboBancos' was used with the property "ClickItem", like below.
Sub Test1
Call Aliases.FPW5_CADCALC.Form1.MDIClient.cdBancosAg.fraBancos.cboBancos.ClickItem("Banco do Brasil")
End Sub
How do I fix it?