Subject Re: IB_Currency like editing in Tib_Grid ?
Author Marco Menardi
--- In IBObjects@yahoogroups.com, "Metin Gonen" <pentayaz@s...> wrote:
> Hi,
>
> Is it possible to use IB_Currency like editing in Tib_Grid ?
>
> Thanks
>

As far as I know, you can't "embed" IB_Currency in IB_Grid. It needs
some more code (and know-how) to trasform it in something like
TIB_LookupCombo. It's in my "to do" list, but can't predict when I
will implement it. Of course, if you have time and you know how to do
it, feel free to contribute :)
BTW, I use these setups for my MONEY_DM domain at IB_Connection level
(see Tech Sheet "RAD with IBO" for more info):
Display format: MONEY_DM=,0.00
ColumnAttributes: MONEY_DM=CURRENCY
and a small number of currency fields in grids is not that bad to
enter. Of course, IB_Currency behaviour would be much better, just
considering consistency in the user interface.
regards
Marco Menardi