GetBcdFieldData

Method
Assigns the value of a BCD field to a BCD number.

Category
BCD

 

Syntax
Sub GetBcdFieldData(ByVal hTable As Long, ByVal hRec As Long, ByVal FieldNo As Long, ByVal hBcd As Long)

hTable
The handle to the table.

hRec
The handle to the record.

FieldNo
The field number.

hBcd
The handle to the BCD number.

 

Comments
GetBcdFieldData assigns the value of the field identified by FieldNo to the hBcd BCD number. You will get an error if FieldNo is not a BCD field.



© 2009 Microsoft Corporation. All rights reserved.