Subject Re: [IBO] IBODataSetEditors
Author Helen Borrie
"bruce_haskell" wrote:

> 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.
>

Bruce,
I can't resolve it, but the missing unit is DrpCtrls (not DrpCtls),
according to the source of DSDesign.pas:

uses Windows, SysUtils, Messages, Classes, Graphics, Controls,
Forms, StdCtrls, ExtCtrls, DB, DBCtrls, DsgnIntf, LibIntf,
DsnDBCst, DsgnWnds, Menus, DrpCtrls;

Helen