Abstract error when using IsNull
Hi,
I have a custom datapipeline developed for quantum grid. When I'm trying
to use pipeline.FieldObjects['fieldname']IsNull I'm getting an abstract
error. It seems that there is something missing with the pipeline. I
looked thru the newsgroup and docs but couldn't find a solution. Any
help appreciated.
Best regards
Bora Aydemir
I have a custom datapipeline developed for quantum grid. When I'm trying
to use pipeline.FieldObjects['fieldname']IsNull I'm getting an abstract
error. It seems that there is something missing with the pipeline. I
looked thru the newsgroup and docs but couldn't find a solution. Any
help appreciated.
Best regards
Bora Aydemir
This discussion has been closed.
Comments
An 'abstract' error means that your descendant class does not implement one
or more 'abstract' methods declared in an ancestor class.
The TppDataPipeline and TppCustomDataPipeline classes are ancestors declared
in ppDB.pas. That's where you need to look. I see many abstract methods
declared there, including one called GetFieldIsNull
--
Nard Moseley
Digital Metaphors Corporation
http://www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com