Subject Re: [IBO] Dataset.ReadOnly
Author Geoff Worboys
> So it seems, that I have to write my own controls derived
> from the IB-Standardcontrols. Any idea, what and where I
> have to change the code, so that for example the IB_Edit
> and the IB_LookupCombo will hide their buttons,
> when the datasource is readonly ?

IB_Edit (and therefore IB_Date) have their button defined in code in
IBC_Edit.IMP.

IB_LookupCombo uses a specially derived and embedded button component,
defined in IBG_LookupCombo.IMP.

You may need to ask Jason to make a few of the functions virtual or
dynamic to allow the derivations you will want.

Geoff Worboys
Telesis Computing