Subject | Re: [IBO] IB_LookUpCombo in a IB_CtrlGrid & IB_Ledger |
---|---|
Author | Helen Borrie |
Post date | 2001-12-12T04:22:14Z |
At 04:12 AM 12-12-01 +0000, you wrote:
regards,
Helen
>Actually i´m using IB_LookUpCombo in IB_grids but whenTrue, it doesn't work. IB_CtrlGrid and IB_Ledger are not IB_Grid descendants, they are pretty simple VCL descendants with some IB_Datalink wrapping to make them IB_Dataset-aware.
>i try to do the same for IB_CtrlGrid & IB_Ledger it does not work.
>i can´t find documentation nor examples of both.Delphi's documentation of TCtrlGrid will give you some ideas of how you can use this control. IB_Ledger, AFAIK, is a display-only control meant for quick redisplays of ledger-style output sets (which, being displays of accounting transactions, could not be legally edited in a real-life app) e.g. in an app with a "drill-down" on selected accounts. Embedded controls of course only "function" in an editable grid...
regards,
Helen