Page 1 of 1

TCRColumn.TotalString

Posted: Tue 21 Dec 2004 11:35
by Yevgeny
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

Posted: Wed 22 Dec 2004 10:48
by Paul
You can write string value to TCRColumn.TotalString starting from ODAC 5.50.
Please set TCRColumn.SummaryMode := smLabel for that column.

Posted: Sun 09 Jan 2005 16:48
by Yevgeny
Hi,

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

Thanks,
Yevgeny

Posted: Mon 10 Jan 2005 13:17
by Alex
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.

Suggestion for TotalString

Posted: Wed 30 Mar 2005 11:55
by The_Rebel
(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