Image don't show
Why does image not appear in preview when we use bpls file? We meet that on
some cases the command 'is' don't work. In ppDbPipe.pas in method
'getAsPicture' has a command 'is'. How do I do for it to work?
Juliano Rafael Silva Barros
some cases the command 'is' don't work. In ppDbPipe.pas in method
'getAsPicture' has a command 'is'. How do I do for it to work?
Juliano Rafael Silva Barros
This discussion has been closed.
Comments
1. Which version of ReportBuilder and Delphi are you using?
2. How are you loading images? Are you manually loading them from the
database into a TppImage component or are you using a DBImage component on
the report?
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
of the database with DBImage, we have a executable main and call the modules
with the method 'loadPackage()', modules are 'bpls'. The command 'is' don't
work correctly when we try to use inside packages 'bpl', I don't know to say
exactly when this command work or no, but we test and the error is in the
ppDbPipe.pas when try to compare with the command 'is' the field with
TBlobField.
Juliano Rafael Silva Barros
I think TBobfield is defined in ppDB.pas and contained in pacakge vclDB.
Make sure that in your packages, yo uhave vclDB listed in the 'requires'
clause.
If a unit is statically compiled into the same package, then you effectively
have multiple packages that include the same classes and 'is' operator will
not work. Check the organization of your packages. You probably need to add
some package references to the 'requires' clause, so that common units are
not statically linked into mulitple packages.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
the my program. Will I have change my projects?. Do I need to put files in
'requires' ?
Juliano Rafael Silva Barros
When you selet the 'build with runtime packages' option, which packages do
you include/require?
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com