ZQuery DbGrid optical problem
Moderators: gto, cipto_kh, EgonHugeist
-
- Fresh Boarder
- Posts: 20
- Joined: 06.11.2007, 22:42
ZQuery DbGrid optical problem
hi all...
i am the first time here and i have the first problem wit ZeosDBO 6.6.2
... my English is not perfect... i hope you understand
i have on the Form:
ZQuery
TDatasource
TDbGrid or JVDbGrid or JVgDbGrid --> the Problem is the same...
2 TDbEdit Fields
after the SELECT i have in the Grid the Data I need --- this works.
the DbGrid Options: RowSelect-True
the Problem:
- on start the first Row is selected - normal
- srolling trough the Data - no
---> but the Data in the Edit Fields were changed
- if i klick on a cell only this one cell is marked in blue
---> the selected Row is always the same
- by a test I have changed the Query to ZTable and it works normaly....
I have no answer...can you help
i am the first time here and i have the first problem wit ZeosDBO 6.6.2
... my English is not perfect... i hope you understand
i have on the Form:
ZQuery
TDatasource
TDbGrid or JVDbGrid or JVgDbGrid --> the Problem is the same...
2 TDbEdit Fields
after the SELECT i have in the Grid the Data I need --- this works.
the DbGrid Options: RowSelect-True
the Problem:
- on start the first Row is selected - normal
- srolling trough the Data - no
---> but the Data in the Edit Fields were changed
- if i klick on a cell only this one cell is marked in blue
---> the selected Row is always the same
- by a test I have changed the Query to ZTable and it works normaly....
I have no answer...can you help
- mdaems
- Zeos Project Manager
- Posts: 2766
- Joined: 20.09.2005, 15:28
- Location: Brussels, Belgium
- Contact:
Kein Problem
Please send a small sample project showing the problem. I hate guessing your setup details.
If you think it's a bug : file it here : http://zeosbugs.firmos.at/
Your report should include :
- what zeos, delphi, database versions you use
- the files necessary to compile the project (no dcu, exe, ...)
- a sql script to create and fill the sample tables (no data files, please, they are database dependent)
Mark
Please send a small sample project showing the problem. I hate guessing your setup details.
If you think it's a bug : file it here : http://zeosbugs.firmos.at/
Your report should include :
- what zeos, delphi, database versions you use
- the files necessary to compile the project (no dcu, exe, ...)
- a sql script to create and fill the sample tables (no data files, please, they are database dependent)
Mark
-
- Fresh Boarder
- Posts: 20
- Joined: 06.11.2007, 22:42
-
- Fresh Boarder
- Posts: 20
- Joined: 06.11.2007, 22:42
- mdaems
- Zeos Project Manager
- Posts: 2766
- Joined: 20.09.2005, 15:28
- Location: Brussels, Belgium
- Contact:
I'm not used to using data modules. So no idea... but this looks weird.
Is it logical not to put the ZConnection in a Data Module? If not : it's a bug...
Can you please help us by reporting it in a reproducible way?
I would like to ask you to continue your sample project like this:
- Add a datamodule. (If there's none yet)
- Duplicate all components
- Let the duplicate components use the same query and other settings, only start from a connection on the datamodule.
- This way you should have the good and the bad behaviour next to each other.
- Zip everything together and log a bug (see above).
Mark
Is it logical not to put the ZConnection in a Data Module? If not : it's a bug...
Can you please help us by reporting it in a reproducible way?
I would like to ask you to continue your sample project like this:
- Add a datamodule. (If there's none yet)
- Duplicate all components
- Let the duplicate components use the same query and other settings, only start from a connection on the datamodule.
- This way you should have the good and the bad behaviour next to each other.
- Zip everything together and log a bug (see above).
Mark
-
- Fresh Boarder
- Posts: 20
- Joined: 06.11.2007, 22:42
-
- Fresh Boarder
- Posts: 20
- Joined: 06.11.2007, 22:42
-
- Fresh Boarder
- Posts: 7
- Joined: 26.08.2007, 12:26