Set the properties on the pipeline, RangeBegin, RangeEnd and RangeEndCount. See the Enumerated Types section in the Language tab of the Code Toolbox. The types should be the same name in RAP as you would use in Delphi. Use the global OnCreate event in RAP to set these properties. It works in tests here just fine.
Comments
See the Enumerated Types section in the Language tab of the Code Toolbox.
The types should be the same name in RAP as you would use in Delphi. Use
the global OnCreate event in RAP to set these properties. It works in tests
here just fine.
...
begin
Biolife.RangeBegin := rbFirstrecord;
Biolife.RangeEnd := reCount;
Biolife.RangeEndCount := 5;
end;
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com