Hello,
I have an image control which I only want to display on the New and Edit form modes. I don't want it to appear on the View mode.
I've tried this to no success - any tips would be useful! 😉
If(SelectedItem_form.Mode = 0, false, true)
Try this in the visible property of the image control:
SelectedItem_form.Mode <> FormMode.View
@Jeff_Thorpe this doesnt appear to do anything, the image still displays on the view mode.
I tested this in an image control on my test app and it works. If you add a label to the screen and in the text property of the label add the same formula, does it return true or false?
Hi @sudosaurus ,
Have you solved the problem? The solution from @Jeff_Thorpe also worked well when I tested it.
Could you please share more details about your App? Could you confirm if there is only one Edit form that switches between different form modes?
If you have solved the issue with the help of above formula, please consider Accept it as the solution to help the other members find it.
Best regards,
Community Support Team _ Jeffer Ni
Community Support Team _ Jeffer Ni
If this post helps, then please consider Accept it as the solution to help the other members find it.