--- In [email protected], "jquinteroz" 
<[EMAIL PROTECTED]> wrote:
>
> Hi!:
> 
> I need to insert a logo in SalesInvoice.
> Do I need just insert the bmp file in 
> PageHeader:Logo or PageHeader:Invoice
> section?.
> 
> Do I need to make some code for that?.
> 
> Regards.
>
You can add a field bitmap into design (page header) with a 
displayMethod like this:
display Bitmap  companyLogo()
{
    return FormLetter::CompanyLogo();
}

Reply via email to