|
|
Assigns a Double value to a field
function PXPutDoub
(RecHandle : RecordHandle; { record buffer to put value in }
FldHandle : FieldHandle; { field in record }
Value : Double): Integer; { value to put }
Errors: PXERR_TYPEMISMATCH 30 Data type mismatch
PXERR_OUTOFRANGE 31 Argument out of range
PXERR_INVFIELDHANDLE 75 Invalid field handle
PXERR_INVRECHANDLE 104 Invalid record handle |
|
|