_BtSetFieldValue() Function

 

<< Click to Display Table of Contents >>

Navigation:  Low Level Functions >

 

_BtSetFieldValue() Function

 

Previous pageReturn to chapter overviewNext page

 

Purpose

 

 

Convert VO data to Btrieve Data, and write data to (any) buffer

 

 

 

Prototype

 

 

FUNCTION _BtSetFieldValue ( ptrData AS BYTE PTR, nPos AS DWORD,   nLen AS DWORD, nType AS DWORD, nDec AS DWORD, uValue AS USUAL, nOffSetTable AS DWORD )  AS VOID PASCAL

 

 

 

Argument(s)

 

 

<ptrData>Pointer to data buffer
<nPos>Position in buffer to write to
<nLen>Length of target data
<nType>Btrieve Data Type
<uValue>VO value to write

 

 

 

 

Description

 

 

This function is called by BtField:PutValue() and by BtIndex:setKeyvalues() to fill a buffer with the proper Btrieve values

 

 

 

See Also

 

 

BtField:PutValue(), BtIndex:SetKeyvalues()