Hi,
Please add Horizontal scrall bar on result and do not let one columns so long as the window. It is difficult to find a field in the result.
just a advice.
thank you.
Gavin
Please add Horizontal scrall bar on result
Moderators: gto, EgonHugeist, Orbmu2k
-
- Expert Boarder
- Posts: 164
- Joined: 18.03.2008, 13:03
- Contact:
gavinli,
I think you are talking about the TDBGrid component. There are no scroll bars created in zeos. Column width is also a problem of visual data aware component - not zeos. You must realize that dataset object knows nothing (and should not know) the width of the TDBGrid object it is linked to.
To solve your notices the changes to TDbGrid should be made. You could make some improvements and post them to Embarcadero or make your own grid component if you like.
Good luck!
I think you are talking about the TDBGrid component. There are no scroll bars created in zeos. Column width is also a problem of visual data aware component - not zeos. You must realize that dataset object knows nothing (and should not know) the width of the TDBGrid object it is linked to.
To solve your notices the changes to TDbGrid should be made. You could make some improvements and post them to Embarcadero or make your own grid component if you like.
Good luck!