[Gambas-user] Change Gridview.mode programmatically
charlesg
charles at ...1784...
Sun Aug 8 15:59:13 CEST 2010
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:
'----------------------------
Public Sub radbutMultiple_Click()
GridView1.Mode = 2
End
'----------------------------
has no effect. Is this right?
Mint 9, Gambas 2.19 or Gambas 3(3097), QT
rgds
--
View this message in context: http://old.nabble.com/Change-Gridview.mode-programmatically-tp29379998p29379998.html
Sent from the gambas-user mailing list archive at Nabble.com.
More information about the User
mailing list