BLOB Printing

dabeldabel Member Posts: 44
Is there a way to print a BLOB value after it has been saved. I am storing an HTML report in a table as a BLOB but now want to print it later on.

Comments

  • ara3nara3n Member Posts: 9,256
    do you want to print it in navision report? or do you want to save the html file from the blob and open it in explorer and then let the user to print it?
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • dabeldabel Member Posts: 44
    I have a table popluated with records all containing a BLOB field that has written to it, an HTML file. I now want to be able to run a batch process against this table to print the BLOB values to a printer as HTML in an automated fashion , i.e. have the user click a Print button at the bottom of the form and send all of the records to a printer. The table is being used as an archive and the client wants to be able to print them at a later date.
  • ajhvdbajhvdb Member Posts: 672
    Please do a search on this forum. I've read a solution for this...
  • TrippyZTrippyZ Member Posts: 87
    You could try exporting the BLOB to the file system and printing it from there.
    Professional Navision Developer
Sign In or Register to comment.