Обсуждение: Latest DataTable Code

Поиск
Список
Период
Сортировка

Latest DataTable Code

От
Dave Page
Дата:
Hi Tim,

Apologies for not getting to this sooner...

I just took a *quick* look at the latest DataTable code. Looks good, just 2
things spring to mind:

1) Resize doesn't appear to work either in design mode, or runtime.

2) Consider using a true collection for m_dtbFields. That way, you can index
them by name & numeric index, have an unlimited amount (someone will go over
127, I'm sure!), and expose the collection to the client application
(similar to how the listview exposes the listitems collection.

Regards, Dave.

Re: Latest DataTable Code

От
Tim Finch
Дата:
At 08:45 03/04/2002 +0100, Dave Page wrote:
>Hi Tim,
>
>Apologies for not getting to this sooner...
>
>I just took a *quick* look at the latest DataTable code. Looks good, just 2
>things spring to mind:
>
>1) Resize doesn't appear to work either in design mode, or runtime.

Next job on the to do list. The last thing I got working was the scroll bar
in readiness for the resize work.

>2) Consider using a true collection for m_dtbFields. That way, you can index
>them by name & numeric index, have an unlimited amount (someone will go over
>127, I'm sure!), and expose the collection to the client application
>(similar to how the listview exposes the listitems collection.

OK.

>Regards, Dave.