Subject RE: [IBO] Field Properties, Column Attribute - Question
Author Helen Borrie
At 05:13 PM 14/10/2004 +1000, you wrote:

> > Don't try to make this into C++ syntax. It's a string that
> > is stored in the TIB_Stringlist and it has a consistent format:
> >
> > MYTABLE.MYCOLUMN=BOOLEAN=Y,N
>
>This is exactly the format I used, for both:
>
>FieldsVisible
>
> MYTABLE.MYCOLUMN=F
>
>and ColumnAttributes:
>
> MYTABLE.MYCOLUMN=BOOLEAN=Y,N

then it does tend to be a time-waster when you report having done somthing
differently.


>And I am sorry to say it is not working for me regardless if I set this on
>the TIB_Connection component through the Object Inspector, or the TIB_Cursor
>component through the Object Inspector.

What are you expecting it to do?

Helen