.net control for drag&drop function

arnromarnrom Member Posts: 8
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

Comments

  • MBergerMBerger Member Posts: 413
    As far as i know it isn't even possible to use external graphical controls in NAV.
  • nunomaianunomaia Member Posts: 1,153
    You can use +/- graphical controls inside Dynamics NAV there are a few examples in download section. But this graphical controls act has a fake windows. So I think it’s almost impossible to run inside the same context.
    Nuno Maia

    Freelance Dynamics AX
    Blog : http://axnmaia.wordpress.com/
  • mdPartnerNLmdPartnerNL Member Posts: 802
    Some of my customers will not update to RTC for the coming months.

    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?
Sign In or Register to comment.