Print links

zutzuzutzu Member Posts: 86
I want to print all the links of my, for example, vendor XXX.
If the links are:
- XXX.doc
- YYY.xls
- ZZZ.jpg
When i push the button "Print links" in the vendor form, i want to send to the printer those three files.
How can i do it?

Thanks

Comments

  • kinekine Member Posts: 12,562
    Split this into two smaller parts:

    1) Get the filename and path
    2) Print any file for which you have filename and path

    step 2 was solved already on this forum (printing of file through associated application). Step 1 is easy, just filtering on table 2000000068 (RecordRef is used to get the RecordID and filter to his value).
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • zutzuzutzu Member Posts: 86
    Thank you.
    I will try it.
    :D
Sign In or Register to comment.