Open walxo opened 7 years ago
Hi Walxo, I don't have access there, a closed customer area. As I remember I patched something related to this, not exactly the way you described. Have you tested this issue using current build? If it is still reproducible, a test case will be welcome.
Hi Madorin, No, actually i haven' tested your build. Will do and will share the result. :)
Hi Dorin, Noop, the current build doesn't work in this sitation. The procedure should be:
FIBDataSet.pas ->
procedure TFIBDataLink.CheckBrowseMode; begin end;
Hello,
Try FIBDataSet unit from here: https://mega.nz/#!dAx2kLDC!Hs82uPAfve5bfsECHVxeq3J0k9ZfrgfEmP1Y0gwjKgg
Cleaning TFIBDataLink.CheckBrowseMode it's not the best idea.
This procedure and this bug did appear in fibplus ver. 7.5 for the first time. Prior versions haven't a such problem. The desition i shered here is by Sergey Buzadzhy - fibplus autor and developer :) Anyway i will make the test again. :) Once again i would like to thank you for your efforts to keep fibplus alive!
hi, FIBDataSet from the link - works :)
ok, i'll apply that patch. Anyway, a good idea is to post master on detail.OnBeforeInsert not on detail.OnBeforePost. Master.Post may not always succeed.
Sergey Buzadzhy's decision of this bug (Ticket # 13052) http://www.devrace.com/en/support/tickets/index.php?login=yes&ID=13052
In Unit FIBDataSet
change method TFIBDataLink.CheckBrowseMode to
procedure TFIBDataLink.CheckBrowseMode; begin end;