I searched the messages before, but i must have overlooked that
message. Based on that code I came to the following function:
public int resourceId(str _resourceName)
{
ResourceNode resourceNode;
;
try
{
resourceNode = SysResource::getResourceNode(_resourceName);
return resourceNode.AOTbitmapId();
}
catch (exception::error)
{
return 0;
}
}
And that works fine for me. I wonder if this function can be included
in the global class by microsoft business sollutions? Anywayz, thanks
again.
/b
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.

