Default Avatar

Henry49fr

Henry49fr

About

Username
Henry49fr
Joined
Visits
0
Last Active
Roles
Members

Comments

  • Henry49fr wrote: » Henry49fr wrote: » If I first call frxPrinters.FillPrinters and then Report.DesignReport I get an EInvalidOperation exception with message 'Canvas does not allow drawing'. Example: var   Report: TfrxReport; begin   Re…
  • vos wrote: » If I first call frxPrinters.FillPrinters and then Report.DesignReport I get an EInvalidOperation exception with message 'Canvas does not allow drawing'. Example: var   Report: TfrxReport; begin   Report := TfrxReport.Create(nil…
  • Henry49fr wrote: » enabledDataSet.Add(nil) // I use my own datasets and don't want any other dataset to be visible loadfromfile frxReport.Datasets.Add(myDataset) PrepareReport // It seems that fr4 is slower than fr25 a…
  • gordk wrote: » so I need that code yes only when passing strings, and note the change to your sample. frxReportn.Variables := QuotedStr(QuotedStr(DelphiVariable)) ? Well I have tried and as in FR2.5 I use frReportn.Variables := QuotedStr(De…
  • gordk wrote: » in some cases it may be easier to do so. here are some tips delphi code to set values for categorized variables must change when passing string values you need extra Apostrophes. so I need that code frxReportn.Dictionnary.V…
  • gordk wrote: » I am not sure how you are working., but don't use the old save to fr3 from fr2.5x in your fr4 project add the frx2to30.pas unit to your uses clause, this will allow fr4 designer to open an fr2.xx file and save it in fr3/4 format. …