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