Re: [Gambas-user] Select and then unselect an item from a CollumnView

2016-05-18 Thread Gianluigi
Attention your mail appears as spam See attached Regards Gianluigi 2016-05-18 18:32 GMT+02:00 Jose Monteiro : > Dear Fellows: In order to find an item inside a very populated CollumView, > the user types an integer on a ValueBox and the search if made by: > cvNFMercantil.MoveTo(vbPedidoNFMercant

Re: [Gambas-user] Select and then unselect an item from a CollumnView

2016-05-18 Thread Gianluigi
Attention your mail appears as spam See attached Regards Gianluigi 2016-05-18 18:32 GMT+02:00 Jose Monteiro : > Dear Fellows: In order to find an item inside a very populated CollumView, > the user types an integer on a ValueBox and the search if made by: > cvNFMercantil.MoveTo(vbPedidoNFMercant

[Gambas-user] Select and then unselect an item from a CollumnView

2016-05-18 Thread Jose Monteiro
Dear Fellows: In order to find an item inside a very populated CollumView, the user types an integer on a ValueBox and the search if made by: cvNFMercantil.MoveTo(vbPedidoNFMercantil.Text) cvNFMercantil[vbPedidoNFMercantil.Text].Selected = True First problem: the item is selected, but the control