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.


------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to