9.117 CStpDBAccess::StpDDFUpdate
LONG CStpDBAccess::StpDDFUpdate(const SCString& scsBufName, LONG Idx, const SCString& scsMask, const SCString& scsValue, BOOL bUppUpd)
Updates a value of an item in a DD - record using StpUpp
Defined in: StpDBAccess.cpp
|
Parameters
|
scsBufName
Input name of buffer
Idx
Input index of the item within a DD - record
scsMask
Input "" everything is replaced, otherweis mask sign in DD - record is not replaced
scsValue
Input value to update DD - record
bUppUpd
Input TRUE call StpUpp(default) FALSE StpUpd
|
|
Comments
|
The record has to be read from database by StpDDFSelect or StpDDFQueryItem befor using StpDDFUpdate
|