Re: [Gambas-user] combo.find case sensitivity

2010-05-18 Thread richard terry
On Wednesday 19 May 2010 09:09:31 Benoît Minisini wrote: > > 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)

Re: [Gambas-user] combo.find case sensitivity

2010-05-18 Thread Benoît Minisini
> 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,

[Gambas-user] combo.find case sensitivity

2010-05-18 Thread richard terry
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 =