Image in form view

ArnyUK
New Member

Hi, possible to add one photo in a form view ?

I have a table with car description and an other with ref column. When i add value with the form, possible to add the car photo in the head or another image ?

THX

0 9 454
9 REPLIES 9

@ArnyUK
Yes itโ€™s possible.

ArnyUK
New Member

@LeventK thx, how to ?

@ArnyUK
Have you checked this page?

ArnyUK
New Member

@LeventK this is not what i need. I need to show an existing image in the form view. Existing image referenced in a table.

You should be able to use a Show-type column if what you want to do is simply display the image.

@ArnyUK
Then you need to set an IMAGE type column and construct an AppFormula with a de-ref expression to fetch the image from the referenced table:

[RefColumnName].[ImageColumnName]

THX iโ€™ll try it

@ArnyUK
Youโ€™re welcome

Iโ€™ve try it and it half work

When i open my form and select my value from my enum list ( [RefColumnName] ], the photo donโ€™t charge. But if i open my form with an action button who prefilled the value ( [RefColumnName] ], it work โ€ฆ Waht do u think ?

Top Labels in this Space