Install Problem:

I am trying to install the Open Query Builder packages into Delphi 7 along side FastReport 2.51.

I am getting the following error:

Cannot load package 'OQB70.' It contains unit 'QBAbout, ' which is also contained in package 'FR7'.

Any suggestions?

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 7:58AM
    Hi here is a method to allow both to exist
    fr now has oqb built in.

    sample changes for d7 to allow oqb to be used in application along with fr's oqb for reportdialogs

    in the fastreport\source dir

    The conflicting units are QBuilder, QBAbout, QBLnkFrm. You should rename
    these units to frQBuilder,frQBAbout, frQBLnkFrm.
    Also rename all references to these units (from these units them selves,

    fr_dbsqledit
    in FR_DBSqledit.pas change refrence to qbuilder to frQbuilder,
    from .dpk file
    fr7.dpk
    //
    query builder change to
    frQBAbout in 'frQBAbout.pas',
    frQBLnkFrm in 'frQBLnkFrm.pas',
    frQBuilder in 'frQBuilder.pas',


    from FR_Reg.pas no change

    and from db engines (units fr_xxxQB, fr_xxxQuery).
    qbuilder reference is in:

    fastreport\source\dbx
    fr_dbxqb
    fr_dbxquery

    fastreport\source\ado
    fr_adoqb
    fr_adoquery

    fastreport\source\bde
    fr_bdeqb
    fr_bdequery

    fastreport\source\ibx
    fr_ibxqb
    fr_ibxquery

    have tested with bde and works fine
    regards
    gord, ;)

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.