Re: [Gambas-user] Change Gridview.mode programmatically
charlesg wrote: > > I can change a gridview with mode = multiple to single with: > ' > Public Sub radbutSingle_Click() > GridView1.mode = 1 > End > ' > and it works but I cannot do it the other way round. i.e. if the mode is > single th
[Gambas-user] Change Gridview.mode programmatically
Hi I can change a gridview with mode = multiple to single with: ' Public Sub radbutSingle_Click() GridView1.mode = 1 End ' and it works but I cannot do it the other way round. i.e. if the mode is single then: '