Gridview activate event
Posted
#1
(In Topic #1401)
Trainee
Comment faire pour sélectionner une case et faire un copier/coller avec une texbox
Merci
Hello, I am new to Gambas, thank you for your understanding.
How to select a Gridview box and copy/paste with a texbox ?
THANKS
Posted
Guru

I'm not sure what you are trying to do, but this is my best guess. Try running this code in a new 'graphical' program.
Bienvenue sur le forum
Je ne suis pas sûr de ce que vous essayez de faire, mais voici ma meilleure hypothèse. Essayez d'exécuter ce code dans un nouveau programme « graphique ».
Code (gambas)
- BuildForm
- .Arrangement = Arrange.Vertical
- .Padding = 5
- .Width = 600
- .Height = 275
- .Rows.Count = 10
- .Columns.Count = 10
- .Height = 32
- .Text = " lucien91"
Posted
Guru

Posted
Trainee
Thank you, yes it corresponds to what I was looking for
Posted
Trainee
BruceSteers said
ca ne m'avancait pas a grand chose, select n'est meme pas renseigné
It didn't go to me much, select isn't even informed, thanks
1 guest and 0 members have just viewed this.



