nur zum Verständnis für mich, warum klappt dieses nicht:
Code: Alles auswählen
if (this.rawValue != "m" || this.rawValue != "f"){
xfa.host.messageBox("Nur Buchstabe m oder f", "", 3);
this.rawValue="";
}
Code: Alles auswählen
if (this.rawValue != "m"){
Gruß Marco