Subject [IBO] Re: IB_Edit with date field shows extra space before year
Author Marco Menardi <mmenaz@lycosmail.com>
--- In IBObjects@yahoogroups.com, Raymond Kennington <progsol@c...> wrote:

>
> > As a tip, I tell you that I have database with domains and define
> > field attributes using IB_Connection, feDomains. This is a really
> > fabolous time saving / error free / common behaviour "plus" of IBO.
> > regards
>
> Thanks! That could save me significant time by not having to load
and set the
> formats for each field on each form.

Have a look at the IB_Connection Fieldsxxx property, and
ColumnAttributes one.
For instance, since my domain for monetary values is MONEY_DM,
with a MONEY_DM=,0.00 in the FieldsDisplayFOrmat property I have the
correct display format in ALL my app, whatever control / form you use.
You can than override it at dataset level, if you really need.
regards
Marco Menardi