FIX: FastReport 2.52 OQB install

SamuraySamuray Administrator
edited 1:16AM in FastReport 2.xx VCL
Download this file:
http://www.fast-report.com/files/fr252fix1.zip

Unzip zip file in FastReport root directory. Zip file is contain corrected dpk files (OQB precompiler added) and installation manual for OQB.

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 1:16AM
    Thanks Samuray
    It would be nice if it worked.
    It does allow you to compile but now the oqb button in the sql editor is gone.
    regards
    gord
  • gordkgordk St.Catherines On. Canada.
    edited 1:16AM
    Hi again Samuray
    Just something else you guys should note.
    when fr3 is present fr2.52 wants to put its tools in fr3 tool tab and the dotmatrix export in the fr3 exports tab.
    regards
    gord
  • edited 1:16AM
    fr_dbsqledit.pas should be:
    procedure TfrDBSQLEditorForm.FormCreate(Sender: TObject);
    var
      Ini: TRegIniFile;
      Nm: String;
    begin
      Localize;
      Ini := TRegIniFile.Create(RegRootKey);
      M1 := TfrSyntaxMemo.Create(Self);
      M1.Parent := MemoPanel;
      M1.SyntaxType := stSQL;
      {$I *.inc}
      M1.Align := alClient;
      M1.HelpContext := 20;
      M1.OnKeyDown := M1KeyDown;
    
      Nm := rsForm + frDesigner.ClassName;
      M1.Font.Name := Ini.ReadString(Nm, 'ScriptFontName', 'Courier New');
      M1.Font.Size := Ini.ReadInteger(Nm, 'ScriptFontSize', 10);
      Ini.Free;
    
    {$IFNDEF QBUILDER}
      SQLBtn.Visible := False;
    {$ENDIF}
    end;
    
    
  • gordkgordk St.Catherines On. Canada.
    edited 1:16AM
    Thanks Alexander
    Now it works. just tried with bde under xp
    will try under w98 later tonite.
    Then other dbengines.
    A small suggestion, on a registered users dl page could you add a date field for the available files then one could see if a newer version is available.
    All the best ;)
  • SamuraySamuray Administrator
    edited 1:16AM
    All fixed files of the FastReport 2.52 is available for download.

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.