checkid

check the value from a column field, if you can use it as key field

 

Follow chars not allowed in a key field:

[tab]  " < > ' " & ß `

 

The system will show an error message

specialsigns1

In Kennungsfelder sind folgende Zeichen nicht erlaubt: Tab, Komma, Anführungszeichen, Hochkomma, Unterstrich, Und-Zeichen (&), < >, scharfes s (ß). Weitere Informationen siehe Dokumentation. Diese Zeichen werden nun durch Ersatzzeichen ersetzt.

 

and replace this all signs with underline "_"

Example "Hello"World" -> "Hello_World"

 

Chars as space, line feeld and all other special signs < asc(32) will be rplaced with "_" without additional message

Spaces, line feeds, tabs on left and right side will be deleted.

 

If this is a list with more then one entry, the system check, if the value inside current list

because a key field must be always unique. If the value is existing in the list, the system display an error message

 

beasupd44

Es muss ein eindeutiger Wert eingegeben werden. Den Wert xxxx  wurde bereits in Zeile y eingegeben

 

delete the entry and set the focus on this field

 

if this column coltype not char, then the system display error message

 

only object from type column as the property value!