Options

Open Folder in Explorer

LilithyanLilithyan Member Posts: 32
edited 2014-09-23 in NAV Three Tier
Hi all,

one of our customers got the grand idea of NAN creating automatically a new folder when an Opportunity is created to put all relevant files in it. And of course he wants to open the folder from the Opportunity with just a klick on the Assist Edit Button.

Now the first part I actually managed to archieve with the DotNet System.IO.Directory. Sadly this one doesn't have a method to open the created Folder. I know there's also the System.Windows.Forms which has the FileDialog you use for selecting and opening a File. It also has the FolderBrowserDialog but that doesn't actually open the folder in the explorer, but a Dialog Window with the folder hierachy.

I've been searching myself silly, trying to find something. Anyone got an idea?

Thanks in advance!

Ciao,

Lils

Comments

  • Options
    tinoruijstinoruijs Member Posts: 1,226
    You can use HYPERLINK(url);

    Tino Ruijs
    Microsoft Dynamics NAV specialist
Sign In or Register to comment.