TCRColumn.TotalString

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Yevgeny

TCRColumn.TotalString

Post by Yevgeny » Tue 21 Dec 2004 11:35

Hi,

Previously we worked with ODAC 3.90 Net for Delphi 5.
Two months ago we upgraded our system to ODAC Net 5.10.2.8 for Delphi 7.
In ODAC 3.90 the property TCRColumn.TotalString was writable and now it's read-only. We used a lot in the code assigning formatted and custom values to this property. Now the code cannot be compiled without commenting out all such rows in the code.
Is there any chance to return this property to "read-write"? We have no ODAC code.

Thanks,
Yevgeny

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Wed 22 Dec 2004 10:48

You can write string value to TCRColumn.TotalString starting from ODAC 5.50.
Please set TCRColumn.SummaryMode := smLabel for that column.

Yevgeny

Post by Yevgeny » Sun 09 Jan 2005 16:48

Hi,

When ODAC 5.50 release (not beta) is supposed to be ready?
Will it include the "loacl sorting with TVirtualTable" bug?

Thanks,
Yevgeny

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Mon 10 Jan 2005 13:17

ODAC 5.50 release will be available in two weeks.
The "local sorting with TVirtualTable" bug fix will be included in ODAC 5.50 release.

The_Rebel

Suggestion for TotalString

Post by The_Rebel » Wed 30 Mar 2005 11:55

(just a suggestion)

It would be nice if odac-corelab team would implement a smCount (Counting different Values in a col) and/or smRecordCount to show the number of Records in summary-mode... maybe also a smCursor option to get the current record-number on which the cursor was placed... (i missed that in summary mode)

bye

Post Reply