the solution from Wolfgang works fine !
Thanks a lot !
cu
Claudia
--- In [EMAIL PROTECTED], "Gro�" <[EMAIL PROTECTED]> wrote:
> hi all,
>
>
>
> to do so you should�
>
>
>
> (1) create an display-method containing code like this:
>
> public display FilePath resourceLogo()
>
> {
>
> #AOT
>
> ResourceNode resourceNode;
>
> FilePath filePathLogo;
>
> ;
>
> resourceNode = SysResource::getResourceNode('NameOfResource');
>
>
>
> if (resourceNode)
>
> {
>
> resourceNode.AOTload();
>
> filePathLogo = SysResource::saveToTempFile(resourceNode);
>
> }
>
>
>
> return filePathLogo;
>
> }
>
>
>
> (2) add an Bitmap control to your report or form and enter the
display
> method name into the control-property "datamethod"
>
>
>
> regards
>
> wolfgang
>
>
>
> -----Urspr�ngliche Nachricht-----
> Von: Claudia G�ries [mailto:[EMAIL PROTECTED]
> Gesendet: Dienstag, 20. Januar 2004 15:48
> An: [EMAIL PROTECTED]
> Betreff: [development-axapta] Resources as Bitmaps in Reports
>
>
>
> Hi everbody,
> who can I use Resoureces in Reports (Just like CompanyLogo) ?
> Thanks in advance !
> Claudia
>
>
>
>
>
>
> Yahoo! Groups Sponsor
>
>
>
> ADVERTISEMENT
>
>
<http://rd.yahoo.com/SIG=12clcsj6a/M=267637.4116730.5333196.1261774/D=
eg
>
roupweb/S=1705006764:HM/EXP=1074696565/A=1945638/R=0/*http:/www.netfli
x.
> com/Default?mqso=60178383&partid=4116730> click here
>
>
>
> <http://us.adserver.yahoo.com/l?
M=267637.4116730.5333196.1261774/D=egrou
> pmail/S=:HM/A=1945638/rand=376160569>
>
>
>
> _____
>
> 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]
> <mailto:[EMAIL PROTECTED]
subject=Unsubscri
> be>
>
>
> * Your use of Yahoo! Groups is subject to the Yahoo! Terms
of
> <http://docs.yahoo.com/info/terms/> Service.
| Yahoo! Groups Sponsor | |
|
|
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.

