Applies a range to the dataset. Syntax: procedure ApplyRange; Description: Call ApplyRange to cause a range established with SetRangeStart and SetRangeEnd, or EditRangeStart and EditRangeEnd, to take effect. When a range is in effect, only those records that fall within the range are available to the application for viewing and editing. See also: SetRangeStart, SetRangeEnd, EditRangeStart, EditRangeEnd, SetRange methods, EditRangeStart, EditRangeEnd, FieldByName, ApplyRange example |