Hi,
if you want to display the company logo on the report then u need to write a
display method
Bitmap
companyLogo()
{
CompanyInfo company;
;
{
CompanyInfo company;
;
company =
CompanyInfo::find();
return
company.Logo;
}
}
if you need to show something else
then write a similar method.
cheers,
Girish
-----Original Message-----Hi everbody,
From: Claudia G�ries [mailto:[EMAIL PROTECTED]
Sent: 20 January 2004 14:48
To: [EMAIL PROTECTED]
Subject: [development-axapta] Resources as Bitmaps in Reports
who can I use Resoureces in Reports (Just like CompanyLogo) ?
Thanks in advance !
Claudia
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

