vendredi 15 avril 2011

How to allow creating in a grid of a form only when choosing value of another field

Try this

public void create(boolean _append = false)
{
     if( InventFamilyId1.valueStr()!= "")
     {
        super(_append);
     }
     else
     {
        Warning("@THY101");
     }
}

Aucun commentaire:

Enregistrer un commentaire