3.03 is out

version 3.03
+ added Czech, Turkish resources
+ added TfrxUserDataset.Fields, TfrxUserDataset.OnGetValue properties
+ edition 1.01 of the documentation (page numbers added)
+ added TfrxDataBand.KeepHeader property
- bug fixes


Comments

  • edited 10:02AM
    But when I open my project, an error occures :
    TfrxReportTitle.GroupIndex: Property GroupIndex does not exist
    Band2.GroupIndex: Property Groupindex does not exist
    TfrxHeader.Groupindex: Property Groupindex does not exist
    ...
    ...
    ...

    I have to Ignore it All, and it works. But I have to ignore it always when I open my project.
    Can you help ?
  • edited 10:02AM
    This property is deleted. Open each form that contains FR components, ignore all errors, and save it.
  • edited 10:02AM
    Alex,

    In the compilation of the project when we use filter pdf, it generates error in line 440 of unit frxPDFFile.
    Lines.Text := TfrxCustomMemoView(Obj).WrapText;
    
    I modified the line as below and decided the problem.
    
    
    Lines.Text := TfrxCustomMemoView(Obj).WrapText(False);

    Regards,

    Marcos ;)
  • edited 10:02AM
    Probably you have old sources. FR3.03 contains the
    Lines.Text := TfrxCustomMemoView(Obj).WrapText(True);

Leave a Comment