Image not showing up

When I upload an image it is not shown in the form view and when I save the entry, I only see a exclamation mark in the detailed view.

I will explain my work method in the hope that one of you can provide me with a solution.

I have the following relevant columns:

  • Change Counter;
  • Input Method;
  • Link to Contact Database Entry; and
  • Image.

The change Counter column changes upon a change in the input method column. This is relevant for resetting the values of the last two columns to their initial values.

The image column is set automatically if the input method column is set to link to contact database entry and if the reference to the contact database entry has been made.

If the input method column is set to manual input, then the user is allowed to pick a image.

I have used the following formulas in the image column:

Initial value
IF([Input Method:] = โ€œLink To Contact Database Entryโ€, [Link To Contact Database Entry:].[Photo:], โ€œโ€)

Editable?
NOT([Input Method:] = โ€œLink To Contact Database Entryโ€)

Reset on edit?
NOT([Change Counter:] = 0)

In the form entry this method seems to work, it will set an image automatically if the reference to a contact has been made, and the user is allowed to pick an image if this is not the case.
However, as pointed out before, after selecting the image manually no image is shown in the form view and only an exclamation mark is shown in the detailed view.

Can somebody please point out what it is Iโ€™m doing wrong?

Thanks in advance.

0 4 1,390
4 REPLIES 4
Top Labels in this Space