Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Reportbuilder 6.02 to Reportbuilder 7.02

edited April 2003 in General
After an upgrade I needed to recompile my own components, because they
required rbBDE55, etc... (now changed to rbBDE755, etc....

But I don't seem to be able to recompile this component where an
autosearchfield is used : I have this message saying :

[Error] AdamNTRapportBaseForm.pas(42): Undeclared identifier:
'TppAutoSearchField'
[Fatal Error] Required package 'rbRIDE55' not found....

Comments

  • edited April 2003
    Hi Luk,

    'TppAutoSearchField' is in unit 'ppASField'. Any of your packages must be referencing package 'rbRIDE55'.

    HTH,
    Chris Ueberall;
  • edited April 2003
    Luk,

    Chris is right, you need to add ppASField to your 'uses' clause and the
    error will be resolved.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited April 2003
    Thnx very much!!!

    problem solved after adding "ppASField" to my uses clause a few times...

    thnx DM!

This discussion has been closed.