Accessing a folder from a table field

tofaytofay Member Posts: 21
Kindly assist, how can i accessing a folder from a table field, which datatype should i use for such field?

Tofay
Regards
Taofik Bello

Best Answer

Answers

  • Slawek_GuzekSlawek_Guzek Member Posts: 1,690
    A folder from the code point of view is just a path, me thinks. If you want to store it (the path) the Text250 should do.
    Slawek Guzek
    Dynamics NAV, MS SQL Server, Wherescape RED;
    PRINCE2 Practitioner - License GR657010572SG
    GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
  • tofaytofay Member Posts: 21
    Thanks, after storing the folder path in a text250 datatype, i still need to open the folder in window explorer when a user click a command button, what code can i insert on the trigger of such command button?
    Regards
    Taofik Bello
  • tofaytofay Member Posts: 21
    Thanks you Slawek_Guzek, Codeunit 419 will definitely solve my problem.

    I really appreciate this.
    Regards
    Taofik Bello
Sign In or Register to comment.