![]() | ![]() Products ![]() ![]() ![]() ![]() |
Home » Technical Support » DBISAM Technical Support » Incident Reports » Incident Reports Addressed for Version 4.50 » View Incident Report |
![]() |
Reported By: Max Terentiev Reported On: 11/19/2021 For: Version 4.50 Build 2 |
procedure TDBISAMDataSet.ApplyCachedUpdates; begin if FCachingUpdates then begin CheckBrowseMode; try if Assigned(FOnCachedUpdateError) then FHandle.OnCacheError:=DoCacheError; // event is set for FHandle but exception happens in FCachedHandle where its nil !!!! Because of it OnCachedUpdateError event is not fired ! try FHandle.ApplyCachedUpdatesToCursor(FCachedHandle,False); finally FHandle.OnCacheError:=nil; end; finally CancelCachedUpdates; end; end; end;
This web page was last updated on Wednesday, February 8, 2023 at 07:22 AM | Privacy Policy![]() © 2023 Elevate Software, Inc. All Rights Reserved Questions or comments ? ![]() |