File -> Send -> Report by E-Mail...code?

Hello all, What form is the client application calling? Its own? In any case, is there a way to see what codeunits are called from the File->Send->Report by E-mail … code? Thank you for any help. - OJ

No, there is no possibility to find out the coding behind the menu commands… but in the send e-mail case it must be Codeunit 397 Mail… Saludos Nils

Thanks Nils, I figured as much. To mimic the “Report by E-Mail” function, I first have a button create the report and save it to a temporary HTML file. Then I attach this HTML file to the email using CodeUnit 397 Mail, and I am able to send in appropriate field info, like ToName, CC etc… If anyone was wondering. - OJ