> 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

------------------------------------------------------------------------------

_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to