Parameters
- keyType
- The key type. (1) is Alpha, (2) is Decimal.
- keyLength
- The length of the key value.
Return Value
Returns the key number to use.
if (^passed(key_no)) then ;;use the passed key number keyNumber = key_no else ;;find the key number given the key value keyNumber = Symphony.dB.DBAccess.GenericFileKeyCheck(channel, ^argtype(key), ^size(key))
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2