Page loading

Share your opinion
What do you think about gambaslinux.fr?
 
Interesting
It miss some informations
Excellent website
Results
WIDGETS GAMBAS
GAMBAS 3 SOFTWARES
TUTORIALS
Library
_gb3.pngTABLEVIEW - Tableview in gb3.9

Edit  tableview with GB3.9



To edit tableview widget, use simply click event and EDIT command like this :

Public Sub TableView1_Click()
TableView1.Edit()
End


after editioon, text is not saved in cell. you need to use this code in SAVE event :


Public Sub TableView1_Save(Row As Integer, Column As Integer, Value As String)
TableView1[row, Column].Text = Value
End


by
 ;)


Creation date : 14/04/2017 @ 12:44
Last update : 14/04/2017 @ 12:44
Category : TABLEVIEW
Page read 2718 times


Print the article Print the article


react.gifReactions to this article

Nobody gave a comment yet.
Be the first one to do it!


QUICK MENU
SEARCH




LANGUAGE
COMPONENTS
Other
LANGUAGE
Where, who?
VISITS

   visitors

   visitors online

ARCHIVES GAMBAS 1/2
^ Top ^