...
TccClientApplication.CurrentField : TccField
Beschreibung
CurrentField ist das Feldobjekt des aktuell aktiven Feldes.
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"); } |
...