Hi all,
I want to create a button (can be either from Ribbon Workbench or HTML web resource) that triggers a shell execute command to open a directory in the network database server.
ShellExecute(0, PChar('Open'), PChar(xHelpFile), '', '', SW_SHOWNORMAL) <= 32
Where
xHelpFile = ‘\\DSICRM\CtelWin\Online Help\SW Latest\DSISWHelp.chm’
How can I do the same?
Thanks,
Jon
*This post is locked for comments