Options

3 addins on one page

ACaignieACaignie Member Posts: 91
Hello,
I have created an addin to drop files from windows explorer or outlook, and link them automatically in NAV. This add-in is added in an cardpart and used as factbox.
For one page I need to add 3x the same addin, and I have an issue with that: the 'value' of is not passed to all add-ins.
In C# I added a simple messagebox to show the passed value, and this is not triggered. I'm sure it is filled in on the cardpart.

Strangely the value is sometimes passed to 1 add-in, or 2, but not always the same ones. In the example picture it is updated on the second box (the background text is altered), but not on the first and last.

cjlexcjgyilt.png

Does anyone have experience with this, or guide me towards a solution? Any help would be greatly appreciated.
I'm using NAV2009 R2 (build 33793)

Kind regards,
Andy

Comments

  • Options
    ACaignieACaignie Member Posts: 91
    I finally found a solution for this: I added a paint event to the addin, in which the 'OnControlAddIn' in NAV is called. This seems to work fine
Sign In or Register to comment.