Thursday, August 7, 2008

To Open An External File by using X++ in axapta

hi,
try this
static void OpenFile(Args _args)
{
;
WinAPI::shellExecut e('filePath');
}

No comments: