Erstellen Sie sich ein Smarticon mit folgender Formel:
wert := @Prompt ([OKCANCELLIST]; "Auswahl der Unterschrift"; "Wählen Sie die Form der Unterschrift aus!"; ""; "1. Sanduhr": "2. Info" : "3. Vorgang prüfen" : "4. Erledigt" : "5. Symbol entfernen");
@If (@IsError (wert); @Return (""); @Success);
auswahl := @Left (wert; 1);
text1 :="79";
text2 :="11";
text3 :="160";
text4 :="82";
text5 :="";
symbol := @Replace (auswahl; "1" : "2" : "3" : "4" : "5"; text1 : text2 : text3 : text4 : text5);
FIELD _ViewIcon:="";
@SetField("_ViewIcon";@TextToNumber(symbol))

Funzt ab R5