Subject Re: [IBO] IBODataSetEditors
Author bruce_haskell
Thanks for the reply, Jason.

IBODatasetEditors.pas includes the DBReg unit which inturns uses the
DSDesign unit which requires DrpCtl.

IBODatasetEditors.pas appears to use TDatasetEditor from DBReg.

I assume DrpCtl may be in some .BPL, but I believe I have them all
installed.

Any other thoughts?

Bruce

--- In IBObjects@yahoogroups.com, "Jason Wharton" <jwharton@i...>
wrote:
> Not sure what to say since I don't recall having that unit used in
IBO
> anywhere.
>
> Jason Wharton
> CPS - Computer Programming Solutions
> Mesa Arizona
> http://www.ibobjects.com
>
> -- We may not have it all together --
> -- But together we have it all --
>
> ----- Original Message -----
> From: "bruce_haskell" <brucehaskell@c...>
> To: <IBObjects@yahoogroups.com>
> Sent: Wednesday, April 30, 2003 9:00 AM
> Subject: [IBO] IBODataSetEditors
>
>
> > I am in the process of changing from using the BDE to using
IBObjects
> > for accessing interbase with Delphi 6, Enterprise (UpPack 2).
> >
> > I have some of my own components that are being effected.
> >
> > I am trying to use the TTableNameProperty editor, but when I add
> > IBODatasetEditors to the uses clause and try to compile, I recieve
> > the error
> > "DSDesign.pas(18):File not found: 'DrpCtls.dcu'.
> >
> > I do not find a DrpCtls file anywhere.
> >
> > Can any one help me resolve this.
> >
> > Thanks,
> > Bruce