Text File Credentials

myanilkumarmyanilkumar Member Posts: 108
Hi All,

I am having a batch Program to generate the text files. Is there ny way to set some credentials (READ, WRITE) for certain users during creation of file from NAV?

Please advise.

Regards,
Anil

Comments

  • navinbnavinb Member Posts: 51
    Hi,

    You can use function WRITEMODE before opening the file for writing .based on the user credentials you can set the value to TRUE for writing to the file and FALSE for just reading the file.

    Regards,
    Navin
Sign In or Register to comment.