|
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-----
Hi everbody, Yahoo! Groups Links �
To visit your group on the
web, go to: �
To unsubscribe from this
group, send an email to: � Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. Yahoo! Groups Links
|
- [development-axapta] Resources as Bitmaps in Reports Claudia G�ries
- RE: [development-axapta] Resources as Bitmaps in Repor... Girish Bhatkal
- [development-axapta] Re: Resources as Bitmaps in Repor... Gro�
- [development-axapta] Re: Resources as Bitmaps in R... Claudia G�ries
- RE: [development-axapta] Resources as Bitmaps in Repor... Malcolm Burtt

