since 2012.2.2 I run into AV.
Code:
#01 Screen.Cursor := crHourglass;
#02 tvQReZu_Real.BeginUpdate(lsimImmediate);
…
#39 Screen.Cursor := crDefault; --> AV
#40 tvQReZu_Real.EndUpdate;
When I move #39 below #40 it works fine.
Here the detailed bugreport:
exception class : EAccessViolation
exception message : Zugriffsverletzung bei Adresse 008C4137 in Modul 'ZLALGMVW.exe'. Lesen von Adresse 00000000.
main thread ($1018):
008c4137 +023 ZLALGMVW.exe cxGridCustomTableView TcxCustomGridRecordsViewInfo.GetHitTest
0092839f +00b ZLALGMVW.exe cxGridTableView TcxGridRowsViewInfo.GetHitTest
008c4de8 +094 ZLALGMVW.exe cxGridCustomTableView TcxCustomGridTableViewInfo.DoGetHitTest
00928b06 +032 ZLALGMVW.exe cxGridTableView TcxGridTableViewInfo.DoGetHitTest
008f9fcb +093 ZLALGMVW.exe cxGridCustomView TcxCustomGridViewInfo.GetHitTest
008f5871 +035 ZLALGMVW.exe cxGridCustomView TcxCustomGridController.GetCursor
008f725b +023 ZLALGMVW.exe cxGridCustomView TcxGridSite.GetCurrentCursor
006e76ac +044 ZLALGMVW.exe cxControls TcxControl.WMSetCursor
00533535 +2bd ZLALGMVW.exe Vcl.Controls TControl.WndProc
00537e93 +5b3 ZLALGMVW.exe Vcl.Controls TWinControl.WndProc
006e7cbd +151 ZLALGMVW.exe cxControls TcxControl.WndProc
008f78af +023 ZLALGMVW.exe cxGridCustomView TcxGridSite.WndProc
005374e8 +02c ZLALGMVW.exe Vcl.Controls TWinControl.MainWndProc
00498ddc +014 ZLALGMVW.exe System.Classes StdWndProc
77050107 +02b ntdll.dll KiUserCallbackDispatcher
754696c0 +047 USER32.dll SendMessageW
00620fee +086 ZLALGMVW.exe Vcl.Forms TScreen.SetCursor
01f5890c +03c ZLALGMVW.exe FglFrRez__ZuLi 443 +9 TFglFrRez_ZuLi.DspDataLoad
i have the same problem in v2012 vol 2.3 version
Martin
Hello Martin,
Thank you for your message. Our tests and customers' feedback confirm that the issue is resolved. Perhaps the problem you faced is different. Would you please provide us with a small sample project to precisely replicate your scenario on our side?
Ok i will try create some project as soon as possible
Martin
Thank you for your research. I appreciate it greatly. By the way, would you please take a look at the update from VCLProduct-12.1.6 to VCLProduct -12.2.2 or 12.2.3 - application crash ticket? Perhaps, your scenario is the same and the solution from there will help you overcome the issue…
Thank
now i think that problem is (maybe) in old version of cxStatusKeeper. I try it with new version
Martin
We look forward to hearing of your progress.
To Martin:
Would you please apply the fix from the An AV occasionally occurs when modifying Screen.Cursor if the grid is currently locked for updates (for instance, via the BeginUpdate/EndUpdate method block) issue? It may help.
Thank
i will try it.
Martin
Now i have another problem in this version of the components. When i use subgrid in tcxgrid and open dataset before master dataset and detail dataset have any data get error bookmark not found. In older version was ok.
(I know that's not a solution to cite but use it in large portions of code of my system)
Martin
Sorry, my previous message was not properly
Now it seems that when the first record on the master view has data in subview get an error bookmark not found (0). As data components use DOA so do not know if the fault is in DOA or in cxgrid
Martin
Hello Martin,
Thank you for your reply. Posting multiple different questions within a report makes it difficult to correctly track and process such items. May we ask you to open a new issue for each question you want to post. Thank you for your cooperation.
For now, I have created a separate issue on your behalf:
Bookmark error in master-detail mode
Please refer to this report for further correspondence on this problem.
Ok, sorry
BTW i use the fix (Would you please apply the fix from the AV under certain circumstances (Regression from 12.1.7) issue? It may help.) and now looks better for now
Martin