ccApplication.CurrentField
Eigenschaft
ccApplication.CurrentField : TccField
Beschreibung
Das CurrentField ist das Feldobjekt, das das aktuell aktive Feld repräsentiert.
Beispiel
if(ccApplication.CurrentField.Value == "RM"){
if(ccFields.GetValue("h_ordernumber").length == 0)
ccFields.SetState("h_ordernumber", "ccFS_Error", "Für Dokumenttyp Bestellnummer erforderlich");
}