How to display the company logo in a report?

deepbluedeepblue Member Posts: 152
Hello,

I want to display the company logo in report. this logo is placed in the "Company Information" table in the "Picture" Field. I've tried to use a picture box with source expression = CompanyInformation.Picture, and i've wrote in the "OnPreReport" trigger :
IF gRec_CompanyInformations.FINDFIRST THEN;
but it doesn't work !

Is there any solution please? :-k

thank you!

Answers

Sign In or Register to comment.