- Forum
- CodeTyphon Studio
- CodeTyphon Studio Components and Libraries
- Reports Development
- Bug in fortesreport
×
Components and Libraries for Reports Development, discussions, problems and suggestions
Question Bug in fortesreport
- Kovács Attila
- Topic Author
- Visitor
-
5 years 2 months ago #10714
by Kovács Attila
Bug in fortesreport was created by Kovács Attila
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
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.
- Sternas Stefanos
-
- Away
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
Less
More
5 years 2 months ago #10715
by Sternas Stefanos
PilotLogic Architect and Core Programmer
Replied by Sternas Stefanos on topic Bug in fortesreport
Thanks Sir
we will check and fix this
we will check and fix this
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.