Recent

Author Topic: [SOLVED] Fortesreport + Find  (Read 1946 times)

k1attila1

  • Full Member
  • ***
  • Posts: 105
[SOLVED] Fortesreport + Find
« on: April 18, 2017, 06:36:24 am »
Hello
Can anybody tell me how does Find function work.
If i click on the Find button, i only get an empty form.

Thnak you in advance Attila
« Last Edit: April 18, 2017, 05:27:50 pm by k1attila1 »

k1attila1

  • Full Member
  • ***
  • Posts: 105
Re: Fortesreport + Find
« Reply #1 on: April 18, 2017, 05:27:34 pm »
Ok thank you SOLVED

Maybe bug in FortesReport

We have to 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

thank you Attila

 

TinyPortal © 2005-2018