[Gambas-user] (no subject)

Steven Lobbezoo steven at ...1652...
Thu Nov 29 14:12:34 CET 2007


Something like this ?

DIM r AS Integer

  WITH GridView1
    FOR r = .Row TO .Rows.Count - 2
      GridView1[r, 0].Text = GridView1[r + 1, 0].Text
      GridView1[r, 1].Text = GridView1[r + 1, 1].Text
      GridView1[r, 2].Text = GridView1[r + 1, 2].Text
      GridView1[r, 3].Text = GridView1[r + 1, 3].Text
      GridView1[r, 4].Text = GridView1[r + 1, 4].Text
      GridView1[r, 5].Text = GridView1[r + 1, 5].Text
    NEXT 
    .Rows.Count = .Rows.Count - 1 
  END WITH

Regards,
Steven



Le Thursday 29 November 2007 13:46:04 Wellington de Souza Pinto, vous avez 
écrit :
> Hi every one!!!
>
> Please, how to remove or delete row(s) in tableview?????
>
> Reguards,
>
> ---------------------------------------------------------------
>
>     |||||/  Wellington de Souza Pinto
>
> C o o ]  wspinto at ...1405...
>      ^
> -x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-
> ___________________________________________________________________________
>________ Para fazer uma ligação DDD pra perto ou pra longe, faz um 21. A
> Embratel tem tarifas muito baratas esperando por você. Aproveite!
>
>
> -------------------------------------------------------------------------
> SF.Net email is sponsored by: The Future of Linux Business White Paper
> from Novell.  From the desktop to the data center, Linux is going
> mainstream.  Let it simplify your IT future.
> http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user






More information about the User mailing list