AssignBcdField

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

Category
BCD

 

Syntax
Sub AssignBcdField(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
AssignBcdField assigns the value of the hBcd BCD number to the field identified by FieldNo. You will receive an error if FieldNo is not a BCD field.



© 2009 Microsoft Corporation. All rights reserved.