Picture in a pop up?

pengwenincpengweninc Member Posts: 38
Does anyone know if you can put a picture in a Navision pop up? When you get an error or a warning, can a bmp be included in the pop up screen?

Looking for creative ideas :wink:

Comments

  • ara3nara3n Member Posts: 9,256
    you can do it with a automation (dll).

    Could you tell us why you need this?
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • pengwenincpengweninc Member Posts: 38
    Sure I can tell you! I'd like to put a small image within a warning to assist the end user with fixing a problem.
  • ara3nara3n Member Posts: 9,256
    I know a picture is worth a 1K words, but wouldn't it be easier to say that in words?
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • pengwenincpengweninc Member Posts: 38
    Indeed, an accurate description would work; however, this is in a warehouse with multiple users looking at one workstation and they don't all speak the same language. This is where the picture idea comes in.
  • ara3nara3n Member Posts: 9,256
    you could also do it without using COM. You could run the code in IF CODEUNIT.RUN and use getlastError and display a form with different pictures.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • matttraxmatttrax Member Posts: 2,309
    ara3n wrote:
    you could also do it without using COM. You could run the code in IF CODEUNIT.RUN and use getlastError and display a form with different pictures.

    I think this is easily the best solution. No custom .NET development, very little customization to the system. Seems easy to maintain a mapping between pictures and errors.
Sign In or Register to comment.