Hello!
I'm using a display method to call FormLetter::companyLogo() to retrieve a Bitmap EDT for an AX transfer ship report. Not getting any errors but the report does not print the logo. The same method call is used in a different report which puts the retrieved value into a tmp table (this report works fine). Honestly I don't know if the Bitmap object returned from the call in the transfer ship report is even running properly so I'm trying to see if there's a way to print Bitmap out to info.
What I've also tried is creating another display method which returns a Str60 EDT obj that I print in the report. This is working fine so I'm starting to think I'm probably not pulling anything from the FormLetter::companyLogo() call. Any help would be greatly appreciated.