Subject Re: [IBO] Arrays with IBO
Author Jason Wharton
You need to drop down 32 edit boxes and then write your own code in the
datasource's OnDataChange and OnUpdateData events. Use variants to get the
data in and out of the array column and use your own code in the application
to populate the values in the controls.

This is the only way you will do what is needed. It would be entirely
inefficient if I was to allow you to have individual control over the array
elements.

HTH,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: "R. S. Patil" <rspatil@...>
To: <IBObjects@egroups.com>
Sent: Saturday, November 25, 2000 12:55 PM
Subject: Re: [IBO] Arrays with IBO


> Hello Giesen,
>
> Thanks for additional information about arraygrid.
>
> I have a one dimentional array field of integers 32 elements.
> I want to use 32 edits with different Label captions for simplication in
> users point of view
> my user is not happy with array grid and is demanding 32 different edits
> each for one element
> can i do that ?
>
> if yes will u plz tell me how to do it ?
>
> Thanks once again
>
> R. S. Patil
>
>
> Tobias Giesen wrote:
> >
> > > One way is to use Array Grid from IBO but
> > > i would like to use edits for array elements
> > > ...
> >
> > Hi,
> >
> > what exactly are you missing? The Array Grid can edit the data allright.
> > However, the number of array elements displayed is fixed. You might want
to
> > check out the enhanced TIB_ArrayGrid from www.somusque.de/ArrayGrid.htm.
It
> > is a lot more flexible ;=)
> >
> > Cheers,
> > Tobias
> >
>
>
>
>