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
GRIDVIEW - multiple selection
Multi-selection

multiple2.png

Here you find an example to select a lot of rows of columns into your gridview
Code:


PUBLIC SUB Form_Open()
ME.Center
GridView1.Rows.Count = 15
GridView1.Columns.Count = 3
END

PUBLIC SUB Button1_Click()
ME.Close
END

PUBLIC SUB GridView1_Select()
TextArea1.Insert("ligne: " & GridView1.Row & " colonne: " & GridView1.Column & Chr$­­(10))
END

PUBLIC SUB Button2_Click()
TextArea1.Clear
END

information : "ligne" in french is Row or line (I don't know the english difference beetween these words), and "Colonne" is Column



Creation date : 05/01/2011 @ 23:50
Last update : 05/01/2011 @ 23:53
Category : GRIDVIEW
Page read 5209 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 ^