Thursday, April 25, 2019

NAV CAL - How to create a Location Browse Field to capture a file location


  • Enable Ellipsis from AssistEdit
    • Page Field>Properties>Assistedit = Yes
  • Create Variable for FileMgt = Codeunit 418
  • Add code to launch file browse screen and capture location to a field "Input File Location"
    • FileMgt.SelectFolderDialog('',"Input File Location");

No comments:

Post a Comment