web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

Forms Tutorial_Resources and SysImageResources

Klaas Deforche Profile Picture Klaas Deforche 2,433

On multiple occasions, you can add an icon to an object. Like for example on menus. You can add an image by setting the NormalImage property to a path, or you can use the NormalResource property.

The only problem with the NormalResource property is that it asks for an integer. But how do you know what integer the icon has that you want to use?

You can use this form:

Depending on what AX version you are using, the name of the form is different:
Dynamics AX 4: form Tutorial_Resources
Dynamics AX 2009: form SysImageResources

For some reason, Microsoft changed the name of that form in AX 2009, and because I started working with AX version 4.0, I always forget the name of that new form :-).

Comments

*This post is locked for comments