[Gambas-user] combo.find case sensitivity

Benoît Minisini gambas at ...1...
Wed May 19 01:09:31 CEST 2010


> Hi List,
> 
> I wondered if there was a way to over come case sensitivity in the
> combo.find property, the help dosn't indicate anything.
> 
> cmbTitle.index =
> cmbTitle.Find(unmatched_staff[cvwUnmatchedStaff.item.key]!title)
> 
> eg if Title = "Dr" and my comb o entry = "Dr" then all is well, but if
> title = "DR", then no match is found.
> 
> Regards
> 
> Richard.
> 

No, you have to do that by yourself (less than ten lines of code).

Regards,

-- 
Benoît Minisini




More information about the User mailing list