[Gambas-user] Writing data in a gridview control

Eilert eilert-sprachen at ...221...
Thu Sep 9 10:38:08 CEST 2004


Hi Francesco,


francesco.difusco at ...69... schrieb:
> How do I write data in a gridview control? It displays data, but how do I insert
> data in it? SOmething is missing in the documentation.

Rather simple, use the "current" keyword. If you named your gridview 
"gv", the thing might read:

	gv.Row = 2
	gv.Column = 2
	gv.Current.Text = "hello"

Does this work?

Rolf





More information about the User mailing list