Fr 5.3.13 не отрабатывает событие Oncheckeof
у TfrxDBdataset не отрабатывает событие onCheckEOF
причина в новом поведении ShowReport
procedure TfrxReport.ShowReport(ClearLastReport: Boolean = True);
begin
{ protection from people whow like to click ESC/ENTER and rebuil reports less than a second }
if Engine.Running then
Exit;
если убрать
// if Engine.Running then
// Exit;
событие отрабатывает
причина в новом поведении ShowReport
procedure TfrxReport.ShowReport(ClearLastReport: Boolean = True);
begin
{ protection from people whow like to click ESC/ENTER and rebuil reports less than a second }
if Engine.Running then
Exit;
если убрать
// if Engine.Running then
// Exit;
событие отрабатывает