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:50AM
    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:50AM
    This property is deleted. Open each form that contains FR components, ignore all errors, and save it.
  • edited 10:50AM
    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:50AM
    Probably you have old sources. FR3.03 contains the
    Lines.Text := TfrxCustomMemoView(Obj).WrapText(True);

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.