weird access violation when editing data in grid

Discussion of open issues, suggestions and bugs regarding PgDAC (PostgreSQL Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
snorkel
Posts: 384
Joined: Tue 08 Aug 2006 15:10
Location: Milwaukee WI USA

weird access violation when editing data in grid

Post by snorkel » Thu 15 Oct 2009 03:14

Hi,
When I edit data in the devexpress grid after awhile I get a AV and a borderless white window appears in the upper right corner of my screen.

It always happens when I am updating data via the grid.

Are you guys doing anything with a hidden window? I have not made any changes to my code so I know it's related to the components somehow.
I do have DMLrefresh enabled.

It didn't start happening until I updated to the version that has Delphi 2010 support.


Thanks,

Snorkel

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Fri 16 Oct 2009 09:11

We could not reproduce the problem. Please send to support*devart*com a complete small sample that demonstrates the problem, including the script for creating database objects. Specify the exact version of Delphi and PgDAC.

TPgAlerter uses an invisible window.

snorkel
Posts: 384
Joined: Tue 08 Aug 2006 15:10
Location: Milwaukee WI USA

Post by snorkel » Fri 16 Oct 2009 15:33

Plash wrote:We could not reproduce the problem. Please send to support*devart*com a complete small sample that demonstrates the problem, including the script for creating database objects. Specify the exact version of Delphi and PgDAC.

TPgAlerter uses an invisible window.
I have not been able to reliably reproduce it myself.
It's also possible it's related to secure bridge as I updated that as well and the error occurs when I am using a tunnel to my postgres server.

If I find out more I will send to the support address.

Post Reply