9.8 ACIpsDBAccess::BufAddKey
LONG ACIpsDBAccess::BufAddKey(const SCString& scsBufName, LONG lField, const SCString& scsValue)
Add a key
Defined in: ACIPSDB.cpp
|
Parameters
|
scsBufName
Input name of buffer
lField
Input field to set key
scsValue
Input value of key to set
|
|
Comments
|
Adds a key to field. Prepare buffer bevor with BufSetKey
|