Inhaltsverzeichnis

LookupTPValue

This function basically corresponds to the mapping function LookupGlobalValue. However, LookupTPValue specifies a table (LookupTable) and not just a global table type.

Syntax:

LookupTPValue('Tabelle','Key','Description')
LookupTPValue('Tabelle','Key')

Sample:

LookupTPValue('Sizes',@Ean,'Ean Calida')
LookupTPValue('Sizes',@Ean)