Reportbuilder 6.02 to Reportbuilder 7.02
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....
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....
This discussion has been closed.
Comments
'TppAutoSearchField' is in unit 'ppASField'. Any of your packages must be referencing package 'rbRIDE55'.
HTH,
Chris Ueberall;
Chris is right, you need to add ppASField to your 'uses' clause and the
error will be resolved.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
problem solved after adding "ppASField" to my uses clause a few times...
thnx DM!