How to to attach a word file in Navision?

kgsinhakgsinha Member Posts: 67
Hi everybody,
I am developing to make the attachment of Wrod File through navision system.
Pls help me , what will be pthe process for creating such functionalities.
What data type should i use; where the word file will be saved?

Pls help!

Comments

  • WaldoWaldo Member Posts: 3,412
    Try to read the code behind the attachment table.
    Or better yet, try to understand how they attach files in the Interaction Log Entry (CRM functionality).

    For easy file attaching, you could also try to see how NAV attaches the company logo (picture) in the Company Information table.

    Eric Wauters
    MVP - Microsoft Dynamics NAV
    My blog
  • Ravi_ThakkarRavi_Thakkar Member Posts: 392
    Hi all,

    Can I open the imported file directly without exporting it ?
    If you any Idea then please suggest me accordingy.
    Thanks in advance.
    Ravi_Thakkar
    Ahmedabad, Gujarat, India
    E Mail : ravi.thakkar@hotmail.com
  • WaldoWaldo Member Posts: 3,412
    Not that I know of... . Just export to the temp directory, then open the temp file.

    Eric Wauters
    MVP - Microsoft Dynamics NAV
    My blog
  • Ravi_ThakkarRavi_Thakkar Member Posts: 392
    Thanks.
    I appreciate your valuable reply.
    I want to create one command button, let say 'Open File'.
    When I click that button then it should open the file directly without asking me the path to save that file.
    I have 'File Name', 'File Size', 'Fie Data' , 'Content Type' informations.

    Do you have any Idea?
    Ravi_Thakkar
    Ahmedabad, Gujarat, India
    E Mail : ravi.thakkar@hotmail.com
  • WaldoWaldo Member Posts: 3,412
    Well,
    see what code is behind the "Open" fuctions in for example the Company Information (for the company logo) or the Open attachment in the interaction Log. it's all there.

    Eric Wauters
    MVP - Microsoft Dynamics NAV
    My blog
Sign In or Register to comment.