Hi experts
I am looking for a .net control which I could use within a form. Following functionality should be possible:
first:
Drag&drop a file onto the form so that it be saved within Navision (attached to a record).
second:
using the context menu (right mouse click) on the form so that it would open a dialog box where I can choose the file to import into Navision (attached to a record).
I am not an expert but to my understanding this should be possible using a ocx/dll.
Has anybody some expirience?
regards
Roman
0
Comments
Freelance Dynamics AX
Blog : http://axnmaia.wordpress.com/
I think the easiest way to implement is:
> On a form the customer clicks on "Add".
> A .net window/form displays
> The customer drags a file to this window
> The .net windows fires an event in the NAV form with the filename and closes
Any hints/examples or better ideas?