TRDBGrid

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

TRDBGrid

Post by Bagieta_ » Tue 09 Nov 2004 08:22

Hi.
I think there should be one more forum about TRDBGrid component.
And right now I have a bug report concerning this component.
When you resize the control it sometimes doesn't draw its scrollbars properly. Here is the screenshot:
http://62.233.186.178/~bagieta/grid.gif

Regards
Bagieta

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

Post by Paul » Wed 10 Nov 2004 12:14

I think there should be one more forum about TRDBGrid component.
If you have any questions or problems with TCRDBGrid please send your requests to our support email.
And right now I have a bug report concerning this component.
When you resize the control it sometimes doesn\t draw its scrollbars properly. Here is the screenshot
Please specify what Windows version you have and send us by email small demo project to demonstrate the problem.

TheRebel

Another Questions about the TCRDBGrid

Post by TheRebel » Thu 09 Dec 2004 13:07

hi there!

is there a possibility to avoid the re-scrolling of the grid when i change the current record?
what i mean:

1. place a grid on a form,
2. fill it with records that have more cols that fit into the current form
runtime:
3. scroll right to see the last col of the record
4. now press down on the keyboard to reach the next record

you will see that the user now had to scroll again to the old position...
(i know this maybe caused by the classparent grid but is there a way to solve it?)

THX

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

Post by Paul » Fri 10 Dec 2004 11:48

This behaviour is inherited from TCustomDBGrid. Please check TDBGrid object.

Post Reply