MSI.RecordIsNull

boolean MSI.RecordIsNull ( 

number hRecord,

number Field )

Description

Calls the MsiRecordIsNull function that reports a null record field.

Parameters

 

hRecord

(number) The handle to a record.

Field

(number) The field to check.

Returns

(boolean)  Returns true if the record is null, false if it is not. You can use Application.GetLastError to determine whether this action failed, and why.

See also:  Related Actions