Subject Re: [IBO] Function asociated to a Domain
Author Helen Borrie
At 05:49 AM 26/04/2006, you wrote:
>Hi
>
>How could i use a functions that be asociated to a domain and i could
>apply a little filter to te values before that those be passed to the
>DB...
>
>i mean something like i would like to make a trim, an uppercase and a
>custom procedure to all fields that belong to the Domain "NOMBREPROPIO
>"... is this could be made using the IB_Connection object???

You can read the DomainName property of a TIB_Column object.

However, you could look at the FieldEntryTypes property of
TIB_Connection as well. If you include fetDomainName in there, then
you can set global values for ColumnAttributes and the various
Fields* property sets, e.g. FieldsNoTrimming and such.

Helen