Re: [Gambas-user] Problem with _unknown (probable bug)

2011-06-29 Thread BenoƮt Minisini
> Benoit, > > > I think I found a bug with the "_unknown" properties that we've been > discussing. I have an object named CUSTOMER and am using the "_unknown" > method to get at fields in the CUSTOMER object. > > Print Customer.Name > > works, but > > If Customer.Name = "Test" > > fa

[Gambas-user] Problem with _unknown (probable bug)

2011-06-29 Thread Gary D Walborn
Benoit, I think I found a bug with the "_unknown" properties that we've been discussing. I have an object named CUSTOMER and am using the "_unknown" method to get at fields in the CUSTOMER object. Print Customer.Name works, but If Customer.Name = "Test" fails with a "Type Mismatch:".