Hi!
Can you reset an Image Control using a button or icon?
Yes, you can reset the add image control.
Please Accept as Solution if it solves your question. Or just give it a Thumbs Up if it is helpful because this can help others.
LinkedIn: https://www.linkedin.com/in/charlie-phipps-%F0%9F%91%A8%E2%80%8D%F0%9F%92%BB-91338715b/
YouTube: https://www.youtube.com/channel/UChmFBGU1YKIU91sNMQ7buGg
Twitter: https://twitter.com/phipps0218
How do i reset the image control @phipps0218?
I placed a variable in the image control image.
I tried this Reset(Image2_4), and Reset(Image2_4.Image) in Button OnSelect.
I'm getting "function expects resettable control as input"
Reset(ImageControlName)=true
There's no reset property on image control.
I placed it on a button.
I'm still getting "function expects resettable control as input"
Try:
ImageControlName.Image = Blank()
Nothing happened. There's also no error. I also tried using my variable assigned to the image.
This works for me everytime. Are you sure the control is Add Picture control?