Update an Image/Picture

syedamirsyedamir Member Posts: 68
Dear All,

Is it possible to update an Image with color or mark on a particular event of NAV??

Thanks in advance.

Comments

  • kinekine Member Posts: 12,562
    It depends how the image is displayed. If you use PictureBox, you can fill in the BitmapList e.g. with 1,2,3 and than you can fill in the SourceExpr with integer variable. Based on this integer, the correct bitmap will be displayed (0-based index to the BitmapList).
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • syedamirsyedamir Member Posts: 68
    If we change the SourceExp, it will be done for whole picture not for a Part.
    Client requirement is to update the part of a picture??

    Is it Possible??

    Thanks in advance.
  • kinekine Member Posts: 12,562
    syedamir wrote:
    If we change the SourceExp, it will be done for whole picture not for a Part.
    Client requirement is to update the part of a picture??

    Is it Possible??

    Thanks in advance.
    No, you can work only with fixed pictures. All depends on detail, but you didn't shared too much. ou can have picture with mark and without it and switch between them. Else you need some tool which will generate the bitmap and save it into Blob fields and use this blob as source....
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • syedamirsyedamir Member Posts: 68
    Thanks Kamil.....
Sign In or Register to comment.