Welcome, Guest
Username: Password: Remember me
Components and Libraries for Reports Development, discussions, problems and suggestions
  • Page:
  • 1

TOPIC:

Bug in fortesreport 6 years 11 months ago #10714

  • Kovács Attila
  • Kovács Attila's Avatar Topic Author
  • Visitor
  • Visitor
Dear Deeloper

I found a bug in FortesReport :

In preview mode Find doesn't work, i get an empty Search Dialog .

Modify :

rlfinddialog.pas

Add :

constructor CreateNew(AOwner: TComponent; Num: Integer=0); override;

constructor TfrmRLFindDialog.CreateNew(aOwner: TComponent; Num: Integer=0);
begin
inherited CreateNew(aOwner,Num);
Init;
end;


because we use CreateNew and not Create method to call this form.

Thank you Attila

Please Log in or Create an account to join the conversation.

Bug in fortesreport 6 years 11 months ago #10715

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4508
  • Thank you received: 1100
Thanks Sir
we will check and fix this
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

  • Page:
  • 1