Subject Re: [IBO] TIB_ArrayGrid
Author jwharton@ibobjects.com
The grid is pretty simplistic. I suggest you look at the source of the grid and add in your own modifications to fancy it up if
you have the need.

Jason Wharton
www.ibobjects.com

--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Hello,

I try to manage a Nummeric(18,4) [1:10] array in database with a
TIB_Query and TIB_ArrayGrid. How can I 'inform' TIB_Query which kind
of data is inside the array and how to display (FieldsDisplayFormat /
FieldsAlignment) the values? I looked into the Arrays demo app, but
found nothing really helpfull for my case.

If I try to type in some data and post, I receive "unsupported array
variant conversion" error message.

Any hints?

Regards - Ulrich