Get external file properties from Navision?

matttraxmatttrax Member Posts: 2,309
edited 2006-02-16 in Navision Attain
Importing a file with a dataport. Want a confirm dialog box that will show the last date modified and last time modified for the file I'm importing. Is there a way to do this? Thanks

Comments

  • ara3nara3n Member Posts: 9,256
    GETSTAMP(CurrDataport.FILENAME,mydate,mytime);

    IF CONFIRM('These are the dates ' + format(mydate) + ' ' + format(mytime)) then
    message('tada');
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
Sign In or Register to comment.