Hi!:
Thanks Emanuela!.
I found what's happening.
We have the code that you sent but
in the method changeDesign the
Logo was disabled.
I put a comment in the line code
and thta's all (for blank paper).
:
//PageHeader Logo
switch(prePrintLevel)
{
case PrePrintLevel::BlankPaper :
if (!CustFormletterParameters::find().printInvoiceVATNum)
{
// #VisibleFalse(CompanyLogo)
#VisibleFalse(CompanyVATNum)
}
Emanuela <[EMAIL PROTECTED]> wrote:
--- 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();
}
---------------------------------
Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.
[Non-text portions of this message have been removed]