Report Image

FishermanFisherman Member Posts: 456
Can anyone tell me what the easiest way to add an image to a report is? I have put an image control on the form, and I'm trying to set the image to a file (having some issues here - the file is > 32K), but my question is this - Does Navision embed the image once I add it, or do I need to put it in a relative directory to Navision? Is there a BLOB field that can be used as opposed to a file path for the image?

Comments

  • Marije_BrummelMarije_Brummel Member, Moderators Design Patterns Posts: 4,262
    best is to use a blob for this. you can use for example the picture in the sompanyinfo table.

    remember to do a calcfields before printing.

    you can also search the forum
  • ara3nara3n Member Posts: 9,257
    Q: Can anyone tell me what the easiest way to add an image to a report is?
    A: I have put an image control on the form, and I'm trying to set the image to a file (having some issues here - the file is > 32K),

    Q: Does Navision embed the image once I add it,
    A: yes

    Q: Is there a BLOB field that can be used as opposed to a file path for the image?
    A: yes. You need to create a field in a table. Company information? It has allready a picture field. Take a look how it's done on the table and also on the form. on how to add it to report, there are many threads on this on mibuso.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • FishermanFisherman Member Posts: 456
    Mark -

    Can you offer any more advice here? I've worked with BLOBs and pictures before, but it's all been in .Net. I'm a noob with NAV programming.

    Are there any examples on how to do this?
  • SavatageSavatage Member Posts: 7,142
    you can also search the forum

    the easiest way is probably to simply search for the word "LOGO"

    lots of questions about how to add a company logo to a report.

    http://www.mibuso.com/forum/search.php
  • krikikriki Member, Moderator Posts: 9,118
    Or like ara3n wrote: check the Company Information. There is already a bitmap in it, and all the code you need to work with it. You just have to copy the code.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


Sign In or Register to comment.