Fabien Bodard a écrit :
> 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...

Crap: I put it into RichDataGrid instead of here; I still have a great
deal to learn!

Thanks Fabien

-- 
Real computer scientists don't comment their code.  The identifiers are
so long they can't afford the disk space.

------------------------------------------------------------------------------
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