Pipeline and RangeBegin and RangeEnd issue
In Delphi 7, I'm attempting to change the RangeEnd and RangeBegin for the
pipeline in code...
When I put in ppMPool.RangeBegin := rbFirstRecord;
Its saying "Undeclared Identifier: rbFirstRecord"...
Am I missing something?
I'm using RB 9
--Brandie
--
******************************************
Brandie VanNort
Computer Services Administrator
Ebby Halliday, Realtors
Dallas, Texas
http://www.ebbyhalliday.com
Phil 4:13 "I can do all things through
Christ who strengthens me"
******************************************
pipeline in code...
When I put in ppMPool.RangeBegin := rbFirstRecord;
Its saying "Undeclared Identifier: rbFirstRecord"...
Am I missing something?
I'm using RB 9
--Brandie
--
******************************************
Brandie VanNort
Computer Services Administrator
Ebby Halliday, Realtors
Dallas, Texas
http://www.ebbyhalliday.com
Phil 4:13 "I can do all things through
Christ who strengthens me"
******************************************
This discussion has been closed.
Comments
yes--put ppTypes in your uses clause.
Ed Dressel
Team DM