Show an image in a form

markyTmarkyT Member Posts: 120
Dear folks, I'd like to know how do the following:
I've an Image on Item form. I want that if "Vendor No." is X then show the image, else not. It's possible do this?.
Thanks for your help.

Comments

  • SogSog Member Posts: 1,023
    currform."image control".visible("vendor no." = x)
    or if it is a blob field: if "vendor no." = x then calcfields(picturefield)
    |Pressing F1 is so much faster than opening your browser|
    |To-Increase|
  • markyTmarkyT Member Posts: 120
    Perfect!!! It works.
    Thank you very much for your help and time.
  • SogSog Member Posts: 1,023
    My pleasure,
    Please do not forget to mark your topic as solved :)
    |Pressing F1 is so much faster than opening your browser|
    |To-Increase|
Sign In or Register to comment.