si :

PUBLIC SUB OBS_Open()

    ' IF IsNull($sfrmNouveau) THEN Error.Raise("Vous devez définir un
formulaire Nouveau")
    ' IF IsNull($sModifier) THEN Error.Raise("Vous devez définir un
formulaire Modifier")
    IF IsNull($hGrid.DataField) THEN ERROR.Raise("Vous devez definir
le champ identificateur")
   $hGrid.Refresh
   $hGrid.Grid.Row = 0
END


you need to modify FList...


2009/12/1 Jean-Yves F. Barbier <12u...@gmail.com>:
> Fabien Bodard a écrit :
> ...
>> simple :)
>> GridView1.Row = 0
>>
>> (it work I've tested it
>
> Already tested: don't work not on your code :(
>
> --
> Repartee is something we think of twenty-four hours too late.
>                -- Mark Twain
>
> ------------------------------------------------------------------------------
> Join us December 9, 2009 for the Red Hat Virtual Experience,
> a free event focused on virtualization and cloud computing.
> Attend in-depth sessions from your desk. Your couch. Anywhere.
> http://p.sf.net/sfu/redhat-sfdev2dev
> _______________________________________________
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>

------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to