AddLongRestriction adds a long restriction expression to the open RMS file
Sub AddLongRestriction(rmsHandle As Integer, fldname As String, rmsop As Integer, longval As Long )
rmsHandle
RMS file handle
fldname
Field name
rmsop
Restriction operator. Supported values:
EQ equal
NE not equal
LE less than and equal
LT less than
GE greater than and equal
GT greater than
longval
Long value
No return value
Call AddLongRestriction to add a long field restriction expression to the open RMS file before calling FirstRestrictionRecord to search records. Always make sure the field type is CBLONGTYPE for field with name fldname.
AddStringRestriction, AddCharRestriction, AddIntegerRestriction,
AddLongRestriction, AddRealRestriction, AddDateRestriction,
AddTimeRestriction, AddBooleanRestriction, GetFieldType,
GetFieldTypebyName, AddStringRestriction